Parallel Computing with MATLAB demo files (MATLABプログラムの並列・分散処理)
The zip file contains the code presented at the webinar, "Parallel Computing with MATLAB" in Japanese
1_ARIMAFit (requires Parallel Computing Toolbox)
- armamodelfit.m: main program to calculate ARMA model
2_ParforSimulation (requires Parallel Computing Toolbox)
- parallel_simulation_script.m: main script for parameter sweep
- Lorentz.mdl: a Simulink model which simulates the Lorentz model
- lorentzModel.m: wrapper file for a Simulink model to run in parallel
3_DistributedArrays (example for cluster use; requires Parallel Computing Toolbox and MATLAB Distributed Computing Server)
- first_order_eq_system_simple.m: main script to show the distributed array example
% ------------------------------------------------------------------------------------------
このファイルは、Webセミナ「MATLABプログラムの並列・分散処理」のデモファイルです。
各例について以下の3つのディレクトリが用意されています。
1_ARIMAFit (要Parallel Computing Toolbox、Optimization Toolbox)
- armamodelfit.m: ARMAモデルを計算するメインプログラム
2_ParforSimulation (要Parallel Computing Toolbox, Simulink)
- parallel_simulation_script.m: パラメタスイープのメインスクリプト
- Lorentz.mdl: Lorentzモデルのシミュレーションを行うSimulinkモデル
- lorentzModel.m: Simulinkモデルを並列化するためのラッパーファイル
3_DistributedArrays (クラスタ使用の例、要Parallel Computing Toolbox、MATLAB Distributed Computing Server)
- first_order_eq_system_simple.m: 分散配列の例のためのメインスクリプト
引用格式
mizuki (2024). Parallel Computing with MATLAB demo files (MATLABプログラムの並列・分散処理) (https://www.mathworks.com/matlabcentral/fileexchange/49902-parallel-computing-with-matlab-demo-files-matlab), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
平台兼容性
Windows macOS Linux标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!SpeedingUp/1_ARMAFit/
SpeedingUp/2_ParforSimulation/
SpeedingUp/3_DistributedArrays/
SpeedingUp/2_ParforSimulation/
版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.5.0.1 | Updated license |
|
|
1.5.0.0 | Removed PDF slides, modified required products |
||
1.4.0.0 | Added PDF slides and changed required products |
|
|
1.2.0.0 | uploaded files |
|