Introduction

Matlab Logo 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.

This tutorial is written for those with some experience creating a Matlab GUI and with some experience using Simulink. If you’re new to creating GUIs in Matlab, you should visit this tutorial first. Basic knowledge of Matlab is highly recommended. Matlab version 2007a is used in writing this tutorial. Both earlier versions and new versions should be compatible as well (as long as it isan’t too outdated). Let’s get started!

Pages: 1 2 3 4