Effacer les filtres
Effacer les filtres

DataCursorMode not compatible with deployed application?

1 vue (au cours des 30 derniers jours)
Benjamin Vandendriessche
Benjamin Vandendriessche le 12 Août 2015
Commenté : Steven Lord le 15 Août 2015
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 commentaires
Walter Roberson
Walter Roberson le 12 Août 2015
Which MATLAB version are you using?
Benjamin Vandendriessche
Benjamin Vandendriessche le 12 Août 2015
Sorry, can't believe I forgot to mention that > R2015a

Connectez-vous pour commenter.

Réponse acceptée

Varun Bhaskar
Varun Bhaskar le 14 Août 2015
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?
  2 commentaires
Benjamin Vandendriessche
Benjamin Vandendriessche le 14 Août 2015
Ok, figured it out. I used a symbolic math statement to generate some of my tooltip data. Apparently these functions can't be compiled. When I stripped that part, DataCursorMode worked fine again in the deployed app.
Thanks for the replies.
Steven Lord
Steven Lord le 15 Août 2015
That is correct, Symbolic Math Toolbox is not eligible to be used with MATLAB Compiler.

Connectez-vous pour commenter.

Plus de réponses (0)

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!

Translated by