PARFOR 内で SIM コマンドが動作しないのはなぜですか?
이전 댓글 표시
Parallel Computing Toolbox または MATLAB Distributed Computing Server を使用して以下のプログラムを実行するとエラーとなります。
プログラム:
parfor (i=1:4)
sim('vdp');
end
エラーメッセージ: ERROR: ??? Error using ==> parallel_function>make_general_channel/channel_general at 844 Error using ==> sim Transparency violation error. See Parallel for Loops in MATLAB, "Transparency". Error in ==> parallel_function>distributed_execution at 741 [tags, out] = P.getCompleteIntervals(chunkSize); Error in ==> parallel_function at 553 R = distributed_execution(...
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 並列 for ループ (parfor)에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!