이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
다중 시뮬레이션 실행하기
parsim
함수 또는 batchsim
함수를 사용하거나 Simulink®에서 다중 시뮬레이션 패널을 사용하여 이러한 입력으로 다중 시뮬레이션 실행다중 병렬 시뮬레이션 및 대규모 데이터 기록을 포함하는 워크플로의 경우 parsim
또는 batchsim
함수를 사용하거나 Simulink 편집기의 다중 시뮬레이션 패널에서 시뮬레이션을 실행할 수 있습니다.
Parallel Computing Toolbox™ 라이선스가 있는 경우 parsim
함수를 사용하여 시뮬레이션을 병렬로 실행할 수 있습니다. 이 함수는 여러 개의 시뮬레이션을 병렬 워커로 분산하여 전체 시뮬레이션 시간을 단축합니다. Parallel Computing Toolbox와 함께 parsim
함수를 사용하면 병렬 풀 생성 과정을 자동화하고, 파일 종속성을 식별하고, 액셀러레이터 시뮬레이션 및 고속 액셀러레이터 시뮬레이션을 위한 빌드 아티팩트를 관리할 수 있습니다. Parallel Computing Toolbox 라이선스를 사용할 수 없는 경우 parsim
함수는 여러 개의 시뮬레이션을 직렬로 실행합니다.
Parallel Computing Toolbox 및 MATLAB® Parallel Server™ 라이선스가 있는 경우 batchsim
함수를 사용할 수 있습니다. batchsim
함수를 사용하면 시뮬레이션이 계산 클러스터로 분담됩니다. 작업 및 결과에 액세스하기 위한 별도의 MATLAB 세션을 열 수 있습니다.
시작하려면 Running Multiple Simulations 항목과 Run Parallel Simulations for a Thermal Model of a House Using parsim 항목을 참조하십시오.
객체
함수
툴
도움말 항목
- Running Multiple Simulations
Run multiple simulations from the
parsim
andbatchsim
commands, and the Multiple Simulations panel in Simulink Editor. - Run Parallel Simulations for a Thermal Model of a House Using parsim
Use a
Simulink.SimulationInput
object to run multiple parallel simulations command line workflow. - 병렬 시뮬레이션 실행하기
프로그래밍 방식으로 모델 시뮬레이션을 병렬로 실행합니다.
- Configure and Run Simulations with Multiple Simulations Panel
Learn about the Multiple Simulations panel in the Simulink Editor.
- Comparison Between Multiple Simulation Workflows
Understand the similarities and differences between
parsim
,parsim
withRunInBackground
, andbatchsim
. - Analyze Results Using Simulation Manager
Use the Simulation Manager to visualize simulation data, analyze simulation results and trends.