Undefined function or variable 'profile' in standalone application

18 views (last 30 days)
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 Comment
Adam
Adam on 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.

Sign in to comment.

Answers (1)

Sean de Wolski
Sean de Wolski on 11 Nov 2019
Edited: Sean de Wolski on 11 Nov 2019
It's not supported. What profile information do you want in your deployed application?

Categories

Find more on MATLAB Compiler in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!