making multipanel figure using MATLAB code
14 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Walter Roberson
am 4 Okt. 2012
h = uipanel('Position', [31 41 592 635]);
Then use h where you would otherwise use a figure number.
Antworten (1)
Siehe auch
Kategorien
Mehr zu Subplots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!