Determine Height and Width of Thingspeak MATLAB Visualization Plot
M.T. Frieze
on 22 Jul 2021
I have Thingspeak MATLAB visualizations that I call using https://thingspeak.com/apps/matlab_visualizations/nnnnn?width=800&height=700 (where nnnnn is the visualization number). In the MATLAB code, is it possible to determine the width and height parameters that were sent, in this case 800 and 700?
Thanks! Tom
3 Comments
Time DescendingThe idea is the MATLAB code should not need to know the size. You do the plot in MATLAB and by specifying the height and width parameter to the API request, the MATLAB plot stretches to fill the requested height and width.
Sign in to participate