How I plot a matrix wich each rows is a different curves on the graph?

2 次查看(过去 30 天)
Hi, I have a 6x21 matrix. I want to plot it in one single graph in wich each rows is a different curves.

采纳的回答

Chunru
Chunru 2021-10-6
a = randn(6, 21);
plot(a')

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

产品


版本

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by