이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
Simulink.SimulationInput
Simulink.SimulationInput
객체를 생성해 모델을 변경하여 다중 시뮬레이션 또는 개별 시뮬레이션 실행
설명
Simulink.SimulationInput
객체를 사용하면 모델을 변경하고 그러한 변경이 적용된 상태로 시뮬레이션을 실행할 수 있습니다. 이러한 변경 사항은 일시적으로 모델에 적용됩니다. Simulink.SimulationInput
객체를 사용하여 초기 상태, 모델 파라미터, 블록 파라미터, 외부 입력 및 변수를 변경할 수 있습니다. Simulink.SimulationInput
객체를 통해, setPreSimFcn
함수와 setPostSimFcn
함수를 사용하여 각 시뮬레이션의 시작과 끝에 실행할 MATLAB® 함수를 지정할 수도 있습니다.
생성
설명
입력 인수
속성
객체 함수
applyToModel | Apply configuration in SimulationIntput object to
model |
getVariantConfiguration | Get name of variant configuration from SimulationInput
object |
loadVariablesFromExternalSource | Load variables from a custom file into Simulink.SimulationInput
object |
loadVariablesFromMATFile | Load variables from MAT file into Simulink.SimulationInput
object |
removeVariable | Remove variable from SimulationInput or
Simulation object |
setBlockParameter | Set block parameter values for simulation using
SimulationInput or Simulation
object |
setExternalInput | Specify external input data for top-level input ports using
SimulationInput or Simulation
object |
setInitialState | Specify initial state for simulation using
SimulationInput or Simulation
object |
setPostSimFcn | Set MATLAB function to run after each simulation |
setPreSimFcn | Specify MATLAB function to run before start of each simulation on
Simulink.SimulationInput object |
setModelParameter | Set model parameter values for simulation using
SimulationInput or Simulation
object |
setVariable | SimulationInput 또는 Simulation 객체를 사용하는 시뮬레이션에 대한 변수 값 설정 |
setVariantConfiguration | Set variant configuration for simulation using SimulationInput
object |
showContents | View summary of specification in SimulationInput or
Simulation object |
validate | Validate contents of SimulationInput
object |