- If Y is a vector, then the x-axis scale ranges from 1 to length(Y)."
Plot against varying index
23 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi there!
I am dealing with two subplots, but the indecies of one vary with the indecies of another by M, and I'm just using the command
plot(y)
. For example, some matrix deals with the times 1, 2, 3 while the other deals with the times 1, 3, 5. How can I make it so that these two subplots display relative to time and not just their index? Thanks.
0 commentaires
Réponses (1)
Steven Lord
le 12 Juin 2019
If you look at the Description section of the plot function documentation page, you're using the fifth syntax for plot:
Instead, you want to use the first syntax:
Call plot with two inputs.
0 commentaires
Voir également
Catégories
En savoir plus sur Annotations dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!