How can I prevent Matlab from rendering html output?
Mostrar comentarios más antiguos
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.
Respuestas (0)
Categorías
Más información sobre Startup and Shutdown en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!