Skip to content

Programming in MATLAB

Best in textbook rentals since 2012!

ISBN-10: 0534368808

ISBN-13: 9780534368807

Edition: 2001

Authors: Marc E. Herniter

List price: $122.95
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Perfect for use in a lab or by individuals, PROGRAMMING IN MATLAB is designed to help anyone interested in electrical and computer engineering develop programming skills using MATLAB as the programming language. The text is also applicable for those interested in utilizing MATLAB in industry. MATLAB is quickly surpassing C, BASIC, and Fortran in engineering departments as the programming language of choice (due to the many functions and toolboxes the program features). It allows the many students who use it to write complex programs to solve a variety of technical problems efficiently. Herniter offers a straightforward approach to learning the program, and assumes no prior exposure to…    
Customers also bought

Book details

List price: $122.95
Copyright year: 2001
Publisher: Course Technology
Publication date: 11/28/2000
Binding: Paperback
Pages: 464
Size: 7.30" wide x 9.20" long x 0.80" tall
Weight: 1.694
Language: English

Matlab� Environment Matlab
as a Calculator
Defining Variables
Functions
Display Formats
Saving the Variables Stored in Memory
Predefined Variables
Complex Numbers
Matrices and Vectors
Strings
Input and Output Statement
Plotting in MATLAB
MATLAB Help Facilities
MATLAB Script Files
Control Flow
If-end
If-else-end
Else-if
Switch-case
for-loops
while-loops
Functions
General Structure of a Function
Scope of Variables
Passing Parameters
The Return Statement
Global Variables
Nargin and Nargout
Recursive Functions
Problems
Matrices And Arrays
Arrays in MATLAB
Addressing Arrays
Examples of Using Arrays
Designing MATLAB Functions to Handle Array Inputs
Dynamic Arrays
File Input And Output
Opening and Closing Files
Writing Formatted Output to Files
Reading Formatted Data from Files
Writing and Reading Binary Files
Exchanging Data with Other Programs - Comma Separated Files
Miscellaneous Matlab� Functions And Variables
Time, Date, and Execution Time
Evaluation
NARGIN and NARGOUT
Pause
Sound
SPRINTF
Plotting In Matlab�
Basic Two-Dimensional Plots
Line Styles, Markers, and Colors
Plot Color
Grid
The Axis Command
Placing Text on a Plot
Obtaining Numerical Values from a Plot
Various MATLAB 2-D Plot Types
Handle Graphics for Manipulating Plots
Matlab� Applications
Polynomials in MATLAB
Curve Fitting
Solving Equations
Numerical Integration
Differential Equations
Problems
Index