<< thingspeak_newentry Trity IOT Module thingspeak_update >>

Trity IOT Module >> Trity IOT Module > thingspeak_plot

thingspeak_plot

Plot a ThingSpeak field

Calling Sequence

thingspeak_plot(xtime,ydata)
thingspeak_plot(xtime,ydata,linespec)

Parameters

xtime :

The field's time parameter

ydata :

The field's values

linespec :

Options to draw the graph

Description

Plots a graph of a ThingSpeak field using the output from thingspeak_fieldvalues

Examples

fv = thingspeak_fieldvalues(35303,'private','','VOSVM4HFO6N6EPQR',1,'results',100)
thingspeak_plot(fv.time,fv.values,'g-*')

See also

Authors


Report an issue
<< thingspeak_newentry Trity IOT Module thingspeak_update >>