954,506 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Matlab - figure caption

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.

maitung
Newbie Poster
1 post since Mar 2005
Reputation Points: 10
Solved Threads: 0
 

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.

b4codes
Light Poster
35 posts since May 2006
Reputation Points: 10
Solved Threads: 1
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You