Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How to use struct with multi fields inside SPMD?

6 ビュー (過去 30 日間)
saddam alqasimi
saddam alqasimi 2019 年 4 月 22 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
  1 件のコメント
saddam alqasimi
saddam alqasimi 2019 年 4 月 22 日
Code look like this in serial code
{dataLogged(time/datalogSpeed).graph = cmcsGraph;
dataLogged(time/datalogSpeed).cmcs = cmcs;
dataLogged(time/datalogSpeed).outliers = outliers;
dataLogged(time/datalogSpeed).targets = targets;
dataLogged(time/datalogSpeed).outputs = outputs;}
How to deal with it in spmd (paralle computing toolbox)?

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by