Using Thingspeak to store MATLAB table variables to the cloud
I'm currently taking a MATLAB app programming class, and for our final project we need to store some user modified variables to the cloud, so it can be read by other users when they open the app. I was thinking about using Thingspeak to store the variable (2x10000 table) but thingspeak requires a timestamp for all inputs of data as a 2D array/table. And if I tried to store it as two separate 1D arrays, it would store each value to each field, instead of as a separate fields. Any way to make this simpler? Maybe there's a better IoT solution out there for this process?
1 commentaire
Date décroissanteYou can certainly can store it to ThingSpeak as a table with timestamps and ignore the timestamps if your application does not need it.
Another option is to use one of the other cloud storage providers like described here.