Displaying multiple images separately in pubished script.
이전 댓글 표시
If I type this:
% Show both images
figure,imshow(a)
figure,imshow(b)
it only displays one of the images when I publish/run the script. The same thing happens if I try two sets of subplots straight after each other also.
답변 (1개)
Sean de Wolski
2013년 10월 14일
편집: Sean de Wolski
2013년 10월 14일
Use snapnow or a Nested Code Section between the two subplot or plot commands to force publish to take a snapshot.
doc snapnow
카테고리
도움말 센터 및 File Exchange에서 Environment and Settings에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!