s*******k 发帖数: 71 | 1
//sign... oh well. You have two options:
(1) If this is an once-and-only thing, using Property Editor, you can
either start it from command window (propedit), or use the Edit menu
in the figure.
(2) If this is something in a script, you can do the following
h = gca; % get handle on CURRENT axis
set(h, 'FontSize', 12');
do a set (h) to see available options.
SH |
|