Why MATLAB does not support vector graphic export for smith chart plot
4 views (last 30 days)
Show older comments
I have a few figures, I exported them all in the same way, but it turned out all are with good resolution but the smith chart ones.
Does anyone encounter the same issue? If yes, did you find any practical way to sort it out?
If ypu have a look to the the image I attached, they are figures in same pdf eported from matlab in same way but the resolution diference is 100% diferent.

Thanks
sm=smithplot();
hold on
sm.ArcTickLabelVisible=0;
sm.CircleTickLabelVisible=0;
sm.Marker = {'+'};
sm.GridBackgroundColor='w';
sm.TitleTopFontSizeMultiplier=1.75;
sm.GridLineWidth=1;
plot(data1,'linewidth',2)
plot(data2,'linewidth',2)
Answers (0)
See Also
Categories
Find more on 2-D and 3-D Plots 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!