How can I insert an vector graphic in App Designer in Matlab?

4 Ansichten (letzte 30 Tage)
Christian
Christian am 15 Okt. 2018
Beantwortet: Gareth am 20 Nov. 2018
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?

Antworten (1)

Gareth
Gareth am 20 Nov. 2018
Try this:
In MATLAB:
imshow('file.svg')
If you are using App Designer:
imshow('file.svg','Parent',app.UIAxes)

Kategorien

Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by