How to plot a matrix?
Mostrar comentarios más antiguos
I have a matrix I am trying to plot called "errors"
Best I can do is:
plotmatrix(errors,'b')
But that gives a weird mess of graphs:
The bottom left one is what I am shooting for.
Thank you.
1 comentario
Respuesta aceptada
Más respuestas (1)
Sachin Ganjare
el 25 de Sept. de 2012
0 votos
Use "hold on" or "hold all" command
Hope it helps!!!
Categorías
Más información sobre Spline Postprocessing 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!