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

6 次查看(过去 30 天)
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
% Create & open new model (without collecting handle)
>> open_system(new_system);
%Create new model, get handle & open model
>> h = new_system;
>> open_system(h);

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Programmatic Model Editing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by