Parallel computing in app designer
13 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Srinivasan B
le 30 Sep 2021
Réponse apportée : Walter Roberson
le 4 Oct 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 commentaires
Réponse acceptée
Walter Roberson
le 4 Oct 2021
Because your function was not declared static, MATLAB thinks it needs to pass the app object to it.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Background Processing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!