Clear Filters
Clear Filters

How to change font size of text on figure?

3 views (last 30 days)
Im using the text(x,y,text) function to label state points in a brayton cycle. However, the text is really small and unsightly, anybody know an alternative method to do what I want or increase the font size?
  1 Comment
Tyler Burke
Tyler Burke on 10 Nov 2020
this is for t-s and p-v diagrams if that makes any difference

Sign in to comment.

Accepted Answer

Karthik Ravishankar
Karthik Ravishankar on 10 Nov 2020
text(x,y,'text','FontSize',16)

More Answers (1)

Rik
Rik on 10 Nov 2020
If you look at the documentation, you will see that you have many optional parameters, one of which is the FontSize.

Products


Release

R2019a

Community Treasure Hunt

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

Start Hunting!