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.
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!