Possible duplicate:
MATLAB to fit the subtitle
In Matlab, an excessive amount of space is lost in the calculations. For example, in this example:
t = 0:0.001:2*pi+0.001; figure(2); for i = 1 : 25; subplot(5,5,i); plot(t, sin(i*t)); axis off end

more than 50% of the space in the picture is lost as "empty". I would like to reduce this empty space, but I could not determine the mechanism for this. Thoughts?
Thanks, John
matlab subplot
John Jul 13 2018-11-11T00: 00Z
source share