Plot a ThingSpeak field
thingspeak_plot(xtime,ydata) thingspeak_plot(xtime,ydata,linespec)
The field's time parameter
The field's values
Options to draw the graph
Plots a graph of a ThingSpeak field using the output from thingspeak_fieldvalues
fv = thingspeak_fieldvalues(channelID,'private','','readkey',1,'results',100) thingspeak_plot(fv.time,fv.values,'g-*')