You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
6. Whenever the customization code changes (when you modify any of the UI controls or the axes directly), the variable `code` in the base Matlab workspace is updated with the necessary customization commands. You can also view/copy this code from the source-code panel beneath the live task's UI controls panel.
12
13
13
14
## Running as a standalone dialog window
14
15
CustomizeAxes can also run as a standalong window, using the syntax `CustomizeAxes(haxes)`, where hAxes is the requested axes handle.
15
16
You can also run `CustomizeAxes()` without an axes handle, allowing you to interactively select the requested axes.
0 commit comments