parfor, not classified variable, again
古いコメントを表示
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;
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Parallel for-Loops (parfor) についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!