Esmaeil Chehrehnama in MATLAB Answers
Última actividad el 23 de Jul. de 2020

Hi I used this code to show last 20 field1 datas in field2 chart: % Enter your MATLAB Code below readChId = XXX; readKey = 'XXXXX'; writeChId = YYY; writeKey = 'YYYYY'; [Data,t] = thingSpeakRead(readChId,'Fields',1,'NumPoints',20,'readkey',readKey); thingSpeakWrite(writeChId,Data,'Fields',2,'Timestamps',t,'Writekey',writeKey); display (Data) when i click save an run i can see Data in output box but i can't see anything in field2 chart! i activate timecontrol for every 30 minuts but still i can't see any data in field2 chart :( what is my problem?

Acerca de ThingSpeak

The community for students, researchers, and engineers looking to use MATLAB, Simulink, and ThingSpeak for Internet of Things applications. You can find the latest ThingSpeak news, tutorials to jump-start your next IoT project, and a forum to engage in a discussion on your latest cloud-based project. You can see answers to problems other users have solved and share how you solved a problem.