Asee peer logo

Designing Gui Interfaces With Matlab

Download Paper |

Conference

2002 Annual Conference

Location

Montreal, Canada

Publication Date

June 16, 2002

Start Date

June 16, 2002

End Date

June 19, 2002

ISSN

2153-5965

Conference Session

ASEE Multimedia Session

Page Count

16

Page Numbers

7.385.1 - 7.385.16

DOI

10.18260/1-2--10530

Permanent URL

https://peer.asee.org/10530

Download Count

1989

Request a correction

Paper Authors

author page

Abraham Michelen

Download Paper |

Abstract
NOTE: The first page of text has been automatically extracted and included below in lieu of an abstract

Main Menu

Session 2793

Designing Interactive GUI with MATLAB ® Abraham Michelen Hudson Valley Community College Troy, New York 12180 micheabr@hvcc.edu

Abstract

In this paper we introduce a tutorial on the use of the Guide facility of MATLAB. Guide is a development platform composed of several interrelated tools within MATLAB that allows the user to build complex graphical user interfaces that can be used as teaching tools or as automated programs. Several examples rela ted to engineering disciplines are presented.

I. Introduction

MATLAB is a high- level mathematical language for technical computing. In many universities and colleges it is the standard instructional tool for courses in mathematics, engineering, technology, and science. In industry it is widely used as a tool for analysis, development and research. MATLAB integrates computation, visualization and programming in an environment that is easy to learn and use.

From the point of view of its usage, MATLAB is mainly an interactive system. At the command line the user types statements expressed in familiar mathematical notation, and the system responds immediately with the solution of the request. For instance, to create a plot of the function t*sin(t) for the time interval 0 to 20 in steps of 0.05, we would type

t = -10:0.05:10; plot(t, sin(t)./t) grid on;

MATLAB will respond by generating the plot shown in Fig. 1.

Main Menu

Michelen, A. (2002, June), Designing Gui Interfaces With Matlab Paper presented at 2002 Annual Conference, Montreal, Canada. 10.18260/1-2--10530

ASEE holds the copyright on this document. It may be read by the public free of charge. Authors may archive their work on personal websites or in institutional repositories with the following citation: © 2002 American Society for Engineering Education. Other scholars may excerpt or quote from these materials with the same citation. When excerpting or quoting from Conference Proceedings, authors should, in addition to noting the ASEE copyright, list all the original authors and their institutions and name the host city of the conference. - Last updated April 1, 2015