Undefined function or variable 'profile' in standalone application
15 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I am trying to build a standalone matlab application with capability to profile files/functions and dependencies.
It works well on Matlab GUI session but example.EXE fails with message as 'undefined function profile'
1 commentaire
Adam
le 11 Nov 2019
I would be very surprised if the profiler is supported by the compiler for standalone applications, though off-hand I don't have a source stating definitively either way.
Réponses (1)
Sean de Wolski
le 11 Nov 2019
Modifié(e) : Sean de Wolski
le 11 Nov 2019
It's not supported. What profile information do you want in your deployed application?
0 commentaires
Voir également
Catégories
En savoir plus sur MATLAB Compiler 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!