Marek Hamza in MATLAB Answers
上次活动时间: 2020-1-5

Hello! How do I pick up a data in the specific time period through all the days back? This is my code so far... % set time range from 8H to 12H of every day S = timerange('08:00:00','12:00:00'); % Read Temperature Data data = thingSpeakRead(readChannelID,'Fields',TemperatureFieldID, ... 'timerange',S, 'ReadKey',readAPIKey); % Calculate the maximum and minimum temperatures in the period [maxTempF] = max(data); [minTempF] = min(data); I would be so happy for any ideas :)

关于 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.