tab. After you begin typing, the Functions tab clears, except for the items that match
your search.
Click a search result to scroll the function into view. Right-clicking a search result and
selecting Go To places your cursor in the function.
To delete a helper function, select its name in the Functions tab and press the Delete
key.
Example: Helper Function that Initializes Plots and Displays
Updated Data
This app shows how to create a helper function that initializes two plots and updates one
of them in a component callback. The app calls the updateplot function at the end of
the StartupFcn callback when the app starts up. The UITableDisplayDataChanged
callback calls the same function to update one of the plots when the user sorts columns or
changes a value in the table.
Create Helper Functions in App Designer