Problem 1860. Remove TeX from string
Matlab’s TeX support in figure windows is great for displaying information in a visually appealing way. However, many of the TeX elements just get in the way when displaying a label string in the command window and lead to lots of additional gibberish if you want to create a valid variable name from the TeX string using genvarname.
Given the TeX string as an input, return a string that contains only the plain text of what would be displayed in a figure window by title, xlabel, etc.
Retain special characters, e.g., ‘\beta’ becomes ‘beta’.
Cell array inputs should return multi-line strings.
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers12
Suggested Problems
-
Find the sum of all the numbers of the input vector
49451 Solvers
-
Find the "ordinary" or Euclidean distance between A and Z
162 Solvers
-
First non-zero element in each column
864 Solvers
-
Back to basics 9 - Indexed References
442 Solvers
-
Make an awesome ramp for a tiny motorcycle stuntman
659 Solvers
More from this Author5
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!