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

Versión 1.5.0.1 (208 KB) por mizuki
files for the webinar, "Parallel Computing with MATLAB" in Japanese
802 descargas
Actualizado 1 sep 2016

Ver licencia

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

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2014b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Parallel Computing en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!

SpeedingUp/2_ParforSimulation/

Versión Publicado Notas de la versión
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