Print model subsystems

버전 1.0.0.0 (1001 Bytes) 작성자: 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