you need to use "set" function,
SET(H,'PropertyName',PropertyValue) sets the value of the
specified property for the graphics object with handle H.
for example:
set(gcf,'DefaultTextColor','red')
if it didn't work out for you, try matlab help website like mathworks or kluid (
http://www.kluid.com).
b4 : ]
Hello there, I wonder whether anyone use Matlab here?
if so, please help me to set the properties for figure function, so that it can display a caption instead of the default Figure1, Figure2 ...
thanks.