Jan 11, 2006 #1 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?
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?
Jan 13, 2006 #2 SomptingGuy Automotive Joined May 25, 2005 Messages 8,922 Location GB 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. Upvote 0 Downvote
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.