第十三章:Other Data Structures
This section introduces you to some other data structures in MATLAB
including:
•Multidimensional arrays
•Cell arrays
•Characters and text
•Structures
第十四章:Scripts and Functions
MATLAB is a powerful programming language as well as an interactive
computational environment. Files that contain code in the MATLAB languageare called M-files. You create M-files using a text editor, then use them as youwould any other MATLAB function or command.
第十五章:Handle Graphics
MATLAB provides a set of low-level functions that allows you to create andmanipulate lines, surfaces, and other graphics objects. This system is called Handle Graphics®.
第十六章:Learning More
To see more MATLAB examples, selectExamples andDemos under the menu,
or type
demo
at the MATLAB prompt. From the menu displayed, run the demos that
interest you, and follow the instructions on the screen.
For a more detailed explanation of any of the topics covered in this book, see
•The MATLAB Installation Guide describes how to install MATLAB on your
platform.
•Using MATLAB provides in depth material on the MATLAB language,
working environment, and mathematical topics.
•Using MATLAB Graphics describes how to use MATLAB’s graphics and visu-
alization tools.
•The MATLAB Application Program Interface Guide explains how to write C
or Fortran programs that interact with MATLAB.
•The MATLAB 5.0 New Features Guide provides information useful in
making the transition from MATLAB 4.x to 5.0
完