Parallel computing in app designer

13 ビュー (過去 30 日間)
Srinivasan B
Srinivasan B 2021 年 9 月 30 日
回答済み: Walter Roberson 2021 年 10 月 4 日
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

採用された回答

Walter Roberson
Walter Roberson 2021 年 10 月 4 日
Because your function was not declared static, MATLAB thinks it needs to pass the app object to it.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeBackground Processing についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by