did-you-know? rent-now

Amazon no longer offers textbook rentals. We do!

did-you-know? rent-now

Amazon no longer offers textbook rentals. We do!

We're the #1 textbook rental company. Let us show you why.

9780471274698

MATLAB Tutorial CD : Learning MATLAB Superfast

by
  • ISBN13:

    9780471274698

  • ISBN10:

    0471274690

  • Edition: CD
  • Format: Paperback
  • Copyright: 2005-08-01
  • Publisher: WILEY

Note: Supplemental materials are not guaranteed with Rental or Used book purchases.

Purchase Benefits

  • Free Shipping Icon Free Shipping On Orders Over $35!
    Your order must be $35 or more to qualify for free economy shipping. Bulk sales, PO's, Marketplace items, eBooks and apparel do not qualify for this offer.
  • eCampus.com Logo Get Rewarded for Ordering Your Textbooks! Enroll Now
List Price: $44.05 Save up to $11.01
  • Buy Used
    $33.04

    USUALLY SHIPS IN 2-4 BUSINESS DAYS

Supplemental Materials

What is included with this book?

Summary

An interactive, self-paced tutorial that trains readers on one of today's most widely used computational tools in engineering practice. With this program, anyone can get up and running with MATLAB--quickly and easily. The software and its accompanying primer enable users to learn, practice, and master fundamental MATLAB commands. You'll get: An interactive tutorial that trains you in one of today's most widely used computational tools in engineering practice A brief printed MATLAB primer for easy reference Valuable exercises that let you learn at your own pace The software and its accompanying primer which will enable you to learn, practice, and master fundamental MATLAB commands

Table of Contents

List of Matlab® Examples
xiv
M-Tutor Contents xviii
List of Figures
xx
Introduction
1(6)
How To Use This Book
1(2)
Typographical Conventions
2(1)
M-Tutor Lecture and Exercise CD-ROM
3(4)
Overview of M-Tutor
3(3)
M-Tutor Installation Instructions
6(1)
Quickstart Lessons
7(29)
Lesson 1: Basic Calculations
7(4)
MATLAB Session
7(3)
Summary
10(1)
Exercises
11(1)
Lesson 2: Working with Vectors
11(7)
MATLAB Session
12(4)
Summary
16(2)
Exercises
18(1)
Lesson 3: Solving Equations
18(3)
MATLAB Session
19(2)
Summary
21(1)
Exercises
21(1)
Lesson 4: Working with Matrices
21(4)
MATLAB Session
22(2)
Summary
24(1)
Exercises
25(1)
Lesson 5: Basic Plotting
25(4)
MATLAB Session
26(1)
Summary
27(1)
Exercises
28(1)
Lesson 6: M-File Script Programs
29(3)
MATLAB Session
29(2)
Summary
31(1)
Exercises
32(1)
Lesson 7: M-File Function Programs
32(4)
MATLAB Session
33(1)
M-File Function Programs Summary
34(1)
Exercises
35(1)
Exercise Solutions
35(1)
User Interface
36(39)
MATLAB Desktop
37(4)
Configuring the Desktop
39(2)
Selecting Items in a Desktop Window
41(1)
Command Window
41(3)
Suppress Output (;)
42(1)
format Displayed Number Format
42(2)
clc Clear Command Window
44(1)
Plotting Interface
44(3)
Figure Window
44(2)
figure Create Figure Window
46(1)
clf Clear Current Figure
47(1)
Workspace Interface
47(7)
What is the Workspace?
47(2)
Workspace Browser
49(2)
who, whos Workspace Contents
51(1)
save Save Workspace
52(1)
clear Clear Workspace
52(1)
load Load Workspace
53(1)
Array Editor and Import Wizard
54(5)
What is an Array?
54(1)
Array Editor
55(2)
Import Wizard
57(2)
Command History Interface
59(2)
Command History Browser
59(2)
Command Line Editing
61(1)
Current Directory Interface
61(5)
What are Files, Folders, and the Search Path?
61(2)
Current Directory Browser
63(2)
pwd Present Working Directory
65(1)
cd Change Directory
65(1)
dir Directory Listing
66(1)
Help Interface
66(6)
How to Find Help?
67(1)
Help Browser
67(4)
help Command Line Help
71(1)
doc Browser Help
71(1)
Start Menu and M-File Editor
72(3)
Start Menu
72(1)
M-File Editor
72(3)
MATLAB Operators
75(33)
MATLAB Variables
75(5)
What is a MATLAB Variable?
76(2)
Colon Operator (:)
78(2)
Semicolon Operator (;)
80(1)
Scalar Operators
80(3)
What is a Scalar?
80(1)
Scalar Addition (+)/Subtraction (-)
81(1)
Scalar Multiplication (*)/Division(/)
82(1)
Scalar Exponentiation (^)
82(1)
Array Operators
83(9)
What is an Array/Matrix?
83(2)
Generating Array/Matrix Variables
85(1)
Array Addition (+)/Subtraction (-)
86(2)
Array Multiplication (.*)
88(1)
Array Right Division (./)
89(2)
Array Exponentiation (.^)
91(1)
Matrix Operators
92(6)
Matrix Addition(+)/Subtraction(-)
93(1)
Matrix Multiplication (*)
93(2)
Matrix Left Division (\)
95(1)
Matrix Exponentiation (^)
96(1)
Matrix Transpose (.')
97(1)
Relational and Logical Operators
98(8)
What is a Logical Variable?
99(1)
Relational (<, >, <=, >=, ==, ~=)
100(1)
AND (&)
101(2)
OR (|)
103(1)
NOT (~)
104(1)
xor Exclusive OR
105(1)
Operator Precedence
106(2)
Order of Precedence
107(1)
MATLAB Functions
108(18)
Trigonometric Functions
108(12)
What is a Polar Angle?
108(2)
cos Cosine
110(2)
sin Sine
112(1)
tan Tangent
113(2)
acos ArcCosine
115(1)
asin ArcSine
116(1)
atan ArcTangent
117(2)
atan2 ArcTangent (4-Quadrant)
119(1)
Exponential Functions
120(4)
exp Exponential
120(1)
log Natural Logarithm
121(1)
log10 Common Logarithm
122(1)
sqrt Square Root
123(1)
System Functions
124(2)
exit, quit Terminate MATLAB
124(1)
date Current Date
124(1)
calendar Calendar Month
124(2)
Plotting
126(13)
2-D Plotting
126(5)
plot Basic Linear Plot
126(2)
plot Linear Plot with Options
128(1)
semilogx/semilogy/loglog Plots
129(1)
stem Discrete Sequence Plot
130(1)
Multiple Plots on a Figure
131(3)
hold Hold Current Graph
131(1)
subplot Subdivide Figure
132(2)
Annotating Plots
134(5)
title Plot Title
134(1)
xlabel, ylabel Plot Axes Labels
134(1)
legend Plot Legend
135(1)
text, gtext Text Label
136(1)
grid Grid Lines for a Plot
137(1)
axis Axis Scaling
137(2)
MATLAB Programs
139(15)
M-Files
139(5)
What is a Script?
140(1)
What is a Function?
141(1)
edit Edit M-file
142(1)
disp Display Text/Array
142(1)
input Prompt User Input
143(1)
Ctrl+C Interrupt Running Program
144(1)
Basic Control Flow
144(10)
if Conditional Structure
144(2)
if-else Conditional Structure
146(2)
if-elseif Conditional Structure
148(2)
for Loop Structure
150(1)
while Loop Structure
151(3)
WEB MATERIAL
154(1)
Array Functions
1(2)
length Vector Length
1(1)
size Array Size
1(1)
find Find Array Elements
2(1)
Data Analysis Functions
3(3)
max Maximum Value
3(1)
min Minimum Value
4(1)
mean Average Value
4(1)
sum Sum of Elements
5(1)
prod Product of Elements
6(1)
Matrix and Vector Functions
6(5)
det Determinant
7(1)
rank Rank of a Matrix
8(1)
inv Matrix Inverse
8(2)
dot Vector Dot Product
10(1)
cross Vector Cross Product
10(1)
String Functions
11(3)
What is a String?
11(1)
int2str Integer to String
12(1)
num2str Number to String
13(1)
Special Value Functions
14(2)
eps Floating-Point Accuracy
14(1)
NaN Not-a-Number
15(1)
inf Infinity
15(1)
pi π
16(1)
Complex Number Operators
16(16)
What is a Complex Number?
17(4)
What Does the j Operator Mean?
21(1)
Complex Numbers in MATLAB
22(1)
Complex Number Addition
23(2)
Complex Number Subtraction
25(2)
Complex Number Multiplication
27(2)
Complex Number Division
29(2)
Conjugate/NonConjugate Transpose
31(1)
Complex Functions
32(123)
abs Absolute Value/Magnitude
33(1)
angle Polar Angle
34(1)
conj Complex Conjugate
35(1)
real Real Part
36(1)
imag Imaginary Part
37(1)
exp Exponential (Complex)
37(118)
Command Index 155(1)
Index 156

Supplemental Materials

What is included with this book?

The New copy of this book will include any supplemental materials advertised. Please check the title of the book to determine if it should include any access cards, study guides, lab manuals, CDs, etc.

The Used, Rental and eBook copies of this book are not guaranteed to include any supplemental materials. Typically, only the book itself is included. This is true even if the title states it includes any access cards, study guides, lab manuals, CDs, etc.

Rewards Program