Trying to publish "<" and ">" literally
Show older comments
I am trying to publish via MATLABs publishing tool. I'd like to publish "<asdf qwer>" literally (without the double quotes) but MATLAB keeps turning the expression into a link. I try to use an escape character (i.e. \<asdf qwer\>) and the escape character is printed . How to I literally publish "<asdf qwer>" with an escape character that will not appear?
1 Comment
per isakson
on 22 Jan 2013
Edited: per isakson
on 24 Jan 2013
Don't think it is possible. I sometimes add a spaces, "< asdf qwer >"
Accepted Answer
More Answers (1)
Walter Roberson
on 22 Jan 2013
1 vote
try <asdf qwer>
Categories
Find more on Characters and Strings in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!