Parallel Computing with MATLAB demo files (MATLABプログラムの並列・分散処​理)

Version 1.5.0.1 (208 KB) by mizuki
files for the webinar, "Parallel Computing with MATLAB" in Japanese
801 Downloads
Updated 1 Sep 2016

View License

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: 分散配列の例のためのメインスクリプト

Cite As

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. Retrieved .

MATLAB Release Compatibility
Created with R2014b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Parallel Computing in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!

SpeedingUp/2_ParforSimulation/

Version Published Release Notes
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