How to plot two vectors of different lengths in MATLAB?

2 次查看(过去 30 天)
Hello everyone,
I have a vector Y where its length is smaller than the length of a vector X.
I want to take just the first elements from vector X which is correponding the elements of vector Y to plot them (X and Y) together. In other words, I want to delete the elements on vector X which makes the length of X exceeds the length of Y.
Thanks in advance dears!

采纳的回答

Walter Roberson
Walter Roberson 2021-2-10
plot(X(1:length(Y)), Y)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Scatter Plots 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by