How to use CoinAPI from Matlab?
You can access our API using at least 4 methods:
-
Use Java SDK code from the Matlab environment (https://www.mathworks.com/help/matlab/using-java-libraries-in-matlab.html)
-
Use .NET SDK code from the Matlab environment (https://www.mathworks.com/help/matlab/using-net-libraries-in-matlab.html)
-
Use the Python SDK code from the Matlab environment (https://www.mathworks.com/help/matlab/call-python-libraries.html)
-
Use webread function which automatically converts our JSON into the Matlab objects. (https://www.mathworks.com/help/matlab/ref/webread.html)
Was this section helpful?