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

采纳的回答

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 CenterFile Exchange 中查找有关 Background Processing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by