This issue is about creating a MatLab program to download the HTC vive data that resides on our backend service, and to display that data in MatLab GUI.
You can make some sample matlab code that hits a public facing REST API (for example, here: https://jsonplaceholder.typicode.com/, downloads that data, and somehow loads it to do fancy things in mat lab
This issue is about creating a MatLab program to download the HTC vive data that resides on our backend service, and to display that data in MatLab GUI.
Our backend service serves data in the JSON format. Please see https://www.mathworks.com/help/matlab/ref/webread.html on how to read JSON content from a web service.
You can make some sample matlab code that hits a public facing REST API (for example, here: https://jsonplaceholder.typicode.com/, downloads that data, and somehow loads it to do fancy things in mat lab