How can I prevent Matlab from rendering html output?
Afficher commentaires plus anciens
If I run this interactively in the Matlab GUI.
fprintf('<http://www.mathworks.com mathworks!>\n');
It is rendered as if it were in a browser (blue text, underlined, markup not shown). Can this be prevented? I'd like to see the markup.
Additional info:
If I don't use the Matlab GUI (starting Matlab with "matlab -nodesktop" from a terminal), I get the behavior that I want. How I usually actually run Matlab is through emacs, which unfortunately renders the link like the Matlab GUI. So ideally I'd like a solution for emacs, but if anyone has a solution for the GUI, that might help me figure it out.
Réponses (0)
Catégories
En savoir plus sur Startup and Shutdown dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!