A GUI to Set Simulink Model Parameters Example 2

May 2nd, 2010 No Comments   Posted in Examples

Running the Simulation from the GUI

The GUI Simulate and store results button callback runs the model simulation and stores the results in the handles structure. Storing data in the handles structure simplifies the process of passing data to other subfunction since this structure can be passed as an argument. Read More

A GUI to Set Simulink Model Parameters

May 2nd, 2010 No Comments   Posted in Examples

About the Simulink Model Parameters Example

This example illustrates how to create a GUI that sets the parameters of a Simulink® model. In addition, the GUI can run the simulation and plot the results in a figure window. The following figure shows the GUI after running three simulations with different values for controller gains.

The example illustrates a number of GUI building techniques: Read More

Modifying and Reloading Classes

April 20th, 2010 No Comments   Posted in Documents

Ensuring MATLAB Uses Your Changes

There is only one class definition for a given class in MATLAB at any given time. When you create an instance of a class, MATLAB loads the class definition. So as long as instances of that class exist, MATLAB does not reload the class definition. Read More

Starting Simulink Software

April 16th, 2010 No Comments   Posted in Documents

Opening the Simulink Library Browser

Your MATLAB environment must be running before you can open Simulink software. You start Simulink from within MATLAB. Read More

What Is Model-Based Design?

April 16th, 2010 No Comments   Posted in Documents

Model-Based Design

Model-Based Design is a process that enables faster, more cost-effective development of dynamic systems, including control systems, signal processing, and communications systems. In Model-Based Design, a system model is at the center of the development process, from requirements development, through design, implementation, and testing. The model is an executable specification that is continually refined throughout the development process. After model development, simulation shows whether the model works correctly. Read More

Simulink Getting Started

April 16th, 2010 No Comments   Posted in Documents

Overview

Simulink® software models, simulates, and analyzes dynamic systems. It enables you to pose a question about a system, model the system, and see what happens. Read More