Borrar filtros
Borrar filtros

Five plots in one figure?

3 visualizaciones (últimos 30 días)
Jakub
Jakub el 21 de Ag. de 2013
Is there a nice way to have five plots in one figure? i want each plot equally big and minimum of empty space. So i dont want to use subplot(3,2,...) and so on beacause there will be always a blank spot. Thank you!!

Respuesta aceptada

Walter Roberson
Walter Roberson el 21 de Ag. de 2013
subplot(1,5,...)

Más respuestas (1)

Jakub
Jakub el 21 de Ag. de 2013
I am plotting five circles so I want them in positions like on dice.
  2 comentarios
Walter Roberson
Walter Roberson el 21 de Ag. de 2013
That is going to involve empty space unless you do not mind if they overlap.
subplot(3,3,K) where K is 1, 3, 5, 7, 9.
Jakub
Jakub el 21 de Ag. de 2013
There is no way without so much empty space?

Iniciar sesión para comentar.

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by