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

2 visualizaciones (últimos 30 días)
Hi, I have a 6x21 matrix. I want to plot it in one single graph in wich each rows is a different curves.

Respuesta aceptada

Chunru
Chunru el 6 de Oct. de 2021
a = randn(6, 21);
plot(a')
  2 comentarios
HelpAStudent
HelpAStudent el 6 de Oct. de 2021
I have the value of the matrix, I do not need random value
Chunru
Chunru el 7 de Oct. de 2021
I don't have your value of the matrix, so I have to generate some data to demonstrate the plot :-)

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by