Output saving as a pdf
Mostrar comentarios más antiguos
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
Respuestas (2)
Suneesh
el 12 de Dic. de 2013
1 voto
You may do this by using the PUBLISH function:
santosh kumar
el 1 de Sept. de 2020
0 votos
a = [1,2,3,4]
Categorías
Más información sobre Spreadsheets en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!