How to plot multiple lines in a 3d graph?
Mostrar comentarios más antiguos
Suppose I have a matrix 20x7200
So, I have 20 vectors with 7200 samples each. I want to plot a graph that consists of the 20 vectors side by side, with its size and its values.
Does anyone knows how to do it?
Respuesta aceptada
Más respuestas (1)
Azzi Abdelmalek
el 23 de Jul. de 2016
Editada: Azzi Abdelmalek
el 23 de Jul. de 2016
plot(M')
%Example
M=randi(10,4,20)
plot(M')
1 comentario
Eduardo Zanella de Arruda
el 23 de Jul. de 2016
Categorías
Más información sobre 2-D and 3-D Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!