How can I insert an vector graphic in App Designer in Matlab?
5 ビュー (過去 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!