minimum and maximum date

4 ビュー (過去 30 日間)
Igor Severov
Igor Severov 2022 年 5 月 2 日
回答済み: Christopher Stapels 2022 年 5 月 3 日
How do I set the minimum and maximum date in the free version? Thank you in advance
  2 件のコメント
Christopher Stapels
Christopher Stapels 2022 年 5 月 2 日
Do you mean to set the date range for a data read in the REST API, or for a chart display, or for a read with thingSpeakRead in MATLAB analysis? The method should be independant of your license type.
Igor Severov
Igor Severov 2022 年 5 月 2 日
I mean to set the date range for a chart display,

サインインしてコメントする。

回答 (1 件)

Christopher Stapels
Christopher Stapels 2022 年 5 月 3 日
If you click the pencil icon on the top of a field chart, you can choose the number of points or number of days to display. The date range always ends at the present time.
If you create a custom Visualization in the MATLAB visualizations app, you can set whatever date range you want, by first reading in the range of data you want from your channel using thingSpeakRead.
Here is an example:
[data,timestamps,channelInfo] = thingSpeakRead(12397,Fields=[1 4],...
DateRange=[datetime(2018,8,9,23,59,01),datetime(2018,8,10,0,02,52)])
In the Charts display endpoint, you can select a daterange using a query parameter, and the endpoint will return a custom chart in your browser.

コミュニティ

その他の回答  ThingSpeak コミュニティ

カテゴリ

Help Center および File ExchangeVisualize Data についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by