How to create a configuration set for simulink model from matlab command line

조회 수: 1 (최근 30일)
I want to create a configuration set for simulink model from matlab command line and I looked at the documentation given in http://www.mathworks.com/help/simulink/ug/configuration-set-api.html
I used the following command to create a config set but matlab returns an error.
% Create a new configuration set
cset1 = Simulink.ConfigSet;
Undefined variable "Simulink" or function "Simulink.Configset".
Can anyone help me?
  댓글 수: 2
Kaustubha Govind
Kaustubha Govind 2013년 3월 29일
Perhaps you're using an older version of MATLAB when this command didn't exist? Could you try opening the documentation installed with your version (type "doc" at MATLAB prompt), and search for "ConfigSet" in the help browser.
Shyam Mudiraj
Shyam Mudiraj 2013년 3월 29일
Wow, the error was due to the fact that I typed "Configset" with a small s instead of "ConfigSet".

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Simulink Environment Customization에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by