Matlab - figure caption

Please support our Computer Science advertiser: Learn about neural networks and artificial intelligence.
Reply

Join Date: Mar 2005
Posts: 1
Reputation: maitung is an unknown quantity at this point 
Solved Threads: 0
maitung maitung is offline Offline
Newbie Poster

Matlab - figure caption

 
0
  #1
Mar 26th, 2005
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.
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 35
Reputation: b4codes is an unknown quantity at this point 
Solved Threads: 1
b4codes b4codes is offline Offline
Light Poster

Re: Matlab - figure caption

 
0
  #2
May 11th, 2006
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 : ]



Originally Posted by maitung
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.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Computer Science Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC