matlab画图标题自定义字体大小
title(\'标题\',\'fontname\',\'Times New Roman\',\'Color\',\'b\',\'FontSize\',20);
字体是Times New Roman,颜色是蓝色(\'b\'即blue),字体大小是20号。
title(\'标题\',\'fontname\',\'Times New Roman\',\'Color\',\'b\',\'FontSize\',20);
字体是Times New Roman,颜色是蓝色(\'b\'即blue),字体大小是20号。
相关文章: