这个样可以画在一个figure里面
subplot(211),imshow(…..);
subplot(212),imhist(…..);
这样可以画在两个figure里面
figure(1),imshow(…..);
figure(2),imhist(…..);
这个样可以画在一个figure里面
subplot(211),imshow(…..);
subplot(212),imhist(…..);
这样可以画在两个figure里面
figure(1),imshow(…..);
figure(2),imhist(…..);