Skip to content

Tutorials Plugins

Back to MIB | User Interface | Plugins


The Tutorials plugins in Microscopy Image Browser (MIB) provide examples to help users learn plugin development for MIB. These plugins are located in the Plugins/Tutorials folder of your MIB installation and are automatically detected when MIB starts.

Available Plugins

  • GUI Tutorial
    Guides users through creating a plugin with a MATLAB GUIDE-based graphical interface, ideal for learning plugin development.
    Details

  • MIB App Design Plugin
    Provides a minimal example of a plugin built with MATLAB’s App Designer framework, showcasing modern UI development.
    Details

  • MIB Plugin
    Offers a basic example of a plugin using the GUIDE framework, suitable for beginners in MIB plugin creation.
    Details

  • MIB Plugin Without GUI
    Demonstrates a simple plugin without a graphical interface, focusing on backend functionality for quick scripting.
    Details


Back to MIB | User Interface | Plugins