DataCursorMode not compatible with deployed application?
1 回表示 (過去 30 日間)
古いコメントを表示
Benjamin Vandendriessche
2015 年 8 月 12 日
コメント済み: Steven Lord
2015 年 8 月 15 日
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 件のコメント
採用された回答
Varun Bhaskar
2015 年 8 月 14 日
Hello,
I just tried to compile and deploy a script containing DataCursorMode and the deployed application worked just fine. Can you give a detailed description of your workflow with a sample script maybe?
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!