How to read data from your thingspeak on Matlab Analysis
5 次查看(过去 30 天)
显示 更早的评论
Hi Team
I am following the link to send email using ThingHTTP and Matlab Analysis, On Matlab Analysis do i change the channelID, URL and field name? Reason for this i see its a default example. How does now IFTT merge it with my thingspeak channel? In order to receive email notification about my channel from thingspeak. https://www.mathworks.com/help/thingspeak/use-ifttt-to-send-text-message-notification.html
0 个评论
回答(2 个)
Hans Scharler
2019-12-18
I would start with thingSpeakRead function in MATLAB.
data = thingSpeakRead(12397,'Fields',[1,4],'NumPoints',3,'OutputFormat','TimeTable')
If you have a private ThingSpeak channel, you will also need to supply your Read API Key.
0 个评论
社区
更多回答在 ThingSpeak Community
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Read Data from Channel 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!