parfor, not classified variable, again
Afficher commentaires plus anciens
Why is K_tmp not classified?
K_tmp = zeros(1,nt);
parfor K = 1:nt
## unimportant codes
##
if ~isempty(find(tissuedistrib(X1:X2,Y1:Y2,Z1:Z2)-t(end,K)==0))&&(local_refined_times<=max_refine_time)
K_tmp(:,K) = 1;
Réponses (0)
Catégories
En savoir plus sur Parallel for-Loops (parfor) dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!