You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Editor's Note: This file was selected as MATLAB Central Pick of the Week
SETNAME sets the figure name to equal the figure title.
With many figure windows open, SETNAME makes it easier to disinguish
which is which in the taskbar.
SETNAME(AX) uses the axis AX instead of the current axis.
If the figure has no title, SETNAME uses the axis labels instead.
I also put the following in my STARTUP file to turn off the default figure numbering:
set(0,'defaultfigurenumbertitle','off')
Cite As
Andrew Bliss (2026). setname (https://www.mathworks.com/matlabcentral/fileexchange/33076-setname), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (1.46 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
