Saturday, 31 August 2013

Convert underscores to spaces in Matlab string?

Convert underscores to spaces in Matlab string?

So say I have a string with some underscores like hi_there.
Is there a way to auto-convert that string into "hi there"?
(the original string, by the way, is a variable name that I'm converting
into a plot title).

No comments:

Post a Comment