Wouter Van Goey in MATLAB Answers
最後のアクティビティ: 2023 年 3 月 17 日

When I try to plot temperature data over time the displayed time is two hours behind. When I try to change timezones in the following manner results are very erratic: [data, time] = thingSpeakRead(readChannelID, 'Field', fieldID1, 'NumPoints', 64, 'ReadKey', readAPIKey); %% Visualize Data %% time.TimeZone = 'Europe/Brussels' plot(time, data,'- . r'); Most timezones from this list don't change the time at all, using using some I get say one hour closer but never the right amount. What am I doing wrong? How come only a few timezones from the list even have any effect? Keep in mind I am a n00b. For the record I am using the in browser editor on thingspeak.com, running a MATLAB visualisation plotting my cloud data.

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.

モデレーター