thingSpeakPlot vs time of day.
    1 visualizzazione (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
Good Day
I have a question on thingSpeakPlot.
How do plot against time on the X axis.
Im currently using plot shown below. The problem is when there is a power failure there may be less than 250 data points in that day which then gives an error.
I would also like to include the current day which may only have a few data points.
Notice the time shift in the 3 day temperture comparison following power failure.
thingSpeakPlot((1:250),allData,'legend',{'Yesterday','DBY','3DaysAgo',}, ...
                        'xlabel','Time Measurement number','YLabel','Temperature C', ...
                        'Title','3-Day Temperature Comparison');                    
0 Commenti
Risposte (1)
  Vinod
    
 il 26 Mar 2019
        Hi Mark,
Can you use plot instead of thingSpeakPlot? Does that resovle the problem?
-Vinod
Community
Più risposte nel ThingSpeak Community
Vedere anche
Categorie
				Scopri di più su ThingSpeak in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

