problem to show the axis
Informazioni
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
Mostra commenti meno recenti
hello to u! i have a problem when i make a plot of graph and in 'y' axis i have parameters between 0:300 and i want to show on the plot graph only the parametes between 0:10 how do i do that? thanks alot!
Risposte (2)
Walter Roberson
il 17 Giu 2011
0 voti
itsik
il 17 Giu 2011
0 voti
2 Commenti
Walter Roberson
il 17 Giu 2011
After that plot() statement,
ylim([0 10])
Yella
il 18 Giu 2011
help xlim ..... u get all type of syntaxes for xlim ylim and zlim...
HTH
Questa domanda è chiusa.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!