How to create a new simulink model (untitled), without using 'sfnew' command?

I want to create an untitled simulink model, using Matlab command interface. How should i do that?
I dont want to use sfnew command. what else i should use?

 採用された回答

TAB
TAB 2012 年 1 月 23 日

1 投票

% Create & open new model (without collecting handle)
>> open_system(new_system);
%Create new model, get handle & open model
>> h = new_system;
>> open_system(h);

1 件のコメント

TAB
TAB 2012 年 1 月 23 日
See
>> doc new_system
for more options.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeProgrammatic Model Editing についてさらに検索

質問済み:

2012 年 1 月 23 日

Community Treasure Hunt

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

Start Hunting!

Translated by