Denis Lukashevich in MATLAB Answers
최근 활동: 2020년 12월 29일

Hi. I want to use matlab to calculate some data from my channel and send it ti new field. But even simple code cannot be done. What i do wrong? Every time i getting error : "URL is incorrectly formed, or the requested feature is not supported in this version of ThingSpeak". Here it is (channel is private): readChannelID = 1071866; writeChannelID = 1071866; humidityFieldID = 1; readAPIKey = 'xxxx'; writeAPIKey = 'yyyyy'; [hum1,time] = thingSpeakRead(readChannelID,'Fields',[humidityFieldID],'ReadKey',readAPIKey); thingSpeakWrite(writeChannelID, hum1,'Fields',5,... 'TimeStamps', timestamps,'WriteKey',writeAPIKey);

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.