A trouble with saving an image generated by bar3()
1 次查看(过去 30 天)
显示 更早的评论
I have used bar3() to draw a graph, but when I use the pseudo code below, an aliased low resolution image is saved on disk. I tried to save using File>Save but the result was the same:
figure(2) bar3(class_n,FRR); print('-f2','-dmeta','FRR Criterion')
What should I do to save as a vector or high resolution image?
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Import, Export, and Conversion 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!