Then replace the second subplot with empty axes. for k = 1:4 data = rand(1,10); subplot(2,2,k) stem(data) end fig2plotly ...
確定! 回上一頁