making multipanel figure using MATLAB code

16 visualizaciones (últimos 30 días)
mohammad Farhan
mohammad Farhan el 4 de Oct. de 2012
is there a way to write a simple code which can help me in making a multipanel figure, and allow figure selection at each panel?
Figure which I want to generate lookalike any figure which is published in journals.
any suggession or help would be greatly appreciated
  7 comentarios
mohammad Farhan
mohammad Farhan el 4 de Oct. de 2012
Thanks for such a helpful note on it. I will definately read more on it. just wondering if you can share some example of uipanel(), could make my life easier...
Best Regards, Farhan
Walter Roberson
Walter Roberson el 4 de Oct. de 2012
h = uipanel('Position', [31 41 592 635]);
Then use h where you would otherwise use a figure number.

Iniciar sesión para comentar.

Respuestas (1)

Walter Roberson
Walter Roberson el 4 de Oct. de 2012
See subplot()

Community Treasure Hunt

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

Start Hunting!

Translated by