Output saving as a pdf
Show older comments
Hi Matlab users,
I was just wondering if I could save my output as pdf. For instance, if I generate a matrix, I can write the matrix as a output to a excel spreadsheet but if it is possible to save it directly to a pdf. It will save me a lot of time.
Thanks Rafiq
Answers (2)
Suneesh
on 12 Dec 2013
1 vote
You may do this by using the PUBLISH function:
santosh kumar
on 1 Sep 2020
0 votes
a = [1,2,3,4]
Categories
Find more on Spreadsheets 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!