Output saving as a pdf
古いコメントを表示
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
回答 (2 件)
Suneesh
2013 年 12 月 12 日
1 投票
You may do this by using the PUBLISH function:
santosh kumar
2020 年 9 月 1 日
0 投票
a = [1,2,3,4]
カテゴリ
ヘルプ センター および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!