Parallel computing in app designer
13 ビュー (過去 30 日間)
古いコメントを表示
Hi,
I am trying to use parfeval in app designer but there is always a warning . Is parfeval (Paralle Computing Toolbox) supported in app designer ?
I have attached the code(mlapp file) and the warning for your reference.
The code snippet(code in the mlapp file) calling empty function using parfeval
f = parfeval(@test,0);
function test()
end
Thanks and regards,
B.Srinivasan
0 件のコメント
採用された回答
Walter Roberson
2021 年 10 月 4 日
Because your function was not declared static, MATLAB thinks it needs to pass the app object to it.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Background Processing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!