This MATLAB function divides the current figure into an m-by-n grid and creates axes in the ... for k = 1:4 data = rand(1,10); subplot(2,2,k) stem(data) end.
確定! 回上一頁