DataCursorMode not compatible with deployed application?
이전 댓글 표시
I use MATLAB's DataCursorMode to generate custom tooltips in a user interface (created with guide). This works fine when executed from the source code within MATLAB. However, I need a compiled version of the program for deployment to users. Everything works fine except the DataCursorMode. It displays the following error:
Error in custom datatip string function
I have a toggle in the user interface to switch DataCursorMode back on if it becomes disabled due to interference of other plot manipulation tools. This doesn't help in the compiled program.
Is it possible the MATLAB Runtime is incompatible with DataCursorMode? Any workarounds available?
댓글 수: 2
Walter Roberson
2015년 8월 12일
Which MATLAB version are you using?
Benjamin Vandendriessche
2015년 8월 12일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Application Deployment에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!