How can I prevent Matlab from rendering html output?

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

Products

Tags

Asked:

on 23 Mar 2012

Community Treasure Hunt

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

Start Hunting!