change the xlabel in date
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I plot the data with errorbar.
errorbar(A,B,err,'*g')
How could i change the X_values in datetime in this Plot.
I know the function:
X_values=datetime(A,'ConvertFrom','datenum');
Thank you!
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Errorbars 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!