Error loading variables from workspace during parallel computing in Parameter Estimator.
12 ビュー (過去 30 日間)
古いコメントを表示
Hello, I am trying to use parallel pool computing for estimating the parameters of RC cirucuit. I have defined initial variables in the matlab workspace. However, during parallel computing, it does not load the variables and pops up the error window as shown in attachment. However, without using parallel pool, the estimation continues to work in order. Can someone please help what is the mistake in adding the file dependency while starting parallel pool computation. I am using R2019b version.
2 件のコメント
Sam Marshalik
2021 年 11 月 22 日
Can you expand on how the variables are made? Are you specifying them directly in your code or are you using load to bring them into the workspace?
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Whos についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!