Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

ezpolar, want to make the text go away

Status
Not open for further replies.

Alex22

Electrical
Joined
Nov 27, 2005
Messages
4
When i use ezpolar(f) a text appears right below the figure that shows the function f. I'd like to make it go away. How can I do this?
 
ezpolar() is an m-file function. The last bit of it looks like this:

text(0,-1.2*max(abs(RHO)),['r = ', texlabel(rho0)], ...
'HorizontalAlignment','Center','Parent',cax);

Delete it. Or if you prefer, copy the m-file locally with a different name first so you don't mangle the installation.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top