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일

0 개 추천

Yep! This is possible it is simply:
subplot(2,2,[1 3])

추가 답변 (0개)

카테고리

질문:

2021년 9월 28일

댓글:

2021년 9월 28일

Community Treasure Hunt

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

Start Hunting!

Translated by