How to print a model with its frame automatically?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello,
I would like to write a small M-file to export my huge Simulink model to a PDF file. I need to have each view (each subsystem) to be printed with a frame. I know how to do so "per hand" using the print menu and tick the frame option...
But how to do exactly the same using the print function??
What shall i add to the following command in order to print my model with its frame?
print ('-smodelname', 'filename', '-append', '-dpdf')
Many thanks !
Matthieu (Matlab Simulink r2012b)
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Naming Conventions in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!