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.