How to change x axis values
11 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Ammar Nasser
le 18 Déc 2016
Réponse apportée : the cyclist
le 18 Déc 2016
I am plotting an image using Simulink with sampling time 0.01s.

I want to change x-axis grid values instead of 200=2, 400=4....
My code is like
sim('response')
plot(y.signals.values)
hold on
plot(u.signals.values)
How and where should I define time sample for scaling x-axis
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!