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

 Respuesta aceptada

Ryan
Ryan el 28 de Sept. de 2021
Yep! This is possible it is simply:
subplot(2,2,[1 3])

Más respuestas (0)

Preguntada:

el 28 de Sept. de 2021

Comentada:

el 28 de Sept. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by