making multipanel figure using MATLAB code
15 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
Walter Roberson
2012 年 10 月 4 日
h = uipanel('Position', [31 41 592 635]);
Then use h where you would otherwise use a figure number.
回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Subplots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!