Clear Filters
Clear Filters

Matlab and vector graphics export issue

2 views (last 30 days)
Eli
Eli on 29 Mar 2024
Answered: Eli on 30 Mar 2024
Hi
I'm trying to save the attached Figure as a vector graphics.
But for some reason all the vecton informaion is gone.
I'm trying to open the saved SVG in inkspace but no vector data is there .
What can i do to solve this?

Accepted Answer

Eli
Eli on 30 Mar 2024
I found a way with it. it's not the best, but still it works.
using:
print('-vector','-depsc','myVectorFile')
And than need to insert EPS file to inkspace accoring to :
it's not the perfect solution, but it's good enough for now.

More Answers (0)

Categories

Find more on Printing and Saving in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!