Undefined function or variable 'profile' in standalone application
이전 댓글 표시
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
Adam
2019년 11월 11일
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.
답변 (1개)
Sean de Wolski
2019년 11월 11일
편집: Sean de Wolski
2019년 11월 11일
1 개 추천
It's not supported. What profile information do you want in your deployed application?
카테고리
도움말 센터 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!