Subploting 2 plots vertically

43 views (last 30 days)
Kamyar Mazarei
Kamyar Mazarei on 28 Sep 2021
Commented: Kamyar Mazarei on 28 Sep 2021
in subplot if i put subplot(2,2,1:2) ill have a horizental for 1 and 2
but what if i want a subplot for 1 and 3 (vartical)? is that even possible? it should be something simple but i cant find anything

Accepted Answer

Ryan
Ryan on 28 Sep 2021
Yep! This is possible it is simply:
subplot(2,2,[1 3])

More Answers (0)

Community Treasure Hunt

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

Start Hunting!