Effacer les filtres
Effacer les filtres

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

6 vues (au cours des 30 derniers jours)
Sriharsha
Sriharsha le 23 Jan 2012
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?

Réponse acceptée

TAB
TAB le 23 Jan 2012
% Create & open new model (without collecting handle)
>> open_system(new_system);
%Create new model, get handle & open model
>> h = new_system;
>> open_system(h);

Plus de réponses (0)

Catégories

En savoir plus sur Programmatic Model Editing dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by