MATLAB画几个子图在同一个图中
June 19, 2019, 6:26 p.m.
read: 1099
>> subplot(231);imagesc(model_0)
>> subplot(232);imagesc(model_1)
>> subplot(233);imagesc(model_2)
>> subplot(234);imagesc(model_3)
>> subplot(235);imagesc(model_4)
>> subplot(236);imagesc(model_5)