Just the basics in MATLAB
Posted: Tue Jan 25, 2022 5:08 am
1. Change size of text in plot
2. Change plot linewidth
3. set plot background to white
Code: Select all
set(gca,'FontSize',15)Code: Select all
set(0,'DefaultLineLineWidth',2)Code: Select all
set(gcf,'color','w')