Main Content

Create App That Uses Multiple Axes to Display Results of Image Analysis

This app shows how to configure multiple axes components in App Designer. The app displays an image in one axes component, and displays histograms of the red, green, and blue pixels in the other three.

This example also demonstrates the following app building tasks:

  • Managing multiple axes

  • Reading and displaying images

  • Browsing the user’s file system using theuigetfilefunction

  • Displaying an in-app alert for invalid input (in this case, an unsupported image file)

  • Writing aStartupFcncallback to initialize the app with a default image

See Also

Functions

Properties