| Contents | Index |
| On this page… |
|---|
Columns — Resize, Rearrange, and Sort in Desktop Tools |
You can specify the font characteristics (type, style, and size) for:
Sets of MATLAB desktop tools, based on their predominant content — code, text, or HTML Proportional text
Each desktop tool individually
A combination of sets and individual tools.
You can set some font options differently for printing — see Print Options.
You can specify fonts for tools based on their predominant content — text, code, or HTML proportional font. For an example of how fonts affect text in the Editor, see Monospace Font Compared to Proportional Font.
To set fonts for a tool:
Select File > Preferences > Fonts.
Under Desktop code font select a font type, style, and size from the drop-down menus.
For font size, you can type a size, including a size not shown as a choice in the drop-down menu.
Under Desktop text font, do one of the following:
Select Use system font.
Select the font type, style, and size from the drop-down menus.
For font size, you can type a size, including a size not shown as a choice in the drop-down menu.
Review the list of tools currently using each font group—Desktop code font, Desktop text font, and Custom fonts.
If you want to move a tool from one group to another, or if you want to customize fonts for a particular tool, follow the steps in Setting Fonts for Individual Tools and HTML Proportional Text. Otherwise, click OK.
Note If you are running MATLAB on a Linux[1] or UNIX[2] platform, consider selecting Use antialiasing to smooth desktop fonts. Note however, that this option requires you to restart MATLAB. |
Custom font preferences enable you to change the font for HTML proportional text and individual desktop tools. For an example of how fonts affect text in the Editor, see Monospace Font Compared to Proportional Font.
To set custom fonts:
Select File > Preferences > Fonts > Custom.
Select the tool you want to customize from the Desktop tools list.
The type of font the tool currently uses appears under Font to Use.
Under Font to Use, select one of the following:
Desktop code.
Desktop text
Custom, and then specify the font characteristics.
Click OK.
Note For HTML Proportional Text, if you change the font style (for example, to bold or italic), it has no effect. However, if you change the font size, it affects both code and text for tools using the HTML Proportional Text font. |
HTML proportional-text fonts present characters with varying widths. Proportional-font text takes less space, but its characters are harder to align. Proportional-text font is easier to read, and is typically used for descriptive and informational text. For example, the MATLAB default is to use proportional fonts for the following:
The MATLAB Help display pane
The small window that opens for the help on selection feature.
The MATLAB Web browser— which displays the HTML output generated from publishing
The Profiler
The Function Browser function help
Extended Code Analyzer messages
Monospace Font Compared to Proportional Font. A monospace font is useful when you care about alignment, but it does take more space than a proportional font.
With a monospaced font, all characters are the same width.

With a proportional font, characters are different widths.

The following table lists the factory default code and text font settings, and the tools that use those font settings. If you previously changed settings, and now want to revert to the default values, update the settings using the values in the table.
Font Type | Factory Default Characteristics | Tools Using Font Type by Factory Default |
|---|---|---|
Desktop code font | Monospaced, Plain, 10 point |
|
Desktop text font | Your system's current font. |
|
This example changes the settings for the desktop code font; changes the Command History font preference so that it uses the desktop text font instead of the code font; and specifies a custom font for the Current Folder browser.
Select File > Preferences > Fonts.
Under Desktop code font, select Times New Roman, Plain, 14 point.
Under Desktop text font, select Use system font.
Click Apply.
Make the Command History window use the desktop text font:
Click the Custom Fonts link.
From Desktop tools, select Command History.
Select the Desktop text radio button.
Click Apply.
Apply a custom font to the Current Folder browser:
From Desktop tools, select Current Folder.
Select the Custom radio button.
Select Arial Narrow and Plain, and then type 11 in the size field.
Click OK.
The following table details the results of the changes.
Font Type | Font Characteristics | Tools Assigned Font | ||||
|---|---|---|---|---|---|---|
Desktop code | Times New Roman® font, Plain, 14 point |
| ||||
Desktop text | Same as your current system font, which appears in the dimmed fields below the Use system font check box. |
| ||||
Custom | SanSerif, Plain, 8 point | Help Navigator | ||||
Custom | SanSerif, Plain, 10 point | HTML Proportional Text | ||||
Custom | Monotype Corporation Arial® Narrow font, Plain, 11 point | Current Folder browser |
If you open a file created by someone else, and you see boxes or meaningless symbols instead of text, it is probably because you are using different language fonts from the file creator. This situation can occur, for example, if you open a file created by someone whose native language is Japanese and your native language is English. The Japanese user is probably using fonts for East Asian languages and you are not.
To resolve this problem, in the Windows Control Panel, find the region and language options, and then install the supplemental files for East Asian languages.
For more information, refer to the Windows help.
Unless you change it, MATLAB gets fonts from the operating-system font list. Any fonts on the system list that MATLAB cannot display are excluded from its list. The system fonts are installed in one of the following locations:
The operating system's standard location
Ask your system administrator where this is on your system.
The /jre/lib/fonts folder where Java software is installed on your system.
If a new compatible font becomes available to MATLAB, consider updating fonts on your Windows platform, as follows:
Use the Windows Control Panel to install the font.
For more information, refer to the Windows help.
Restart MATLAB.
A compatible font on Windows platforms for desktop components (such as the Command Window), figure windows, and uicontrols is one compatible with TrueType® and Microsoft OpenType® fonts. A bitmapped font is compatible font for graphics objects, such as xlabel, ylabel, title, and text.
This section describes how to change the colors that desktop tools use.
To change the colors that MATLAB uses for text and background in desktop tools follow these steps:
Note The colors you specify also apply to the Import Wizard, but do not apply to the Help display pane or the Web Browser. |
Select File > Preferences > Colors.
Clear Use system colors.
System colors are the text and background colors that your platform (for example, Microsoft Windows) uses for other applications.
Select the colors you want to use from the Text and Background color palettes.
When you choose a color, the Sample area in the dialog box updates to show you how it will look.
Under Other colors, select the color you want to use for hyperlinks.
Click OK.
In the Command Window, Command History, Editor, and Shortcuts callback area, MATLAB conveys syntax information using different colors. This feature, known as syntax highlighting, helps you to identify syntax elements, such as if/else statements at a glance. The Editor also provides syntax highlights colors for other languages.
In the Command Window, only the MATLAB input you type is highlighted; the output from running MATLAB functions is not highlighted.
To change syntax highlighting colors, follow these steps:
Select File > Preferences > Editor/Debugger, and then click Language.
In the Language drop-down menu, select the language for which you want to change syntax highlighting colors.
In the Syntax highlighting area, select Enable syntax highlighting.
Change the colors.
If you set the Language to MATLAB, click the Set syntax colors link, and then change the colors under MATLAB syntax highlighting colors.
If you did not set the Language to MATLAB, change the colors under Syntax highlighting .
Click OK.
Code Analyzer helps you to identify potential problems and refine your MATLAB code. By default, the Editor indicates:
Code for which there are warnings, by underlining that code with an orange wavy line and placing an orange line in the message bar.
Code for which there are errors, by underlining that code with an red wavy line and placing a red line in the message bar.
Code that MATLAB can fix automatically (autofix), by highlighting that code in tan.
To change code analyzer colors:
Select File > Preferences > Colors > Programming Tools.
Select the colors you want the code analyzer to use for warnings, autofix highlighting, or both.
Decide if you want autofix highlights to appear in the Editor.
Clear Autofix highlight if you do not want autofix highlights to appear in the Editor; select Autofix highlight if you do.
Click Apply.
Decide if you want to change the color that the code analyzer uses for errors.
If you do not, go to step 6.
If you do, then:
In the left navigation pane, click Colors.
Under MATLAB syntax highlighting colors, change the color for Errors.
In addition to changing the color of code analyzer indicators for errors, this action also changes the color for errors in the Command Window, Command History window, Editor, and Shortcuts callback area.
Click OK.
For more information, see Automatically Check Code in the Editor — Code Analyzer.
The toolbar on the desktop and on undocked tools provides easy access to frequently used operations.
To display a tooltip that describes a toolbar button action — Position the pointer over a button for a couple seconds and a tooltip appears describing the button action.
To show or hide a toolbar:
Right-click a toolbar or menu bar, and then select a toolbar from the context menu.
In a figure window, on the View menu, select the toolbar of interest.
To reposition toolbars — If a tool has multiple toolbars, click and hold the toolbar anchor, and then drag the toolbar to a different location.

To show, hide, or rearrange toolbar buttons — follow these steps:
Select File > Preferences > Toolbars.
From the Toolbar drop-down menu, select the toolbar that you want to customize.
The controls for the selected toolbar appear in the Layout and Controls sections of the Toolbars Preferences pane.
In the Controls list, select or clear the check box for controls that you want to display or remove from the toolbar, respectively.
In the Layout area, rearrange the order of the controls and separator bars on the selected toolbar, by doing either of the following:
Drag the icon for a control or separator bar to another position.
Select a Layout icon, and then click one of the Layout buttons below the layout icons.
For instance, to move the MATLAB desktop cut icon to the
beginning of the toolbar, select the Cut icon
, and then click the Move
the selected item to the beginning button
.

Click Apply or OK.
Some desktop tools, such as the Current Folder browser, present information in columns. The following table describes how you can resize and reposition the columns, as well as sort the information in the columns.
| To: | Do This: |
|---|---|
| Change the column width | Drag the separator bar between two column headings. |
| View information cropped by narrow column | Position the pointer over an item to view the full value for that item. It displays like a tooltip. |
| Rearrange the columns | Drag a column header to a different position. |
| Sort the information by a particular column | Click the column header. For example, in the Current Folder browser, click the Date Modified date to sort the items in date order. In some columns, you also can reverse the sort order by clicking the column header again. A small gray arrow in the header indicates the current sort order. For example, a down arrow in the Date Modified column header indicates a descending sort order. The newest files are at the top of the list. |
For many actions you try to perform, MATLAB displays confirmation dialog boxes before performing that action. To specify whether or not you want a given confirmation dialog box to appear:
Select File > Preferences > GeneralConfirmation Dialogs.
Select the check box for each dialog box you want to appear; clear it if you do not want it to appear.
Click OK.
Note When you perform an action that triggers an enabled confirmation dialog box, that dialog box includes a Do not show this prompt again check box. If you select the check box in the dialog box, it automatically clears the check box for the confirmation dialogs preference. |
Open Desktop Tools. To open a desktop tool, do any one of the following:
Select a tool from the Desktop menu.
A check mark in front of the tool name on the menu indicates that the tool is open.
Click the desktop
button, select Desktop Tools, and then click the tool you
want to open.
Use a function:
Command History: commandhistory
Command Window: commandwindow
Current Folder Browser: filebrowser
Editor: edit
Profiler: profile with the viewer option.
Web Browser: web
Workspace Browser: workspace
Resize and Move Desktop Tools. To resize tools on the MATLAB desktop, use the mouse or the keyboard, as described in the following sections:
Resize Desktop Tools Using the Mouse.To expand or reduce the size of adjacent tool windows, use the pointer to drag the separator bar that appears between them. When you move the pointer onto the separator bar, the pointer assumes a different shape, as follows:
On Windows platforms, when the pointer is between
two tools or documents, it is a double-headed arrow
.
On UNIX platforms, when the pointer is between
two tools or documents, it is an arrow with a bar.
![]()
When the pointer is between three or four documents,
it is a four-headed arrow
.
Resize Desktop Tools Using the Keyboard.
You can use menu item mnemonics to resize desktop tools using the keyboard.
For example, suppose the Command Window is open on the desktop along with other tools. To make the Command Window the active tool:
Click in the Command Window.
Press Alt+D, Z — the mnemonic equivalent of selecting Desktop > Resize Command Window.
The pointer shape becomes an arrow.
Use the keyboard arrow keys to change the size of the Command Window.
Press Enter to accept the new size, or press Esc to return the Command Window to its original size.
To determine the number of characters and lines that can display in the Command Window, given its current size, issue this command:
get(0,'CommandWindowSize')
For example, a result of 50, 25 means that 50 characters can display across the Command Window, and 25 lines can display without scrolling.
Note If you enable the Set matrix display width to eighty columns preference, then the result for that same size Command Window is 80, 25. For more information, see Matrix Display Width. |
To move a tool to another location on the MATLAB desktop using the mouse, follow these steps:
Drag the title bar of the tool to where you want the tool to be.
As you drag the tool, an outline of it appears. The status bar indicates where the tool moves if you release the mouse. For instance, it can display:
Release the mouse to dock the Editor on the top.
Release the mouse to tab-dock the Current Folder.
Release the mouse to leave the Editor in the current location.
When the outlined position is where you want the tool to be, release the mouse button.
The tool stays at the new location.
The following illustration shows how it looks as you drag the Command History tool above the Command Window. When you begin dragging the Command History tool, the outline appears around the tool. When you drag it across the boundary separating the two tools, the outline indicates the top-bottom arrangement. If you release the mouse button, you change the arrangement from side-by-side to top-bottom.

Other tools on the desktop automatically resize to accommodate the new configuration. The following example shows how the desktop looks after you move the Command History tool above the Command Window.

To move desktop tools using the keyboard, follow the menu item mnemonics. For example, suppose the Command Window and other tools are currently open on the desktop. To move the Command Window to a new location, follow these steps:
Make the Command Window the active tool by pressing Ctrl+0.
Press Alt+D, V — the mnemonic equivalent for selecting Desktop > Move Command Window.
The pointer shape becomes an arrow.
Use the arrow keys to move the outline of the Command Window to a new location.
Press Enter to keep the tool at the new location, or press Esc to return the Command Window to its original position.
You can move a tool outside the MATLAB desktop (called undocking) to make it larger or easier to use. For example, when referring to the online documentation, you can move the Help browser off the desktop.
To move a tool outside the desktop:
Select the tool to make it active.
Perform one of the following:
Click the Undock button
on the
title bar of the tool you want to move outside the desktop.
Select Undock for that tool from the Desktop menu; the tool must be the currently active one.
Drag the title bar of the tool outside the desktop. As you drag, an outline of the tool appears. Release the mouse.
Move Undocked Tools Back onto the Desktop. To move a tool that is outside the MATLAB desktop back onto the desktop, do one of the following:
Click the Dock button
on the menu bar for that
tool.
Select Dock from the Desktop menu for that tool.
Group Desktop Tools Together. You can group tools so that they occupy the same location on the MATLAB desktop. Basically, you are stacking one tool on top of another. Then, you can access the individual tools using the tool name on the title bar:
To group tools:
Drag the title bar of one tool on the desktop on top of another tool on the desktop.
An outline of the tool you are dragging overlies the target tool.

Both tools occupy the same space. Labeled tabs appear at the top of that space.

To view a grouped tool, click the title bar for the tool. The selected tool moves to the foreground and becomes the currently active window.
When you click the Close box
for a tool grouped with
other tools, that tool closes. You cannot close all the grouped tools
at once. Instead, close each tool individually.
Right-click the title bar for a tool and use the context menu to close, undock, maximize, or minimize the tool.
Maximize Available Space on the Desktop. To hide the title bars for desktop tools so they use less space, select Desktop > Titles. This action clears the check mark next to the Titles menu item. Identify a desktop tool with a hidden title by hovering over the area where the title bar used to be. A tooltip displays the name of the tool.
Maximize Tools Within the Desktop. MATLAB software provides multiple ways to maximize tools on the desktop. It also has multiple ways of restoring the desktop to the layout in place before you resized it. For example:
To resize the active tool so it occupies the entire MATLAB desktop do one of the following:
Double-click the title bar in that tool.
Select Desktop > Maximize Toolname.
Click the Maximize button
on the tool title bar.
To return to the layout as it appeared before you maximized it, do one of the following:
Double-click the maximized title bar for that tool.
Select Desktop > Restore Toolname.
Click the Restore button
on the title bar in that
tool.
You can minimize any tool on the desktop, which creates a button representing the tool along an edge of the desktop. For example, suppose you minimize the Command Window. The desktop looks like the following image, although the layout of the desktop and the location of the button can be different for your desktop.

MATLAB software provides multiple ways to minimize tools in the desktop, restore the previous desktop layout, and manipulate the location of the tool button. For example:
To minimize a tool, do one of the following:
Select Desktop > Minimize Toolname.
Use the Minimize button
on the title bar for the
tool.
The button for the tool appears along the edge indicated by the minimize arrow in the Desktop menu item or by the arrow on the button.
To view or use a minimized tool, hover over or click the button for the tool. This action temporarily opens the tool on the desktop. When you finish using the tool, click the Minimize button or another tool. The tool appears again as a button along the edge of the desktop.
To return the tool to the position it occupied before you minimized it, do one of the following:
Double-click the button for the tool.
Right-click the button for the tool, and then select Restore > Toolname.
Hover over or click the button for the tool, and then
click the Restore button
on the title bar of the
tool.
To move the button for the tool, drag it to a different edge.
If you drag the button to a nonedge location on the desktop or outside of the desktop, it moves the tool and opens it.
Open Documents. Use the document bar to go to a document that is open, but not in view. The names of all open documents appear on the document bar. Click the document name to open the document. If the document bar is not open, select Desktop > Document Bar > Bar Position and select the position for it, for example, Right.
Entries for undocked documents appear on the Windows task bar, or the equivalent for your platform. Click the task bar entry for a document to make that document active.
When you open MATLAB documents, they open in the associated tool and appear in the position they occupied when last used. Figures open undocked, regardless of the last position occupied. If the tool is not already open, it opens when you open the document.
How you open a document depends on the document type, as described in the following table.
Document Type and Tool | How to Open Document | Where Document Appears by Default | Other Techniques to Open Document |
|---|---|---|---|
Text file in the Editor | Click the Open file button
| In the last location of the Editor. The default location for the Editor is outside the desktop. | |
Variable in the Variable Editor | Double-click a variable in the Workspace browser. | In the last location of the Variable Editor. The default location of the Variable Editor is docked on the desktop. | |
HTML or similar page in the Web browser | Double-click the file name in the Current Folder browser. | In the last location of the Web browser, replacing the existing Web browser document. | |
Figure | Use the plot function. | In a figure window, outside the desktop. | Any other function or tool that creates a figure window. |
Some common actions for working with documents on the desktop are:
Select a document from the document bar, making it the active open document.
Use the Window menu or equivalent toolbar buttons to position documents.
Use buttons in the titlebar for a tool. The following image shows the Editor titlebar, for example.
![]()
| To Accomplish This: | Do This Using the Titlebar for a Tool: |
|---|---|
Minimize the tool | Click
|
Maximize the tool | Click
|
Undock the tool from the desktop | Click
|
Close the tool, including all documents in the tool | Click
|
Use buttons in a toolbar for a tool to arrange documents within a tool. The following image shows the Editor toolbar.
![]()
| To Accomplish This: | Do This Using the Editor Toolbar: |
|---|---|
Arrange documents in the Editor | Use
|
Undock a document | Click
|
Close and save the document currently displaying | Click
|
Close and not save the document currently displaying | Click Ctrl +
|
Navigate Among Open Documents Using the Document Bar. When you have more than one document open in a tool, each document appears either maximized (the default), tiled, or floating (cascading). Tiled and floating arrangements make multiple documents visible simultaneously. The document bar shows the names for all open documents docked together in a tool.
Adjust the Document Bar. You can show, hide, move, alphabetize, and adjust the size of the tabs on the document bar as described in the following table.
| To Accomplish This: | Do This: |
|---|---|
Show the document bar. | Select Desktop > Document Bar > Bar Position, and then select a location. |
Hide the document bar. | Right-click the document bar, and then select Bar Position > Hide. |
Move the document bar. | Do one of the following:
|
Alphabetize the names of the documents on the document bar. | Right-click on the document bar and select Alphabetize. |
Reorder document names on the document bar. | Drag a document name to a different position on the document bar. |
Position Documents. You can position open documents so that one document or multiple
documents are in view from within a tool. Select the arrangement from
the Window menu or use the Arrange Documents
drop-down menu
,
as described in the table that follows. When you tile documents,
they are all visible within the tool, arranged in a grid pattern.
| To: | Do This: |
|---|---|
View one document (default) | From the Arrange Documents drop-down
menu, choose the Maximize option
|
View all open documents, layered on top of each other | In the Arrange Documents drop-down
menu, choose the Float option
Optionally, select Window > Cascade to make the document arrangement neater. |
View all documents, side-by-side | In the Arrange Documents drop-down menu, choose the Left/Right
Tile option
|
View open documents, one above the other | In the Arrange Documents drop-down menu, choose the Top/Bottom
Tile option
|
View open documents, tiled within the tool |
|
View a subset of open documents, tiled within the tool |
|
Replace a tiled document | See Replace a Tiled Document with an Out-Of-View Document |
| Close an empty tile | On the separator bar, move the pointer over the handle
|
You can replace a currently tiled document with another that is on the document bar, but not currently in view.
For example, suppose you have three documents open in the Editor — collatz.m, collatzplot.m, and collatzall.m. The first two documents are in view, as shown in the following image.

To view collatzall.m in the top tile, follow these steps:
Click the title bar of the file in the top tile, collatz.m.
On the document bar, click collatzall.m.
If you previously viewed collatzall.m in the bottom tile, collatzall.m displays in the bottom tile, regardless of which title bar you click in step 1.
If collatzall.m displays in the bottom tile, drag its title bar to the top tile to get the arrangement you want.

Now, collatzall.m displays in the top tile and collatzplot.m displays in the bottom tile.
Move and Resize Documents. You can move and resize documents to organize them as you want, as described in the following table.
| To Accomplish This: | Do This: |
|---|---|
| Minimize all open documents in a tool. | Make that tool active, and then select Window > Minimize Toolname Documents. |
| Float documents. | Select Windows > Float. |
| Minimize (hide) a floating document. | Click the minimize button
|
| Access a minimized document. | Select its name from the document bar or the Window menu. |
| Move or resize a maximized document. | Move or resize the tool that contains it. |
| Make a document larger when it is next to an empty tile. | Hover over the handle on the separator bar, and then click the Close box that appears. |
| Resize tiled documents. | Drag the separator bar that is between the documents. |
| Move tiled documents. | Drag the title bar of the document to another tile. If you drag it to a tile that already contains a document, the document you are dragging covers up the other document. |
Close Documents. The following table summarizes the key options for closing documents.
| To Close: | Do This: |
|---|---|
| All documents open within a tool | Click the Close box
|
| Documents without saving changes | Hold the Ctrl key while clicking the Close box. |
| All documents undocked from within their tools | Select Window > Close All Documents from the desktop. |
Move Documents Outside of the Desktop (Undock). You can move a tool outside of the MATLAB desktop (called undocking) to make it larger or easier to work with. For example, you can move the Help browser outside of the desktop when referring to the online documentation.
To move a tool outside the desktop, click the Undock arrow
on the
title bar of the tool you want to move outside the desktop.
Dock Documents and Tools. To dock documents and their associated tool, click the Dock
button
on
the menu bar for the tool.
Group Documents in a Tool Outside the Desktop. To group all the documents for a tool outside of the desktop, undock the tool from the desktop, not just the individual documents.
If you have already undocked all the documents and closed the empty tool that had contained them, follow these steps:
Select Desktop > Dock All in Editor, for example.
This selection moves all the documents into the tool in the desktop.
Undock the tool.
Overview of Desktop Arrangements. When you end a session, MATLAB saves the current desktop arrangement. The next time you start MATLAB, the desktop appears like the way you left it. However, tools such as the Help browser, Web browser, and Variable Editor do not reopen automatically, even if they were open when you ended the last session. You can use startup options to specify tools that you want to open on startup. For example, to have the MATLAB Web browser open each time you start MATLAB, add web to a startup.m file. For more information, see Startup Options.
You can also use predefined layouts, and you can save your own layouts for later reuse.
Save a Desktop Arrangement. To save your current desktop arrangement:
Select Desktop > Save > Layout.
Assign a name to the layout in the resulting dialog box, and then click OK.
MATLAB stores the arrangements you save as XML files in the preferences folder for MATLAB. The layout last used in a session is MATLABDesktop.xml. The MATLABDesktop.xml file loads when you start MATLAB and is overwritten when you close MATLAB.
Reuse a Saved or Predefined Desktop Arrangement. Select Desktop > Desktop Layout, and then select the name of the layout you want to use.
MATLAB includes the following predefined layouts:
Default — Contains the Current Folder, Command Window, Workspace Browser, and Command History windows.
If you are dissatisfied with your current desktop arrangement, use this option to restore the default desktop arrangement
Command Window Only — Contains the Command Window only.
History and Command Window — Contains the Command History window and Command Window.
All Tabbed — Contains all desktop tools, opened, maximized, and tabbed together.
All but Command Window Minimized — Contains all tools, opened and minimized in the desktop, except for the Command Window and sometimes the Editor. The Command Window and the Editor (if it contains a document) remain maximized.
When you select a saved or predefined layout, document tools already open in the desktop remain open.
Rename a Saved Desktop Arrangement. Rename a desktop layout that you have previously created and saved as follows:
Select Desktop > Organize Layouts.
In the resulting dialog box, select a layout, click the Rename button.
Type the new name over the existing name.
Click Close.
You can rename desktop layouts that you created only.
Delete a Saved Desktop Arrangement. Delete a desktop layout that you have previously created and saved as follows:
Select Desktop > Organize Layouts.
In the resulting dialog box, select a layout, click the Delete button, and then click Close.
You can delete desktop layouts that you created only.
[1] Linux is a registered trademark of Linus Torvalds.
[2] UNIX is a registered trademark of The Open Group in the United States and other countries.
![]() | Desktop | Keyboard Shortcuts | ![]() |

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |