Effacer les filtres
Effacer les filtres

Parfor Loop Indexing, Starting at value other than 1

1 vue (au cours des 30 derniers jours)
Thomas
Thomas le 23 Juil 2015
Réponse apportée : Jon le 23 Juil 2015
Is there any problem with indexing a parfor loop such that it starts at an index other than 1? That is, something like
parfor ii=5:25
<body>
end
Also, could this type of indexing cause some unexpected problems? Thanks!

Réponses (1)

Jon
Jon le 23 Juil 2015
Why not try it and see? You already wrote the code, just insert something in place of
<body>
like
blah(ii) = rand;
and see what happens? (I don't think you should have any problems.)

Catégories

En savoir plus sur Startup and Shutdown dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by