Create a figure with two stacked subplots. Plot a sine wave in each one. subplot(2,1,1); x = linspace(0,10); y1 = ...
確定! 回上一頁