04-30-2020, 08:40 PM
Not much experience with the MatLab part, but "export?format=0/get?..." is not a valid target or at least it is not what you intent to do.
/export returns an entire file in a specific format, usually meant to be stored or downloaded by the user. /export?format=0 specifically gives you an Excel file and I do not think that webread can handle this. Additionally, I am not sure how phyphox interprets the additional /get..., but it will probably default to Excel anyways.
/get returns data in JSON, which should be usable by "webread". Here you can specify the buffers you want to retrieve along with how much you want to get from that buffer. Your format for this is also a bit off (see https://phyphox.org/wiki/index.php/Remot...munication), but I am not entirely sure what you try to request here. I would suggest that you first try with /get?gyr_time=full&gyrX=full&gyrY=full&gyrZ=full. If this works, you can try adding the specific time from which you want to retrieve the data.
/export returns an entire file in a specific format, usually meant to be stored or downloaded by the user. /export?format=0 specifically gives you an Excel file and I do not think that webread can handle this. Additionally, I am not sure how phyphox interprets the additional /get..., but it will probably default to Excel anyways.
/get returns data in JSON, which should be usable by "webread". Here you can specify the buffers you want to retrieve along with how much you want to get from that buffer. Your format for this is also a bit off (see https://phyphox.org/wiki/index.php/Remot...munication), but I am not entirely sure what you try to request here. I would suggest that you first try with /get?gyr_time=full&gyrX=full&gyrY=full&gyrZ=full. If this works, you can try adding the specific time from which you want to retrieve the data.