Matlab workers in Parloop are not using the path order
古いコメントを表示
Hello, I'm using this code
parfor k=1:10
[..]=pca(..)
end
I have 2 definitions of pca (the matlab package and another package). I've set the search path to use the matlab package by default, but inside the parloop the other function is used instead. I didn't found a way to arrange this without removing the other package. Thanks
4 件のコメント
Kirby Fears
2017 年 1 月 25 日
Why don't you change your external package to have a different name? That's the most straight forward solution.
How did you modify your path?
Leandro
2017 年 1 月 26 日
Adam
2018 年 2 月 2 日
I would have thought if one of them was in a package that you would have to specify it with the package name prepended, which would remove the ambiguity anyway.
Xingwang Yong
2026 年 1 月 29 日
移動済み: Walter Roberson
2026 年 1 月 29 日
I am using R2024b, still have the problem.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Parallel Computing Fundamentals についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!