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

バージョン 1.5.0.1 (208 KB) 作成者: mizuki
files for the webinar, "Parallel Computing with MATLAB" in Japanese
ダウンロード: 803
更新 2016/9/1

ライセンスの表示

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 リリースの互換性
作成: R2014b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersParallel Computing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

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