Error in data sorting
Ethan Woodvine
on 5 Jun 2023
Latest activity Reply by Christopher Stapels
on 5 Jun 2023
Hello!
Im trying to split my Data into 6 different values but the system wont work
I thought this should work, but im not sure how my data is being sent as,
its being sent as a a table, but thats about it. Anyone have any idea what ive done wrong?

1 Comment
Time DescendingHave a look at the documentation for the table command. You can use it to create tables of your variables. Readtable is useful if you are reading in from a file.
You might also consider using MATLAB online to debug your MATLAB code, you can use it to spy on variables and get other debigging help. Then you can copy the code back to ThingSpeak.
Sign in to participate