How can I prevent Matlab from rendering html output?

1 view (last 30 days)
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.

Answers (0)

Categories

Find more on Environment and Settings in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!