フィルターのクリア

How to read data from your thingspeak on Matlab Analysis

1 回表示 (過去 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 Center および File ExchangeThingSpeak についてさらに検索

タグ

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by