Can i make Title and x and y label Bold - MATLAB Answers - MATLAB Central

Can i make Title and x and y label Bold - MATLAB Answers - MATLAB Central

瀏覽:1118
日期:2025-06-18
Answer by Wayne King on 15 Nov 2011 Accepted answer plot(randn(100,1)); title('Test','fontweight','bold','fontsize',16); xlabel('Time','fontweight','bold','fontsize',16); 1 Comment Show all comments moonman on 16 Nov 2011 Link Direct link to this comment:...看更多