parfor, not classified variable, again
Mostrar comentarios más antiguos
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;
Respuestas (0)
Categorías
Más información sobre Parallel for-Loops (parfor) en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!