parfor, not classified variable, again

1 view (last 30 days)
Ren-Long Yang
Ren-Long Yang on 10 Sep 2018
Edited: Ren-Long Yang on 10 Sep 2018
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;

Answers (0)

Categories

Find more on Parallel for-Loops (parfor) in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!