Output saving as a pdf
Afficher commentaires plus anciens
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
Réponses (2)
Suneesh
le 12 Déc 2013
1 vote
You may do this by using the PUBLISH function:
santosh kumar
le 1 Sep 2020
0 votes
a = [1,2,3,4]
Catégories
En savoir plus sur Spreadsheets dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!