Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

How to use struct with multi fields inside SPMD?

1 vue (au cours des 30 derniers jours)
saddam alqasimi
saddam alqasimi le 22 Avr 2019
Clôturé : MATLAB Answer Bot le 20 Août 2021
  1 commentaire
saddam alqasimi
saddam alqasimi le 22 Avr 2019
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)?

Réponses (0)

Cette question est clôturée.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by