Plotting specified columns using plot function

2 次查看(过去 30 天)
if I have a matrix that is A(33x120), how would you plot column 3 vs. columns 25,27,30,32,35 in one syntax?
thanks

采纳的回答

Kevin Phung
Kevin Phung 2019-1-29
编辑:Kevin Phung 2019-1-29
plot(A(:,3),A(:,[25 27 30 32 35]))

更多回答(0 个)

类别

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

标签

Community Treasure Hunt

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

Start Hunting!

Translated by