Is it possible to create Simulink model SVG screenshots using PRINT command in MATLAB 7.7(R2008b)?

13 ビュー (過去 30 日間)
I would like to save my Simulink model screenshots to SVG format using the PRINT command in MATLAB 7.7(R2008b). The documentation for the PRINT command does not mention a way to do this.

採用された回答

MathWorks Support Team
MathWorks Support Team 2009 年 8 月 13 日
To print a model to a SVG file, use the '-dsvg' switch with the PRINT command. As an example, the following code will print the van der Pol Equation demonstration model to a SVG file.
vdp
print -s -dsvg test

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSimulink についてさらに検索

タグ

製品


リリース

R2008b

Community Treasure Hunt

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

Start Hunting!

Translated by