Matlab GUI Tutorial - Integrating Simulink Model into a GUI
Introduction
This tutorial will show you how to easily interface a Simulink Model with GUIDE using two different methods. In this tutorial, you will learn how to pass parameters to a Simulink model without using the set_param command and without having the Simulink Model open (which is how the Matlab Help does it).
Since Simulink can be used to easily model a variety of systems using an intuitive block diagram format, it would be advantageous to use it in conjunction with GUIs. Interfacing the Simulink Model with GUIDE will makes it easier for end-users to change key parameters and to view simulations without having to deal directly with Simulink.
30 Nov 2007 Quan Quach 18 comments






icon on the GUI figure to bring up the accompanying .m file.


