Matlab Font Size Axis

[Solved] Matlab Font Size Axis | Matlab - Code Explorer | yomemimo.com
Question : matlab font size axis

Answered by : aart-van-bochove

set(gca,'FontSize',30) %gca returns the current axes in the current figure

Source : | Last Update : Thu, 30 Jun 22

Question : matlab title font size

Answered by : saf-hossain

title('This is my plot', 'FontSize', 12);

Source : | Last Update : Thu, 03 Jun 21

Answers related to matlab font size axis

Code Explorer Popular Question For Matlab