How to read data from your thingspeak on Matlab Analysis

조회 수: 2 (최근 30일)
Mthunzi Booi
Mthunzi Booi 2019년 12월 18일
댓글: Rik 2020년 6월 16일
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

답변 (2개)

Hans Scharler
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.

van pépi
van pépi 2020년 6월 16일
you see video which has example
  댓글 수: 1
Rik
Rik 2020년 6월 16일
I personally think the documentation page Hans linked is more useful than the 2 lines of code this video shows.

댓글을 달려면 로그인하십시오.

커뮤니티

더 많은 답변 보기:  ThingSpeak 커뮤니티

카테고리

Help CenterFile Exchange에서 ThingSpeak에 대해 자세히 알아보기

태그

제품


릴리스

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by