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

brill thanks
Please accept an answer if it helps you.
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

Asked:

on 29 Jan 2013

Commented:

on 1 Sep 2023

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!