Reputation: 8786
I am planning on using this API to get a train schedule using Matlab, but the API uses jQuery. Does anyone have any ways of going about using this jQuery API with Matlab? I found THIS, but I wouldnt know how to attach my Matlab variables to the jQuery code. Any help, ideas, suggestions would be appreciated.
Upvotes: 1
Views: 889
Reputation: 3077
The API documentation only gives jQuery as an example, you can use matlab's urlread
User urlread http://www.mathworks.co.uk/help/matlab/ref/urlread.html then json parser http://www.mathworks.co.uk/matlabcentral/fileexchange/20565 or the one you give
Upvotes: 1