putting a ' in a title

40 views (last 30 days)
Chris ODonnell
Chris ODonnell on 29 Jan 2013
Commented: John on 1 Sep 2023
How do you put a prime (') in a figure title?
eg I want my title to me: U' squared
title(' U' squared ') ...obviously doesn't work?
Thanks

Accepted Answer

Daniel Shub
Daniel Shub on 29 Jan 2013
You were so close, you need an extra '
title(' U'' squared ')
  4 Comments
Igor Gitelman
Igor Gitelman on 20 May 2022
Edited: Igor Gitelman on 20 May 2022
thanks a lot vary helpful
John
John on 1 Sep 2023
thank you

Sign in to comment.

More Answers (0)

Categories

Find more on Numeric Types 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!