How can I save a b = bar(1:10) in file PDF?
Show older comments
Hello, I need to save object b ... in file PDF
Answers (1)
David Fletcher
on 21 Apr 2021
Have you tried saveas
saveas(b,'filename.pdf')
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!