Learning Matlab 6 Release 12 Matlab Student Version 2nd Printing Edition The Mathworks instant download
Learning Matlab 6 Release 12 Matlab Student Version 2nd Printing Edition The Mathworks instant download
https://ebookultra.com/download/learning-
matlab-6-release-12-matlab-student-version-2nd-printing-edition-
the-mathworks/
https://ebookultra.com/download/computational-colour-science-using-
matlab-2nd-edition-stephen-westland/
https://ebookultra.com/download/matlab-numerical-calculations-lopez/
https://ebookultra.com/download/classical-feedback-control-with-
matlab-and-simulink-2nd-edition-lurie/
https://ebookultra.com/download/essential-matlab-for-scientists-and-
engineers-2nd-edition-brian-hahn/
Computational Statistics Handbook with MATLAB 2nd Edition
Wendy L. Martinez
https://ebookultra.com/download/computational-statistics-handbook-
with-matlab-2nd-edition-wendy-l-martinez/
https://ebookultra.com/download/engineering-computation-with-
matlab-2nd-ed-edition-david-m-smith/
https://ebookultra.com/download/matlab-demystified-1st-edition-david-
mcmahon/
https://ebookultra.com/download/numerical-computing-with-matlab-
revised-reprint-2nd-edition-cleve-b-moler/
https://ebookultra.com/download/fundamentals-of-digital-signal-
processing-using-matlab-2nd-edition-robert-j-schilling/
Learning Matlab 6 Release 12 Matlab Student Version
2nd Printing Edition The Mathworks Digital Instant
Download
Author(s): The MathWorks
ISBN(s): 9780967219530, 0967219531
Edition: 2nd Printing
File Details: PDF, 2.16 MB
Year: 2001
Language: english
MATLAB
®
STUDENT VERSION
Computation
Visualization
Programming
Learning MATLAB
Version 6 (Release 12)
How to Contact The MathWorks:
www.mathworks.com Web
ftp.mathworks.com Anonymous FTP server
comp.soft-sys.matlab Newsgroup
ISBN 0-9672195-3-1
Learning MATLAB
COPYRIGHT 1999 - 2001 by The MathWorks, Inc.
The software described in this document is furnished under a license agreement. The software may be used
or copied only under the terms of the license agreement. No part of this manual may be photocopied or repro-
duced in any form without prior written consent from The MathWorks, Inc.
FEDERAL ACQUISITION: This provision applies to all acquisitions of the Program and Documentation by
or for the federal government of the United States. By accepting delivery of the Program, the government
hereby agrees that this software qualifies as "commercial" computer software within the meaning of FAR
Part 12.212, DFARS Part 227.7202-1, DFARS Part 227.7202-3, DFARS Part 252.227-7013, and DFARS Part
252.227-7014. The terms and conditions of The MathWorks, Inc. Software License Agreement shall pertain
to the government’s use and disclosure of the Program and Documentation, and shall supersede any
conflicting contractual terms or conditions. If this license fails to meet the government’s minimum needs or
is inconsistent in any respect with federal procurement law, the government agrees to return the Program
and Documentation, unused, to MathWorks.
MATLAB, Simulink, Stateflow, Handle Graphics, and Real-Time Workshop are registered trademarks, and
Target Language Compiler is a trademark of The MathWorks, Inc.
Other product or brand names are trademarks or registered trademarks of their respective holders.
Printing History: August 1999 First printing New manual
January 2001 Second printing Revised for MATLAB 6.0 (Release 12)
Contents
Introduction
1
About the Student Version . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-2
Student Use Policy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1-2
Differences Between the Student Version
and the Professional Version . . . . . . . . . . . . . . . . . . . . . . . . . . 1-3
iii
Installation
2
Installing on Windows . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-2
System Requirements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-2
Installing MATLAB . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-4
Installing Additional Toolboxes . . . . . . . . . . . . . . . . . . . . . . . . . . 2-5
Accessing the Online Documentation (Help) . . . . . . . . . . . . . . . 2-6
Development Environment
3
Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3-2
iv Contents
Getting Started
4
Matrices and Magic Squares . . . . . . . . . . . . . . . . . . . . . . . . . . . 4-2
Entering Matrices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4-3
sum, transpose, and diag . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4-4
Subscripts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4-6
The Colon Operator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4-7
The magic Function . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4-8
Expressions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4-10
Variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4-10
Numbers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4-10
Operators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4-11
Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4-11
Examples of Expressions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4-13
v
Graphics
5
Basic Plotting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5-2
Creating a Plot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5-2
Multiple Data Sets in One Graph . . . . . . . . . . . . . . . . . . . . . . . . 5-3
Specifying Line Styles and Colors . . . . . . . . . . . . . . . . . . . . . . . . 5-4
Plotting Lines and Markers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5-5
Imaginary and Complex Data . . . . . . . . . . . . . . . . . . . . . . . . . . . 5-6
Adding Plots to an Existing Graph . . . . . . . . . . . . . . . . . . . . . . . 5-7
Figure Windows . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5-9
Multiple Plots in One Figure . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5-9
Controlling the Axes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5-10
Axis Labels and Titles . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5-12
Saving a Figure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5-13
Images . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5-24
Animations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5-37
Erase Mode Method . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5-37
Creating Movies . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5-38
vi Contents
Programming with MATLAB
6
Flow Control . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6-2
if . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6-2
switch and case . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6-4
for . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6-4
while . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6-5
continue . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6-5
break . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6-6
vii
Getting Started . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-5
Symbolic Objects . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-5
Creating Symbolic Variables and Expressions . . . . . . . . . . . . . . 7-6
Symbolic and Numeric Conversions . . . . . . . . . . . . . . . . . . . . . . 7-7
Creating Symbolic Math Functions . . . . . . . . . . . . . . . . . . . . . 7-14
Calculus . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-16
Differentiation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-16
Limits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-20
Integration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-22
Symbolic Summation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-27
Taylor Series . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-28
Extended Calculus Example . . . . . . . . . . . . . . . . . . . . . . . . . . . 7-29
viii Contents
MATLAB Quick Reference
A
ix
x Contents
1
Introduction
About the Student Version . . . . . . . . . . . . . 1-2
1-2
About the Student Version
You may not use this Student License at a company or government lab. Also,
you may not use it for research or for commercial or industrial purposes. In
these cases, you can acquire the appropriate professional or academic version
of the software by contacting The MathWorks.
Note MATLAB does not have a matrix size limitation in this Student
Version.
MATLAB Differences. There are a few small differences between the Student
Version and the professional version of MATLAB:
This footer is not an option that can be turned off; it will always appear in
your printouts.
1-3
1 Introduction
Simulink
This Student Version contains the complete Simulink product, which is used
with MATLAB to model, simulate, and analyze dynamical systems.
Simulink Differences.
This footer is not an option that can be turned off; it will always appear in
your printouts.
Note Using Simulink, which is accessible from the Help browser, contains all
of the Simulink related information in the Learning Simulink book plus
additional, advanced information.
1-4
Obtaining Additional MathWorks Products
• Communications
• Control System
• Fuzzy Logic
• Image Processing
• Neural Network
• Optimization
• Signal Processing
• Statistics
• Stateflow® (A demo version of Stateflow is included
with your Student Version.)
For an up-to-date list of which toolboxes are available, visit the MathWorks
Store.
Note The toolboxes that are available for the Student Version of MATLAB &
Simulink have the same functionality as the full, professional versions.
However, these student versions will only work with the Student Version.
Likewise, the professional versions of the toolboxes will not work with the
Student Version.
1-5
Random documents with unrelated
content Scribd suggests to you:
regarding this matter, and to give an estimate of the cost. I shall
also be glad to know if you can undertake to complete the work in
the course of next week. A prompt answer will be appreciated,
Yours truly,
Edward Simpson.
Front Position,
Side View.
CHAPTER I
INTRODUCTORY REMARKS
Our website is not just a platform for buying books, but a bridge
connecting readers to the timeless values of culture and wisdom. With
an elegant, user-friendly interface and an intelligent search system,
we are committed to providing a quick and convenient shopping
experience. Additionally, our special promotions and home delivery
services ensure that you save time and fully enjoy the joy of reading.
ebookultra.com