saving plots and reopening them
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi everyone, when i save a plot using the function h=sprintf('plot%d.jpg,k) it stores the figure but when i try to re open the figure it happenes to be a text file with the text not being english but like windings. Why is this? thanks ahead of time.
댓글 수: 0
답변 (2개)
Miroslav Balda
2013년 2월 20일
Figures stored in *.ppg files can't be opend in MATLAB. If you plan to reopen figures in MATLAB, Y should save them in *.fig files.
댓글 수: 1
Walter Roberson
2013년 2월 20일
ppg ? PowerPoint Graphics files? The poster did not say anything about PPG files or PowerPoint. The code uses jpg (JPEG) as the extension, and JPEG files can be read into MATLAB using imread()
Walter Roberson
2013년 2월 20일
Please show the section of code you are using to do the saving.
Plots are not normally saved as text: they are normally saved as binary. There are a few text formats for plots, but JPEG in particular is a binary format.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Printing and Saving에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!