what is the meaning of set(gca,'Fontsize',16)
52 views (last 30 days)
Show older comments
what is the meaning of set(gca,'Fontsize',16)
0 Comments
Answers (2)
Arif Hoq
on 1 Feb 2022
try to plot:
a = linspace(0,10,150);
b = 2*cos(a);
plot(a,b,'Color','r')
See Also
Categories
Find more on Entering Commands 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!

