Parallel computing in app designer
11 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Srinivasan B
il 30 Set 2021
Risposto: Walter Roberson
il 4 Ott 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
0 Commenti
Risposta accettata
Walter Roberson
il 4 Ott 2021
Because your function was not declared static, MATLAB thinks it needs to pass the app object to it.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Background Processing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!