Print model subsystems

版本 1.0.0.0 (1001 字节) 作者: Tomas Hajek
Prints all or tagged subsystems to EPS
1.5K 次下载
更新时间 2006/3/16

无许可证

Print Simulink model as EPS-file to specified directory.

Syntax:
PRINTALLS('system','output directory')
PRINTALLS('system','output directory','tag regexp')

Notes:
() Output directory must exist
() Model is scanned recursively and goes under masks
() When tag regexp is specified, only those of subsystems
which have property 'Tag' set to some non-empty value matching
the regular expression are considered.
6) Root system is always printed.
7) Output filenames are generated in two ways:
a) When no regexp is used, it is full pathname of the subsystem
within the model, with slashes replaced by underscores.
b) With regexp specified, tag values are used as filenames.
8) After the printing, all subsystems are closed, root remains open.

引用格式

Tomas Hajek (2024). Print model subsystems (https://www.mathworks.com/matlabcentral/fileexchange/10356-print-model-subsystems), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R14SP3
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Programmatic Model Editing 的更多信息
致谢

参考作品: prints.m

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0