Subploting 2 plots vertically

36 次查看(过去 30 天)
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

采纳的回答

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

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by