Need help with zoom on Field Charts


I cannot get any of my charts to be interactive using matlab. I need to be able to zoom into a chart and I cannot get any interactivity. In its purest from shouldnt this allow me to zoom into a chart?
plot(time, data);
% Enable zooming
zoom on;
(free account)
Christopher Stapels
Christopher Stapels el 10 de En. de 2024
Field charts come automatically in the channel view. The code you provided is likely in a MATLAB visualization, but there is no interactivity in the ThingSeak environment for MATLAB plots. You can get the zoom ability using MATLAB Online, or MATLAB on your desktop.

Etiquetas

Aún no se han introducido etiquetas.