Import and show in live editor .fig file
조회 수: 2 (최근 30일)
이전 댓글 표시
Is it possible to import an existing matlab figure to the live editor?
For other formats I know I can use something like:
corn_gray = imread('corn.tif',3);
imshow(corn_gray)
댓글 수: 2
Walter Roberson
2018년 12월 5일
Only if the fig is storing a uifigure instead of a traditional figure I suspect . Even then parts of the fig would have to be imported rather than the whole fig
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Creating, Deleting, and Querying Graphics Objects에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!