What is the alternative of xtickformat() in the R2015a version?
Mostra commenti meno recenti
Hello,
I was trying this code on the version R2015a:
t = 0:seconds(30):minutes(3);
y = rand(1,7);
plot(t,y)
xtickformat('mm:ss')
But I got this error:
Undefined function or variable 'xtickformat'.
How do I solve it please?
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Axes Appearance in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
