Interactive Brokers API: Connecting from MATLAB

In this post I show how to connect to the Interactive Brokers API from MATLAB. The “obvious” way generates a SSL error. This is an alternative approach using the system curl
command. It’s a bit of a hack but it does the job.