How can I insert an vector graphic in App Designer in Matlab?
조회 수: 4 (최근 30일)
이전 댓글 표시
As at high resolution the lines on a small picture seems very thin or with a smaller resolution the lines of a enlarged picture are very pixeled, i would like to insert a vectorgraphic (svg) instead of a png file.
Is this possible?
댓글 수: 0
답변 (1개)
Gareth
2018년 11월 20일
Try this:
In MATLAB:
imshow('file.svg')
If you are using App Designer:
imshow('file.svg','Parent',app.UIAxes)
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!