How to print a model with its frame automatically?
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Naming Conventions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!