How to define figure position in subplot1?
Show older comments
Dear all,
I would like to use subpot1: https://se.mathworks.com/matlabcentral/fileexchange/9694-an-improved-subplot-function/content//subplot1.m
Could you please let me know how to define the position where I want to plot a figure?
I have defined the position as follows with the function subplot: subplot(1,3,1) subplot(1,3,2) subplot(1,3,3) ... So, the last argument defines the position. However, that doesn't work with subplot1
Best, Maria
Accepted Answer
More Answers (0)
Categories
Find more on Subplots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!