making multipanel figure using MATLAB code

조회 수: 15 (최근 30일)
mohammad Farhan
mohammad Farhan 2012년 10월 4일
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
mohammad Farhan
mohammad Farhan 2012년 10월 4일
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 2012년 10월 4일
h = uipanel('Position', [31 41 592 635]);
Then use h where you would otherwise use a figure number.

댓글을 달려면 로그인하십시오.

답변 (1개)

Walter Roberson
Walter Roberson 2012년 10월 4일
See subplot()

카테고리

Help CenterFile Exchange에서 Subplots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by