Parallel computing in app designer

13 visualizaciones (últimos 30 días)
Srinivasan B
Srinivasan B el 30 de Sept. de 2021
Respondida: Walter Roberson el 4 de Oct. de 2021
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

Respuesta aceptada

Walter Roberson
Walter Roberson el 4 de Oct. de 2021
Because your function was not declared static, MATLAB thinks it needs to pass the app object to it.

Más respuestas (0)

Categorías

Más información sobre Background Processing en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by