The variable in a parfor cannot be classified

1 vue (au cours des 30 derniers jours)
Davide
Davide le 23 Mai 2016
While performing a simple parfor loop I get the error
Error: The variable n_min in a parfor cannot be classified.
The variable n_min is however initialized before the par loop with a simple
n_min = zeros(T,1);
and then used as a standard vector into the parfor loop. What does exactly mean that it cannot be classified?

Réponses (1)

Walter Roberson
Walter Roberson le 23 Mai 2016

Catégories

En savoir plus sur Matrix Indexing dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by