MATLAB: Five plots in one figure

plotsubplot

Is there a nice way to have five plots in one figure? i want each plot equally big and minimum of empty space. So i dont want to use subplot(3,2,…) and so on beacause there will be always a blank spot. Thank you!!

Best Answer

subplot(1,5,...)