필터 지우기
필터 지우기

linking simulink from m-file

조회 수: 1 (최근 30일)
Krishnendu Mukherjee
Krishnendu Mukherjee 2012년 1월 26일
By using sim('modelname'); i can open a model from m-file.but if i want to get a particular data/signal from the simulated model,such that the data/signal will be stored in a variable.then what command should i use?

채택된 답변

Andreas Goser
Andreas Goser 2012년 1월 26일
This is a matter of the return variables of the SIM command. This examples code is from the documentation:
Specify parameter name-value pairs within the sim command:
simOut = sim('vdp','SimulationMode','rapid','AbsTol','1e-5',...
'SaveState','on','StateSaveName','xoutNew',...
'SaveOutput','on','OutputSaveName','youtNew');
Important is, that you need - like in this example - an "out" Block at the end of the relevant signal(s).
  댓글 수: 1
Krishnendu Mukherjee
Krishnendu Mukherjee 2012년 1월 26일
getting a error "TIMESPAN" should be a real vector or scelor.can anyone explain why getting the error?

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 View and Analyze Simulation Results에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by