Skip to content

Commit fe12a4b

Browse files
authored
Update README.md
updated README text
1 parent b089c65 commit fe12a4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ Live task to customize Matlab axes interactively
99
![image](https://user-images.githubusercontent.com/10243182/200378631-f49977eb-3e8a-47fc-8588-a734954518df.png)
1010
5. Insert the live task into your live Matlab script by clicking the live task button. Here is a usage example:
1111
![image](https://github.com/altmany/CustomizeAxes/blob/main/CustomizeAxes%20Live%20task.png?raw=true)
12+
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.
1213

1314
## Running as a standalone dialog window
1415
CustomizeAxes can also run as a standalong window, using the syntax `CustomizeAxes(haxes)`, where hAxes is the requested axes handle.
1516
You can also run `CustomizeAxes()` without an axes handle, allowing you to interactively select the requested axes.
17+
1618
![image](https://github.com/altmany/CustomizeAxes/blob/main/CustomizeAxes%20dialog%20window.png?raw=true)

0 commit comments

Comments
 (0)