Term
|
Definition
defines new commands/functions in matlab by accepting inputs, taking them through processing, and producing outputs |
|
|
Term
|
Definition
shows an array without giving it a name |
|
|
Term
|
Definition
specific to the function, do not repeat in other functions |
|
|
Term
|
Definition
should be the same as the file's name without the .m extension |
|
|
Term
|
Definition
Defines the function name, and the number and order of input and output arguments |
|
|
Term
|
Definition
the data is stored in character and letter format as numbers instead of as just a number |
|
|
Term
|
Definition
links together the following characters into one chain |
|
|
Term
|
Definition
checks your code for problems and recommends modifications |
|
|
Term
|
Definition
stopping points in a simulation; conditional or unconditional |
|
|
Term
|
Definition
plots graphs of varying types |
|
|
Term
|
Definition
creates one figure with more than one plot; m=number of rows of plots; n=number of columns of plots; p= which plot in the matrix of plots this plot is |
|
|
Term
|
Definition
changes the axis to differ from the default settings |
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
labels the plot with a title |
|
|
Term
|
Definition
determines whether new graphics objects are added to the graph or replace objects in the graph;retains the current plot and certain axes properties so that subsequent graphing commands add to the existing graph |
|
|
Term
|
Definition
indicate the line styles, marker types, and colors you want to display |
|
|
Term
|
Definition
creates a new figure object using the values of the properties specified |
|
|
Term
|
Definition
view mathematical functions over a rectangular region |
|
|
Term
|
Definition
create wireframe parametric surfaces |
|
|
Term
|
Definition
places a legend on various types of graphs |
|
|
Term
|
Definition
returns the current values of all user-settable properties |
|
|
Term
|
Definition
deletes all figures whose handles are not hidden |
|
|
Term
|
Definition
returns numeric data in double array num from the first sheet in the Microsoft Excel spreadsheet file named filename |
|
|
Term
|
Definition
loads all the variables from the MAT-file matlab.mat |
|
|
Term
|
Definition
|
|
Term
|
Definition
enables you to access a subset of the selected object's properties and change them |
|
|
Term
|
Definition
executes one set of statements selected from an arbitrary number of alternatives |
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
compares two strings to see if they are the same; case sensitive |
|
|
Term
|
Definition
compares two strings to see if they are the same; not case sensitive |
|
|
Term
|
Definition
(filename, M) writes matrix M to the Excel file filename |
|
|
Term
|
Definition
displays a modal dialog box that lists files in the current directory and enables the user to select or type the name of a file to be opened |
|
|
Term
|
Definition
builds a full file specification f from the directories and filename specified |
|
|
Term
|
Definition
displays a modal dialog box used to select or specify a file for saving |
|
|