Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Enlarging subplots to be one per window
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
how will I have one figureplot per window instead of several subplots per window ..pls how will I go about it?
0 comentarios
Respuestas (1)
Image Analyst
el 16 de Jul. de 2017
Simply do not call subplot() at all. Then when you call plot(), imshow() or whatever, it will take up the entire figure.
0 comentarios
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!