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

Illustration
Diego - 2020-09-24T14:25:06+00:00
Question: 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?

Expert Answer

Profile picture of Prashant Kumar Prashant Kumar answered . 2025-11-20

% Create & open new model (without collecting handle)
>> open_system(new_system);

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


Not satisfied with the answer ?? ASK NOW

Get a Free Consultation or a Sample Assignment Review!