Change matlab visualization timezone
Mostrar comentarios más antiguos
I have this channel: https://thingspeak.com/channels/957733
Where I monitor a fridge arduino control, used thingspeak visualizations for temp and humidity, and started experimenting with matlab visualizations, managed to combine both readings and adjusted their scales according to my needs, but I cant change the timezone, even after adding the proper timezone to each plot like this: t.TimeZone = '-3:00'
% Visualize Data
yyaxis left
plot(timeStamps, temperatureData);
ylabel('Temperatura');
ylim([-5 45])
t.TimeZone = '-3:00'
yyaxis right
plot(timeStamps, humedadData);
ylabel('Humedad');
ylim([1 100])
t.TimeZone = '-3:00'
How can I make it to show local time? I'm Argentina, UTC-3
Thanks
2 comentarios
Frederic Lhoest
el 28 de Oct. de 2022
Hi Pablo,
I have the same issue as you ! I'm less impacted since I'm UTC+2 but still ...
Have you found a solution to your issue ?
Thanks.
Frederic Lhoest
el 28 de Oct. de 2022
I've seen in another post that you can simply set your correct timezone in your community profile and ... yes it works perfectly.
I guess it will work as well on your side ;)
Respuesta aceptada
Más respuestas (1)
Pablo Untroib
el 13 de En. de 2020
0 votos
Comunidades de usuarios
Más respuestas en ThingSpeak Community
Categorías
Más información sobre ThingSpeak en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!