Mathworks-Matlab Programming Fundamentals r2017b-2017
Mathworks-Matlab Programming Fundamentals r2017b-2017
Programming Fundamentals
R2017b
How to Contact MathWorks
Phone: 508-647-7000
Language
Syntax Basics
1
Continue Long Statements on Multiple Lines . . . . . . . . . 1-2
v
Program Components
2
MATLAB Operators and Special Characters . . . . . . . . . . 2-2
Arithmetic Operators . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-2
Relational Operators . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-2
Logical Operators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-3
Special Characters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-3
String and Character Formatting . . . . . . . . . . . . . . . . . 2-10
vi Contents
Lookahead Assertions in Regular Expressions . . . . . . . 2-57
Lookahead Assertions . . . . . . . . . . . . . . . . . . . . . . . . . . 2-57
Overlapping Matches . . . . . . . . . . . . . . . . . . . . . . . . . . 2-58
Logical AND Conditions . . . . . . . . . . . . . . . . . . . . . . . . 2-58
vii
Classes (Data Types)
Numeric Classes
4
Integers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4-2
Integer Classes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4-2
Creating Integer Data . . . . . . . . . . . . . . . . . . . . . . . . . . . 4-3
Arithmetic Operations on Integer Classes . . . . . . . . . . . . 4-4
Largest and Smallest Values for Integer Classes . . . . . . 4-5
viii Contents
Display Format for Numeric Values . . . . . . . . . . . . . . . . 4-22
Default Display . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4-22
Display Format Examples . . . . . . . . . . . . . . . . . . . . . . . 4-22
Setting Numeric Format in a Program . . . . . . . . . . . . . 4-23
ix
Cell Arrays of Character Vectors . . . . . . . . . . . . . . . . . . 6-20
Convert to Cell Array of Character Vectors . . . . . . . . . . 6-20
Functions for Cell Arrays of Character Vectors . . . . . . . 6-21
x Contents
Set Date and Time Display Format . . . . . . . . . . . . . . . . . 7-12
Formats for Individual Date and Duration Arrays . . . . 7-12
datetime Display Format . . . . . . . . . . . . . . . . . . . . . . . 7-12
duration Display Format . . . . . . . . . . . . . . . . . . . . . . . 7-13
calendarDuration Display Format . . . . . . . . . . . . . . . . 7-14
Default datetime Format . . . . . . . . . . . . . . . . . . . . . . . 7-15
xi
Convert Between Datetime and Date Vectors . . . . . . . . 7-56
Convert Serial Date Numbers to Datetime . . . . . . . . . . 7-57
Convert Datetime Arrays to Numeric Values . . . . . . . . 7-57
Categorical Arrays
8
Create Categorical Arrays . . . . . . . . . . . . . . . . . . . . . . . . . 8-2
xii Contents
Core Functions Supporting Categorical Arrays . . . . . . 8-50
Tables
9
Create and Work with Tables . . . . . . . . . . . . . . . . . . . . . . 9-2
xiii
Timetables
10
Create Timetables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10-2
Structures
11
Create Structure Array . . . . . . . . . . . . . . . . . . . . . . . . . . 11-2
xiv Contents
Memory Requirements for a Structure Array . . . . . . . 11-23
Cell Arrays
12
What Is a Cell Array? . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12-2
Function Handles
13
Create Function Handle . . . . . . . . . . . . . . . . . . . . . . . . . . 13-2
What Is a Function Handle? . . . . . . . . . . . . . . . . . . . . . 13-2
Creating Function Handles . . . . . . . . . . . . . . . . . . . . . . 13-2
Anonymous Functions . . . . . . . . . . . . . . . . . . . . . . . . . 13-4
Arrays of Function Handles . . . . . . . . . . . . . . . . . . . . . 13-4
Saving and Loading Function Handles . . . . . . . . . . . . . 13-5
xv
Call Local Functions Using Function Handles . . . . . . . 13-8
Map Containers
14
Overview of Map Data Structure . . . . . . . . . . . . . . . . . . . 14-2
xvi Contents
Combining Unlike Classes
15
Valid Combinations of Unlike Classes . . . . . . . . . . . . . . 15-2
Using Objects
16
Object Behavior . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16-2
Two Copy Behaviors . . . . . . . . . . . . . . . . . . . . . . . . . . . 16-2
Handle Object Copy . . . . . . . . . . . . . . . . . . . . . . . . . . . 16-2
Value Object Copy Behavior . . . . . . . . . . . . . . . . . . . . . 16-2
Handle Object Copy Behavior . . . . . . . . . . . . . . . . . . . . 16-3
Testing for Handle or Value Class . . . . . . . . . . . . . . . . . 16-6
xvii
Defining Your Own Classes
17
Scripts
18
Create Scripts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18-2
Live Scripts
19
What Is a Live Script? . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19-2
Live Script vs. Script . . . . . . . . . . . . . . . . . . . . . . . . . . . 19-4
xviii Contents
Requirements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19-5
Unsupported Features . . . . . . . . . . . . . . . . . . . . . . . . . 19-6
Save Live Script as Script . . . . . . . . . . . . . . . . . . . . . . . 19-6
xix
Function Basics
20
Create Functions in Files . . . . . . . . . . . . . . . . . . . . . . . . . 20-2
Syntax for Function Definition . . . . . . . . . . . . . . . . . . . 20-3
Contents of Functions and Files . . . . . . . . . . . . . . . . . . 20-4
End Statements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20-4
xx Contents
Nested Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20-32
What Are Nested Functions? . . . . . . . . . . . . . . . . . . . . 20-32
Requirements for Nested Functions . . . . . . . . . . . . . . 20-32
Sharing Variables Between Parent and Nested
Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20-33
Using Handles to Store Function Parameters . . . . . . . 20-34
Visibility of Nested Functions . . . . . . . . . . . . . . . . . . . 20-37
Function Arguments
21
Find Number of Function Arguments . . . . . . . . . . . . . . . 21-2
xxi
Debugging MATLAB Code
22
Debug a MATLAB Program . . . . . . . . . . . . . . . . . . . . . . . 22-2
Set Breakpoint . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22-2
Run File . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22-3
Pause a Running File . . . . . . . . . . . . . . . . . . . . . . . . . . 22-4
Find and Fix a Problem . . . . . . . . . . . . . . . . . . . . . . . . 22-4
Step Through File . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22-7
End Debugging Session . . . . . . . . . . . . . . . . . . . . . . . . . 22-7
xxii Contents
Image Snapshot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23-17
LaTeX Equations . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23-18
Hyperlinks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23-20
HTML Markup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23-23
LaTeX Markup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23-24
xxiii
Improve Code Readability . . . . . . . . . . . . . . . . . . . . . . . 24-21
Indenting Code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24-21
Right-Side Text Limit Indicator . . . . . . . . . . . . . . . . . 24-23
Code Folding — Expand and Collapse Code
Constructs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24-23
Programming Utilities
25
Identify Program Dependencies . . . . . . . . . . . . . . . . . . . 25-2
Simple Display of Program File Dependencies . . . . . . . 25-2
Detailed Display of Program File Dependencies . . . . . . 25-2
Dependencies Within a Folder . . . . . . . . . . . . . . . . . . . 25-3
xxiv Contents
Protect Your Source Code . . . . . . . . . . . . . . . . . . . . . . . . 25-7
Building a Content Obscured Format with P-Code . . . . 25-7
Building a Standalone Executable . . . . . . . . . . . . . . . . 25-8
Software Development
Error Handling
26
Exception Handling in a MATLAB Application . . . . . . . 26-2
Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26-2
Getting an Exception at the Command Line . . . . . . . . . 26-2
Getting an Exception in Your Program Code . . . . . . . . . 26-3
Generating a New Exception . . . . . . . . . . . . . . . . . . . . . 26-4
xxv
Suggestions on How to Handle an Exception . . . . . . . . 26-19
Program Scheduling
27
Schedule Command Execution Using Timer . . . . . . . . . 27-2
Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27-2
Example: Displaying a Message . . . . . . . . . . . . . . . . . . 27-3
xxvi Contents
Specifying the Value of Callback Function
Properties . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27-8
Performance
28
Measure Performance of Your Program . . . . . . . . . . . . . 28-2
Overview of Performance Timing Functions . . . . . . . . . 28-2
Time Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28-2
Time Portions of Code . . . . . . . . . . . . . . . . . . . . . . . . . . 28-2
The cputime Function vs. tic/toc and timeit . . . . . . . . . . 28-3
Tips for Measuring Performance . . . . . . . . . . . . . . . . . . 28-3
Preallocation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28-17
Preallocating a Nondouble Matrix . . . . . . . . . . . . . . . . 28-17
Vectorization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28-19
Using Vectorization . . . . . . . . . . . . . . . . . . . . . . . . . . 28-19
Array Operations . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28-20
Logical Array Operations . . . . . . . . . . . . . . . . . . . . . . 28-22
xxvii
Matrix Operations . . . . . . . . . . . . . . . . . . . . . . . . . . . 28-23
Ordering, Setting, and Counting Operations . . . . . . . . 28-24
Functions Commonly Used in Vectorization . . . . . . . . 28-26
Memory Usage
29
Strategies for Efficient Use of Memory . . . . . . . . . . . . . . 29-2
Ways to Reduce the Amount of Memory Required . . . . . 29-2
Using Appropriate Data Storage . . . . . . . . . . . . . . . . . . 29-4
How to Avoid Fragmenting Memory . . . . . . . . . . . . . . . 29-6
Reclaiming Used Memory . . . . . . . . . . . . . . . . . . . . . . . 29-8
xxviii Contents
Display Custom Documentation . . . . . . . . . . . . . . . . . . 30-15
Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30-15
Create HTML Help Files . . . . . . . . . . . . . . . . . . . . . . . 30-16
Create info.xml File . . . . . . . . . . . . . . . . . . . . . . . . . . 30-17
Create helptoc.xml File . . . . . . . . . . . . . . . . . . . . . . . . 30-19
Build a Search Database . . . . . . . . . . . . . . . . . . . . . . . 30-21
Address Validation Errors for info.xml Files . . . . . . . . 30-22
xxix
Set Up SVN Source Control . . . . . . . . . . . . . . . . . . . . . . 31-17
SVN Source Control Options . . . . . . . . . . . . . . . . . . . . 31-17
Register Binary Files with SVN . . . . . . . . . . . . . . . . . 31-18
Standard Repository Structure . . . . . . . . . . . . . . . . . . 31-21
Tag Versions of Files . . . . . . . . . . . . . . . . . . . . . . . . . . 31-21
Enforce Locking Files Before Editing . . . . . . . . . . . . . 31-22
Share a Subversion Repository . . . . . . . . . . . . . . . . . . 31-22
xxx Contents
Move, Rename, or Delete Files Under Source
Control . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31-48
xxxi
Unit Testing
32
Write Test Using Live Script . . . . . . . . . . . . . . . . . . . . . . 32-3
xxxii Contents
Test Case with Method-Level Setup Code . . . . . . . . . . 32-53
Test Case with Class-Level Setup Code . . . . . . . . . . . . 32-54
xxxiii
Plugin to Generate Custom Test Output Format . . . . 32-121
xxxiv Contents
System object Usage and Authoring
33
What Are System Objects? . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33-2
Running a System Object . . . . . . . . . . . . . . . . . . . . . . . . . . . 33-3
System Object Methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33-4
xxxv
Hide Inactive Properties . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33-37
Specify Inactive Property . . . . . . . . . . . . . . . . . . . . . . . . . . 33-37
Complete Class Definition File with Inactive Properties
Method . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33-37
xxxvi Contents
Example: Go to StepImpl Method Using Analyzer . . . . . . . . 33-74
xxxvii
Language
39
1
Syntax Basics
The start and end quotation marks for a character vector must appear on the same line.
For example, this code returns an error, because each line contains only one quotation
mark:
mytext = 'Accelerating the pace of ...
engineering and science'
is the same as
x = [1.23 4.56];
1-2
Call Functions
Call Functions
These examples show how to call a MATLAB function. To run the examples, you must
first create numeric arrays A and B, such as:
A = [1 3 5];
B = [10 6 4];
max(A)
max(A,B)
maxA = max(A)
Call a function that does not require any inputs, and does not return any outputs, by
typing only the function name:
clc
disp('hello world')
See Also
Related Examples
• “Ignore Function Outputs” on page 1-4
1-3
1 Syntax Basics
helpFile = which('help');
[helpPath,name,ext] = fileparts(helpFile);
The current workspace now contains three variables from fileparts: helpPath, name,
and ext. In this case, the variables are small. However, some functions return results
that use much more memory. If you do not need those variables, they waste space on
your system.
Request only the first output, ignoring the second and third.
helpPath = fileparts(helpFile);
For any function, you can request only the first outputs (where is less than or equal
to the number of possible outputs) and ignore any remaining outputs. If you request
more than one output, enclose the variable names in square brackets, [].
[~,name,ext] = fileparts(helpFile);
You can ignore any number of function outputs, in any position in the argument list.
Separate consecutive tildes with a comma, such as
[~,~,ext] = fileparts(helpFile);
1-4
Variable Names
Variable Names
In this section...
“Valid Names” on page 1-5
“Conflicts with Function Names” on page 1-5
Valid Names
A valid variable name starts with a letter, followed by letters, digits, or underscores.
MATLAB is case sensitive, so A and a are not the same variable. The maximum length of
a variable name is the value that the namelengthmax command returns.
You cannot define variables with the same names as MATLAB keywords, such as if or
end. For a complete list, run the iskeyword command.
Examples of valid names: Invalid names:
x6 6x
lastValue end
n_factorial n!
Check whether a proposed name is already in use with the exist or which function.
exist returns 0 if there are no existing variables, functions, or other artifacts with the
proposed name. For example:
exist checkname
ans =
0
If you inadvertently create a variable with a name conflict, remove the variable from
memory with the clear function.
1-5
1 Syntax Basics
Another potential source of name conflicts occurs when you define a function that calls
load or eval (or similar functions) to add variables to the workspace. In some cases,
load or eval add variables that have the same names as functions. Unless these
variables are in the function workspace before the call to load or eval, the MATLAB
parser interprets the variable names as function names. For more information, see:
See Also
clear | exist | iskeyword | isvarname | namelengthmax | which
1-6
Case and Space Sensitivity
In MATLAB code, use an exact match with regard to case for variables, files, and
functions. For example, if you have a variable, a, you cannot refer to that variable as A. It
is a best practice to use lowercase only when naming functions. This is especially useful
when you use both Microsoft® Windows® and UNIX®1 platforms because their file
systems behave differently with regard to case.
When you use the help function, the help displays some function names in all uppercase,
for example, PLOT, solely to distinguish the function name from the rest of the text. Some
functions for interfacing to Oracle® Java® software do use mixed case and the command-
line help and the documentation accurately reflect that.
Spaces
Blank spaces around operators such as -, :, and ( ), are optional, but they can improve
readability. For example, MATLAB interprets the following statements the same way.
y = sin (3 * pi) / 2
y=sin(3*pi)/2
However, blank spaces act as delimiters in horizontal concatenation. When defining row
vectors, you can use spaces and commas interchangeably to separate elements:
A = [1, 0 2, 3 3]
A =
1 0 2 3 3
Because of this flexibility, check to ensure that MATLAB stores the correct values. For
example, the statement [1 sin (pi) 3] produces a much different result than [1
sin(pi) 3] does.
[1 sin (pi) 3]
1. UNIX is a registered trademark of The Open Group in the United States and other countries.
1-7
1 Syntax Basics
[1 sin(pi) 3]
ans =
1-8
Command vs. Function Syntax
If you do not require any outputs from the function, and all of the inputs are character
vectors (that is, text enclosed in single quotation marks), you can use this simpler
command syntax:
functionName input1 ... inputN
With command syntax, you separate inputs with spaces rather than commas, and do not
enclose input arguments in parentheses. Single quotation marks are optional, unless the
input contains spaces. For example:
disp 'hello world'
When a function input is a variable, you must use function syntax to pass the value to
the function. Command syntax always passes inputs as literal text and cannot pass
variable values. For example, create a variable and call the disp function with function
syntax to pass the value of the variable:
A = 123;
disp(A)
1-9
1 Syntax Basics
123
You cannot use command syntax to pass the value of A, because this call
disp A
is equivalent to
disp('A')
and returns
A
Some functions expect character vectors for variable names, such as save, load, clear,
and whos. For example,
1-10
Command vs. Function Syntax
requests information about variable X in the example file durer.mat. This command is
equivalent to
whos('-file','durer.mat','X')
This could be a call to the ls function with the folder ./d as its argument. It also could
request element-wise division on the array ls, using the variable d as the divisor.
If you issue such a statement at the command line, MATLAB can access the current
workspace and path to determine whether ls and d are functions or variables. However,
some components, such as the Code Analyzer and the Editor/Debugger, operate without
reference to the path or workspace. In those cases, MATLAB uses syntactic rules to
determine whether an expression is a function call using command syntax.
ls =d
• An open parenthesis after an identifier implies a function call. For example:
ls('./d')
• Space after an identifier, but not after a potential operator, implies a function call
using command syntax. For example:
ls ./d
• Spaces on both sides of a potential operator, or no spaces on either side of the
operator, imply an operation on variables. For example, these statements are
equivalent:
ls ./ d
ls./d
1-11
1 Syntax Basics
Therefore, the potentially ambiguous statement ls ./d is a call to the ls function using
command syntax.
The best practice is to avoid defining variable names that conflict with common
functions, to prevent any ambiguity.
1-12
Common Errors When Calling Functions
Certain uses of the eval and load functions can also result in a similar conflict between
variable and function names. For more information, see:
These errors usually indicate that MATLAB cannot find a particular variable or
MATLAB program file in the current directory or on the search path. The root cause is
likely to be one of the following:
1-13
1 Syntax Basics
One of the most common errors is misspelling the function name. Especially with longer
function names or names containing similar characters (e.g., letter l and numeral one), it
is easy to make an error that is not easily detected.
If you misspell a MATLAB function, a suggested function name appears in the Command
Window. For example, this command fails because it includes an uppercase letter in the
function name:
accumArray
You establish the name for a function when you write its function definition line. This
name should always match the name of the file you save it to. For example, if you create
a function named curveplot,
then you should name the file containing that function curveplot.m. If you create a
pcode file for the function, then name that file curveplot.p. In the case of conflicting
function and file names, the file name overrides the name given to the function. In this
example, if you save the curveplot function to a file named curveplotfunction.m,
then attempts to invoke the function using the function name will fail:
curveplot
Undefined function or variable 'curveplot'.
1-14
Common Errors When Calling Functions
If you encounter this problem, change either the function name or file name so that they
are the same. If you have difficulty locating the file that uses this function, use the
MATLAB Find Files utility as follows:
1
On the Home tab, in the File section, click Find Files.
2 Under Find files named: enter *.m
3 Under Find files containing text: enter the function name.
4 Click the Find button
If you are unable to use a built-in function from MATLAB or its toolboxes, make sure
that the function is installed.
If you do not know which toolbox supports the function you need, search for the function
documentation at http://www.mathworks.com/help. The toolbox name appears at
the top of the function reference page.
1-15
1 Syntax Basics
Once you know which toolbox the function belongs to, use the ver function to see which
toolboxes are installed on the system from which you run MATLAB. The ver function
displays a list of all currently installed MathWorks® products. If you can locate the
toolbox you need in the output displayed by ver, then the toolbox is installed. For help
with installing MathWorks products, see the Installation Guide documentation.
If you do not see the toolbox and you believe that it is installed, then perhaps the
MATLAB path has been set incorrectly. Go on to the next section.
This step resets the path to the default. Because MATLAB stores the toolbox information
in a cache file, you will need to first update this cache and then reset the path. To do this,
1
On the Home tab, in the Environment section, click Preferences.
A small dialog box opens warning that you will lose your current path settings if you
proceed. Click Yes if you decide to proceed.
(If you have added any custom paths to MATLAB, you will need to restore those later)
Run ver again to see if the toolbox is installed. If not, you may need to reinstall this
toolbox to use this function. See the Related Solution 1-1CBD3, "How do I install
additional toolboxes into my existing MATLAB" for more information about installing a
toolbox.
Once ver shows your toolbox, run the following command to see if you can find the
function:
1-16
Common Errors When Calling Functions
replacing <functionname> with the name of the function. You should be presented with
the path(s) of the function file. If you get a message indicating that the function name
was not found, you may need to reinstall that toolbox to make the function active.
If you receive the error message “Has no license available”, there is a licensing
related issue preventing you from using the function. To find the error that is occurring,
you can use the following command:
replacing <toolbox_license_key_name> with the proper key name for the toolbox
that contains your function. To find the license key name, look at the INCREMENT lines in
your license file. For information on how to find your license file see the related solution:
1-63ZIR6, "Where are the license files for MATLAB located?”
The license key names of all the toolboxes are located after each INCREMENT tag in the
license.dat file. For example:
If your license.dat file has no INCREMENT lines, refer to your license administrator for
them. For example, to test the licensing for Symbolic Math Toolbox™, you would run the
following command:
A correct testing gives the result "ANS=1". An incorrect testing results in an error from
the license manager. You can either troubleshoot the error by looking up the license
manager error here:
http://www.mathworks.com/support/install.html
or you can contact the Installation Support Team with the error here:
http://www.mathworks.com/support/contact_us/index.html
When contacting support, provide your license number, your MATLAB version, the
function you are using, and the license manager error (if applicable).
1-17
2
Program Components
Arithmetic Operators
Symbol Role More Information
+ Addition plus
+ Unary plus uplus
- Subtraction minus
- Unary minus uminus
.* Element-wise multiplication times
* Matrix multiplication mtimes
./ Element-wise right division rdivide
/ Matrix right division mrdivide
.\ Element-wise left division ldivide
Matrix left division
\ mldivide
(also known as backslash)
.^ Element-wise power power
^ Matrix power mpower
.' Transpose transpose
' Complex conjugate transpose ctranspose
Relational Operators
Symbol Role More Information
== Equal to eq
~= Not equal to ne
> Greater than gt
>= Greater than or equal to ge
2-2
MATLAB Operators and Special Characters
Logical Operators
Symbol Role More Information
& Logical AND and
| Logical OR or
Logical AND (with short-
&&
circuiting) Logical Operators:
Logical OR (with short- Short-Circuit && ||
||
circuiting)
~ Logical NOT not
Special Characters
Symbol Symbol Name Role
• “Create Functio
2-3
2 Program Components
• “Continue Long
2-4
MATLAB Operators and Special Characters
• horzcat
2-5
2 Program Components
2-6
MATLAB Operators and Special Characters
Use semicolons to
• Signify end of row of a line of code.
; Semicolon
• Suppress output of code line
• vertcat
Use parentheses to
• Operator precedence into an array.
( ) Parentheses • Function argument enclosure
• “Operator Prec
• Indexing
• “Matrix Indexin
2-7
2 Program Components
Square brackets en
• Array construction of array elements,
• Array concatenation
[ ] Square brackets • “Creating and C
• Empty matrix and array element deletion
• horzcat
• Multiple output argument assignment
• vertcat
• “Cell Arrays”
• “Add Comment
2-8
MATLAB Operators and Special Characters
• “Add Comment
The exclamation p
! Exclamation point Operating system command MATLAB.
• “Shell Escape F
The question mark
? Question mark Metaclass for MATLAB class works only with a
• metaclass
Use single quotes
'' Single quotes Character array constructor
• “Represent Tex
Use double quotes
"" Double quotes String constructor
• “Represent Tex
2-9
2 Program Components
Use the special characters in this table to specify a folder path using a character vector
or string.
Symbol Symbol Name Role
In addition to th
/
characters separ
Slash and Backslash File or folder path separation
\ systems, both sl
based systems, y
2-10
MATLAB Operators and Special Characters
• cd
In addition to be
wildcard charac
* Asterisk Wildcard character Wildcards are ge
MATLAB match
character *, whi
An @ sign indica
@ At symbol Class folder indicator
• “Class and P
A + sign indicat
+ Plus Package directory indicator
• “Packages Cr
There are certain special characters that you cannot enter as ordinary text. Instead, you
must use unique character sequences to represent them. Use the symbols in this table to
format strings and character vectors on their own or in conjunction with formatting
functions like compose, sprintf, and error. For more information, see “Formatting
Text” on page 6-35.
Symbol Effect on Text
'' Single quotation mark
%% Single percent sign
\\ Single backslash
\a Alarm
\b Backspace
\f Form feed
\n New line
\r Carriage return
\t Horizontal tab
2-11
2 Program Components
See Also
More About
• “Array vs. Matrix Operations” on page 2-13
• “Array Comparison with Relational Operators” on page 2-25
• “Compatible Array Sizes for Basic Operations” on page 2-19
• “Operator Precedence” on page 2-29
• “Find Array Elements That Meet a Condition” on page 5-2
• “Greek Letters and Special Characters in Graph Text”
2-12
Array vs. Matrix Operations
Introduction
MATLAB has two different types of arithmetic operations: array operations and matrix
operations. You can use these arithmetic operations to perform numeric computations,
for example, adding two numbers, raising the elements of an array to a given power, or
multiplying two matrices.
Matrix operations follow the rules of linear algebra. By contrast, array operations
execute element by element operations and support multidimensional arrays. The period
character (.) distinguishes the array operations from the matrix operations. However,
since the matrix and array operations are the same for addition and subtraction, the
character pairs .+ and .- are unnecessary.
Array Operations
Array operations execute element by element operations on corresponding elements of
vectors, matrices, and multidimensional arrays. If the operands have the same size, then
each element in the first operand gets matched up with the element in the same location
in the second operand. If the operands have compatible sizes, then each input is
implicitly expanded as needed to match the size of the other. For more information, see
“Compatible Array Sizes for Basic Operations” on page 2-19.
As a simple example, you can add two vectors with the same size.
A = [1 1 1]
A =
1 1 1
B = [1 2 3]
2-13
2 Program Components
B =
1 2 3
A+B
ans =
2 3 4
If one operand is a scalar and the other is not, then MATLAB implicitly expands the
scalar to be the same size as the other operand. For example, you can compute the
element-wise product of a scalar and a matrix.
A = [1 2 3; 1 2 3]
A =
1 2 3
1 2 3
3.*A
ans =
3 6 9
3 6 9
Implicit expansion also works if you subtract a 1-by-3 vector from a 3-by-3 matrix
because the two sizes are compatible. When you perform the subtraction, the vector is
implicitly expanded to become a 3-by-3 matrix.
A = [1 1 1; 2 2 2; 3 3 3]
A =
1 1 1
2 2 2
3 3 3
m = [2 4 6]
m =
2 4 6
2-14
Array vs. Matrix Operations
A - m
ans =
-1 -3 -5
0 -2 -4
1 -1 -3
A row vector and a column vector have compatible sizes. If you add a 1-by-3 vector to a 2-
by-1 vector, then each vector implicitly expands into a 2-by-3 matrix before MATLAB
executes the element-wise addition.
x = [1 2 3]
x =
1 2 3
y = [10; 15]
y =
10
15
x + y
ans =
11 12 13
16 17 18
If the sizes of the two operands are incompatible, then you get an error.
A = [8 1 6; 3 5 7; 4 9 2]
A =
8 1 6
3 5 7
4 9 2
m = [2 4]
m =
2 4
2-15
2 Program Components
A - m
The following table provides a summary of arithmetic array operators in MATLAB. For
function-specific information, click the link to the function reference page in the last
column.
Operator Purpose Description Reference
Page
+ Addition A+B adds A and B. plus
+ Unary plus +A returns A. uplus
- Subtraction A-B subtracts B from A minus
- Unary minus -A negates the elements of A. uminus
.* Element-wise A.*B is the element-by-element product of times
multiplication A and B.
.^ Element-wise A.^B is the matrix with elements A(i,j) power
power to the B(i,j) power.
./ Right array A./B is the matrix with elements A(i,j)/ rdivide
division B(i,j).
.\ Left array A.\B is the matrix with elements B(i,j)/ ldivide
division A(i,j).
.' Array A.' is the array transpose of A. For transpose
transpose complex matrices, this does not involve
conjugation.
Matrix Operations
Matrix operations follow the rules of linear algebra and are not compatible with
multidimensional arrays. The required size and shape of the inputs in relation to one
another depends on the operation. For nonscalar inputs, the matrix operators generally
calculate different answers than their array operator counterparts.
For example, if you use the matrix right division operator, /, to divide two matrices, the
matrices must have the same number of columns. But if you use the matrix
multiplication operator, *, to multiply two matrices, then the matrices must have a
common inner dimension. That is, the number of columns in the first input must be equal
2-16
Array vs. Matrix Operations
to the number of rows in the second input. The matrix multiplication operator calculates
the product of two matrices with the formula,
n
C(i, j) = Â A(i, k)B(k, j).
k=1
A = [1 3;2 4]
A =
1 3
2 4
B = [3 0;1 5]
B =
3 0
1 5
A*B
ans =
6 15
10 20
The previous matrix product is not equal to the following element-wise product.
A.*B
ans =
3 0
2 20
The following table provides a summary of matrix arithmetic operators in MATLAB. For
function-specific information, click the link to the function reference page in the last
column.
2-17
2 Program Components
See Also
More About
• “Compatible Array Sizes for Basic Operations” on page 2-19
• “MATLAB Operators and Special Characters” on page 2-2
• “Operator Precedence” on page 2-29
2-18
Compatible Array Sizes for Basic Operations
These are some combinations of scalars, vectors, and matrices that have compatible
sizes:
• One input is a matrix, and the other is a column vector with the same number of
rows.
2-19
2 Program Components
Multidimensional Arrays
Every array in MATLAB has trailing dimensions of size 1. For multidimensional arrays,
this means that a 3-by-4 matrix is the same as a matrix of size 3-by-4-by-1-by-1-by-1.
Examples of multidimensional arrays with compatible sizes are:
• One input is a matrix, and the other is a 3-D array with the same number of rows and
columns.
2-20
Compatible Array Sizes for Basic Operations
• One input is a matrix, and the other is a 3-D array. The dimensions are all either the
same or one of them is 1.
2-21
2 Program Components
Empty Arrays
The rules are the same for empty arrays or arrays that have a dimension size of zero.
The size of the dimension that is not equal to 1 determines the size of the output. This
means that dimensions with a size of zero must be paired with a dimension of size 1 or 0
in the other array, and that the output has a dimension size of 0.
A: 1-by-0
B: 3-by-1
Result: 3-by-0
Examples
Subtract Vector from Matrix
For example, calculate the mean value of each column in a matrix, then subtract the
mean value from each element.
A = magic(3)
A =
8 1 6
3 5 7
4 9 2
2-22
Compatible Array Sizes for Basic Operations
C = mean(A)
C =
5 5 5
A - C
ans =
3 -4 1
-2 0 2
-1 4 -3
Row and column vectors have compatible sizes, and when you perform an operation on
them the result is a matrix.
For example, add a row and column vector. The result is the same as
bsxfun(@plus,a,b).
a = [1 2 3 4]
ans =
1 2 3 4
b = [5; 6; 7]
ans =
5
6
7
a + b
ans =
6 7 8 9
7 8 9 10
8 9 10 11
2-23
2 Program Components
See Also
bsxfun
More About
• “Array vs. Matrix Operations” on page 2-13
• “MATLAB Operators and Special Characters” on page 2-2
2-24
Array Comparison with Relational Operators
Relational operators compare operands quantitatively, using operators like “less than”,
“greater than”, and “not equal to.” The result of a relational comparison is a logical array
indicating the locations where the relation is true.
Array Comparison
Numeric Arrays
The relational operators perform element-wise comparisons between two arrays. The
arrays must have compatible sizes to facilitate the operation. Arrays with compatible
sizes are implicitly expanded to be the same size during execution of the calculation. In
the simplest cases, the two operands are arrays of the same size, or one is a scalar. For
more information, see “Compatible Array Sizes for Basic Operations” on page 2-19.
For example, if you compare two matrices of the same size, then the result is a logical
matrix of the same size with elements indicating where the relation is true.
A = [2 4 6; 8 10 12]
A =
2 4 6
8 10 12
2-25
2 Program Components
B = [5 5 5; 9 9 9]
B =
5 5 5
9 9 9
A < B
ans =
1 1 0
1 0 0
ans =
0 0 0
1 1 1
If you compare a 1-by-N row vector to an M-by-1 column vector, then MATLAB expands
each vector into an M-by-N matrix before performing the comparison. The resulting
matrix contains the comparison result for each combination of elements in the vectors.
A = 1:3
A =
1 2 3
B = [2; 3]
B =
2
3
A >= B
ans =
0 1 1
0 0 1
2-26
Array Comparison with Relational Operators
Empty Arrays
The relational operators work with arrays for which any dimension has size zero, as long
as both arrays have compatible sizes. This means that if one array has a dimension size
of zero, then the size of the corresponding dimension in the other array must be 1 or zero,
and the size of that dimension in the output is zero.
A = ones(3,0);
B = ones(3,1);
A == B
ans =
return an error if A is not 0-by-0 or 1-by-1. This behavior is consistent with that of all
other binary operators, such as +, -, >, <, &, |, and so on.
Complex Numbers
• The operators >, <, >=, and <= use only the real part of the operands in performing
comparisons.
• The operators == and ~= test both real and imaginary parts of the operands.
2-27
2 Program Components
Logic Statements
Use relational operators in conjunction with the logical operators A & B (AND), A | B
(OR), xor(A,B) (XOR), and ~A (NOT), to string together more complex logical
statements.
For example, you can locate where negative elements occur in two arrays.
A = [2 -1; -3 10]
A =
2 -1
-3 10
B = [0 -2; -3 -1]
B =
0 -2
-3 -1
ans =
0 1
1 0
For more examples, see “Find Array Elements That Meet a Condition” on page 5-2.
See Also
eq | ge | gt | le | lt | ne
More About
• “Array vs. Matrix Operations” on page 2-13
• “Compatible Array Sizes for Basic Operations” on page 2-19
• “MATLAB Operators and Special Characters” on page 2-2
2-28
Operator Precedence
Operator Precedence
You can build expressions that use any combination of arithmetic, relational, and logical
operators. Precedence levels determine the order in which MATLAB evaluates an
expression. Within each precedence level, operators have equal precedence and are
evaluated from left to right. The precedence rules for MATLAB operators are shown in
this list, ordered from highest precedence level to lowest precedence level:
1 Parentheses ()
2 Transpose (.'), power (.^), complex conjugate transpose ('), matrix power (^)
3 Power with unary minus (.^-), unary plus (.^+), or logical negation (.^~) as well
as matrix power with unary minus (^-), unary plus (^+), or logical negation (^~).
Note Although most operators work from left to right, the operators (^-), (.^-), (^
+), (.^+), (^~), and (.^~) work from second from the right to left. It is
recommended that you use parentheses to explicitly specify the intended precedence
of statements containing these operator combinations.
4 Unary plus (+), unary minus (-), logical negation (~)
5 Multiplication (.*), right division (./), left division (.\), matrix multiplication
(*), matrix right division (/), matrix left division (\)
6 Addition (+), subtraction (-)
7 Colon operator (:)
8 Less than (<), less than or equal to (<=), greater than (>), greater than or equal to
(>=), equal to (==), not equal to (~=)
9 Element-wise AND (&)
10 Element-wise OR (|)
11 Short-circuit AND (&&)
12 Short-circuit OR (||)
2-29
2 Program Components
The same precedence rule holds true for the && and || operators.
C = (A./B).^2
C =
2.2500 81.0000 1.0000
See Also
More About
• “Array vs. Matrix Operations” on page 2-13
• “Compatible Array Sizes for Basic Operations” on page 2-19
• “Array Comparison with Relational Operators” on page 2-25
• “MATLAB Operators and Special Characters” on page 2-2
2-30
Average Similar Data Points Using a Tolerance
Use random points picked from the peaks function in the domain as
the data set. Add a small amount of noise to the data.
xy = rand(10000,2)*6-3;
z = peaks(xy(:,1),xy(:,2)) + 0.5-rand(10000,1);
A = [xy z];
plot3(A(:,1), A(:,2), A(:,3), '.')
view(-28,32)
2-31
2 Program Components
Find points that have similar x and y coordinates using uniquetol with these options:
• Specify ByRows as true, since the rows of A contain the point coordinates.
• Specify OutputAllIndices as true to return the indices for all points that are
within tolerance of each other.
• Specify DataScale as [1 1 Inf] to use an absolute tolerance for the x and y
coordinates, while ignoring the z-coordinate.
DS = [1 1 Inf];
[C,ia] = uniquetol(A, 0.3, 'ByRows', true, ...
'OutputAllIndices', true, 'DataScale', DS);
Average each group of points that are within tolerance (including the z-coordinates),
producing a reduced data set that still holds the general shape of the original data.
for k = 1:length(ia)
aveA(k,:) = mean(A(ia{k},:),1);
end
2-32
See Also
See Also
uniquetol
More About
• “Group Scattered Data Using a Tolerance” on page 2-34
2-33
2 Program Components
Create a set of random 2-D points. Then create and plot a grid of equally spaced points
on top of the random data.
x = rand(10000,2);
[a,b] = meshgrid(0:0.1:1);
gridPoints = [a(:), b(:)];
plot(x(:,1), x(:,2), '.')
hold on
plot(gridPoints(:,1), gridPoints(:,2), 'xr', 'Markersize', 6)
2-34
Group Scattered Data Using a Tolerance
Use ismembertol to locate the data points in x that are within tolerance of the grid
points in gridPoints. Use these options with ismembertol:
• Specify ByRows as true, since the point coordinates are in the rows of x.
• Specify OutputAllIndices as true to return all of the indices for rows in x that are
within tolerance of the corresponding row in gridPoints.
For each grid point, plot the points in x that are within tolerance of that grid point.
figure
hold on
for k = 1:length(LocB)
plot(x(LocB{k},1), x(LocB{k},2), '.')
end
plot(gridPoints(:,1), gridPoints(:,2), 'xr', 'Markersize', 6)
2-35
2 Program Components
See Also
ismembertol
More About
• “Average Similar Data Points Using a Tolerance” on page 2-31
2-36
Conditional Statements
Conditional Statements
Conditional statements enable you to select at run time which block of code to execute.
The simplest conditional statement is an if statement. For example:
% Generate a random number
a = randi(100, 1);
% If it is even, divide by 2
if rem(a, 2) == 0
disp('a is even')
b = a/2;
end
if statements can include alternate choices, using the optional keywords elseif or
else. For example:
a = randi(100, 1);
if a < 30
disp('small')
elseif a < 80
disp('medium')
else
disp('large')
end
Alternatively, when you want to test for equality against a set of known values, use a
switch statement. For example:
[dayNum, dayString] = weekday(date, 'long', 'en_US');
switch dayString
case 'Monday'
disp('Start of the work week')
case 'Tuesday'
disp('Day 2')
case 'Wednesday'
disp('Day 3')
case 'Thursday'
disp('Day 4')
case 'Friday'
disp('Last day of the work week')
otherwise
2-37
2 Program Components
disp('Weekend!')
end
For both if and switch, MATLAB executes the code corresponding to the first true
condition, and then exits the code block. Each conditional statement requires the end
keyword.
In general, when you have many possible discrete, known values, switch statements are
easier to read than if statements. However, you cannot test for inequality between
switch and case values. For example, you cannot implement this type of condition with
a switch:
if yourNumber < 0
disp('Negative')
elseif yourNumber > 0
disp('Positive')
else
disp('Zero')
end
See Also
end | if | return | switch
2-38
Loop Control Statements
• for statements loop a specific number of times, and keep track of each iteration with
an incrementing index variable.
For example, find the first integer n for which factorial(n) is a 100-digit number:
n = 1;
nFactorial = 1;
while nFactorial < 1e100
n = n + 1;
nFactorial = nFactorial * n;
end
It is a good idea to indent the loops for readability, especially when they are nested (that
is, when one loop contains another loop):
A = zeros(5,100);
for m = 1:5
for n = 1:100
A(m, n) = 1/(m + n - 1);
end
end
You can programmatically exit a loop using a break statement, or skip to the next
iteration of a loop using a continue statement. For example, count the number of lines
in the help for the magic function (that is, all comment lines until a blank line):
fid = fopen('magic.m','r');
count = 0;
2-39
2 Program Components
while ~feof(fid)
line = fgetl(fid);
if isempty(line)
break
elseif ~strncmp(line,'%',1)
continue
end
count = count + 1;
end
fprintf('%d lines in MAGIC help\n',count);
fclose(fid);
Tip If you inadvertently create an infinite loop (a loop that never ends on its own), stop
execution of the loop by pressing Ctrl+C.
See Also
break | continue | end | for | while
2-40
Regular Expressions
Regular Expressions
In this section...
“What Is a Regular Expression?” on page 2-41
“Steps for Building Expressions” on page 2-43
“Operators and Characters” on page 2-46
Regular expressions provide a unique way to search a volume of text for a particular
subset of characters within that text. Instead of looking for an exact character match as
you would do with a function like strfind, regular expressions give you the ability to
look for a particular pattern of characters.
You could locate any of the above terms in your text by issuing five separate search
commands:
strfind(text, 'km/h');
strfind(text, 'km/hour');
% etc.
2-41
2 Program Components
To be more efficient, however, you can build a single phrase that applies to all of these
search terms:
Translate this phrase into a regular expression (to be explained later in this section) and
you have:
pattern = 'k(ilo)?m(eters)?(/|\sper\s)h(r|our)?';
Now locate one or more of the terms using just a single command:
ans =
'kilometers per hour' 'km/h'
There are four MATLAB functions that support searching and replacing characters using
regular expressions. The first three are similar in the input values they accept and the
output values they return. For details, click the links to the function reference pages.
Function Description
regexp Match regular expression.
regexpi Match regular expression, ignoring case.
regexprep Replace part of text using regular expression.
regexptranslate Translate text into regular expression.
When calling any of the first three functions, pass the text to be parsed and the regular
expression in the first two input arguments. When calling regexprep, pass an
additional input that is an expression that specifies a pattern for the replacement.
2-42
Regular Expressions
This entails breaking up the text you want to search for into groups of like character
types. These character types could be a series of lowercase letters, a dollar sign
followed by three numbers and then a decimal point, etc.
2 Express each pattern as a regular expression on page 2-44
Pass the text you want to parse to one of the search functions, such as regexp or
regexpi, or to the text replacement function, regexprep.
The example shown in this section searches a record containing contact information
belonging to a group of five friends. This information includes each person's name,
telephone number, place of residence, and email address. The goal is to extract specific
information from the text..
contacts = { ...
'Harry 287-625-7315 Columbus, OH hparker@hmail.com'; ...
'Janice 529-882-1759 Fresno, CA jan_stephens@horizon.net'; ...
'Mike 793-136-0975 Richmond, VA sue_and_mike@hmail.net'; ...
'Nadine 648-427-9947 Tampa, FL nadine_berry@horizon.net'; ...
'Jason 697-336-7728 Montrose, CO jason_blake@mymail.com'};
The first part of the example builds a regular expression that represents the format of a
standard email address. Using that expression, the example then searches the
information for the email address of one of the group of friends. Contact information for
Janice is in row 2 of the contacts cell array:
contacts{2}
ans =
Janice 529-882-1759 Fresno, CA jan_stephens@horizon.net
2-43
2 Program Components
A typical email address is made up of standard components: the user's account name,
followed by an @ sign, the name of the user's internet service provider (ISP), a dot
(period), and the domain to which the ISP belongs. The table below lists these
components in the left column, and generalizes the format of each component in the right
column.
Unique patterns of an email address General description of each pattern
Start with the account name One or more lowercase letters and underscores
jan_stephens . . .
Add '@' @ sign
jan_stephens@ . . .
Add the ISP One or more lowercase letters, no underscores
jan_stephens@horizon . . .
Add a dot (period) Dot (period) character
jan_stephens@horizon. . . .
Finish with the domain com or net
jan_stephens@horizon.net
In this step, you translate the general formats derived in Step 1 into segments of a
regular expression. You then add these segments together to form the entire expression.
The table below shows the generalized format descriptions of each character pattern in
the left-most column. (This was carried forward from the right column of the table in
Step 1.) The second column shows the operators or metacharacters that represent the
character pattern.
Description of each segment Pattern
One or more lowercase letters and underscores [a-z_]+
@ sign @
One or more lowercase letters, no underscores [a-z]+
Dot (period) character \.
com or net (com|net)
Assembling these patterns into one character vector gives you the complete expression:
2-44
Regular Expressions
email = '[a-z_]+@[a-z]+\.(com|net)';
In this step, you use the regular expression derived in Step 2 to match an email address
for one of the friends in the group. Use the regexp function to perform the search.
Here is the list of contact information shown earlier in this section. Each person's record
occupies a row of the contacts cell array:
contacts = { ...
'Harry 287-625-7315 Columbus, OH hparker@hmail.com'; ...
'Janice 529-882-1759 Fresno, CA jan_stephens@horizon.net'; ...
'Mike 793-136-0975 Richmond, VA sue_and_mike@hmail.net'; ...
'Nadine 648-427-9947 Tampa, FL nadine_berry@horizon.net'; ...
'Jason 697-336-7728 Montrose, CO jason_blake@mymail.com'};
This is the regular expression that represents an email address, as derived in Step 2:
email = '[a-z_]+@[a-z]+\.(com|net)';
Call the regexp function, passing row 2 of the contacts cell array and the email
regular expression. This returns the email address for Janice.
regexp(contacts{2}, email, 'match')
ans =
'jan_stephens@horizon.net'
MATLAB parses a character vector from left to right, “consuming” the vector as it goes. If
matching characters are found, regexp records the location and resumes parsing the
character vector, starting just after the end of the most recent match.
Make the same call, but this time for the fifth person in the list:
regexp(contacts{5}, email, 'match')
ans =
'jason_blake@mymail.com'
You can also search for the email address of everyone in the list by using the entire cell
array for the input argument:
regexp(contacts, email, 'match');
2-45
2 Program Components
Metacharacters
Metacharacters represent letters, letter ranges, digits, and space characters. Use them to
construct a generalized pattern of characters.
Metacharacter Description Example
. Any single character, including '..ain' matches sequences of five
white space consecutive characters that end with
'ain'.
[c1c2c3] Any character contained within the '[rp.]ain' matches 'rain' or 'pain'
square brackets. The following or '.ain'.
characters are treated literally: $
| . * + ? and - when not used to
indicate a range.
[^c1c2c3] Any character not contained within '[^*rp]ain' matches all four-letter
the square brackets. The following sequences that end in 'ain', except
characters are treated literally: $ 'rain' and 'pain' and '*ain'. For
| . * + ? and - when not used to example, it matches 'gain', 'lain', or
indicate a range. 'vain'.
2-46
Regular Expressions
Character Representation
Operator Description
\a Alarm (beep)
\b Backspace
\f Form feed
\n New line
\r Carriage return
\t Horizontal tab
2-47
2 Program Components
Operator Description
\v Vertical tab
\char Any character with special meaning in regular expressions that you want to match
literally (for example, use \\ to match a single backslash)
Quantifiers
Quantifiers specify the number of times a pattern must occur in the matching text.
Quantifier Matches the expression when it occurs... Example
expr* 0 or more times consecutively. '\w*' matches a word of any length.
expr? 0 times or 1 time. '\w*(\.m)?' matches words that
optionally end with the extension .m.
expr+ 1 or more times consecutively. '<img src="\w+\.gif">' matches an
<img> HTML tag when the file name
contains one or more characters.
expr{m,n} At least m times, but no more than n '\S{4,8}' matches between four and
times consecutively. eight non-white-space characters.
{0,1} is equivalent to ?.
expr{m,} At least m times consecutively. '<a href="\w{1,}\.html">' matches
an <a> HTML tag when the file name
{0,} and {1,} are equivalent to * and contains one or more characters.
+, respectively.
expr{n} Exactly n times consecutively. '\d{4}' matches four consecutive digits.
Equivalent to {n,n}.
Quantifiers can appear in three modes, described in the following table. q represents any
of the quantifiers in the previous table.
Mode Description Example
exprq Greedy expression: match as many Given the text
characters as possible. '<tr><td><p>text</p></td>', the
expression '</?t.*>' matches all
characters between <tr and /td>:
'<tr><td><p>text</p></td>'
2-48
Regular Expressions
Grouping Operators
Grouping operators allow you to capture tokens, apply one operator to multiple elements,
or disable backtracking in a specific group.
Grouping Description Example
Operator
(expr) Group elements of the expression and 'Joh?n\s(\w*)' captures a token that
capture tokens. contains the last name of any person
with the first name John or Jon.
(?:expr) Group, but do not capture tokens. '(?:[aeiou][^aeiou]){2}' matches
two consecutive patterns of a vowel
followed by a nonvowel, such as 'anon'.
2-49
2 Program Components
Anchors
Anchors in the expression match the beginning or end of a character vector or word.
Anchor Matches the... Example
^expr Beginning of the input text. '^M\w*' matches a word starting with
M at the beginning of the text.
expr$ End of the input text. '\w*m$' matches words ending with m
at the end of the text.
\<expr Beginning of a word. '\<n\w*' matches any words starting
with n.
expr\> End of a word. '\w*e\>' matches any words ending
with e.
Lookaround Assertions
Lookaround assertions look for patterns that immediately precede or follow the intended
match, but are not part of the match.
The pointer remains at the current location, and characters that correspond to the test
expression are not captured or discarded. Therefore, lookahead assertions can match
overlapping character groups.
2-50
Regular Expressions
For more information, see “Lookahead Assertions in Regular Expressions” on page 2-57.
Logical and conditional operators allow you to test the state of a given condition, and
then use the outcome to determine which pattern, if any, to match next. These operators
support logical OR and if or if/else conditions. (For AND conditions, see “Lookaround
Assertions” on page 2-50.)
Conditions can be tokens on page 2-52, lookaround assertions on page 2-50, or dynamic
expressions on page 2-53 of the form (?@cmd). Dynamic expressions must return a
logical or numeric value.
2-51
2 Program Components
Token Operators
Tokens are portions of the matched text that you define by enclosing part of the regular
expression in parentheses. You can refer to a token by its sequence in the text (an ordinal
token), or assign names to tokens for easier code maintenance and readable output.
Ordinal Token Operator Description Example
(expr) Capture in a token the characters 'Joh?n\s(\w*)' captures a token
that match the enclosed that contains the last name of any
expression. person with the first name John or
Jon.
\N Match the Nth token. '<(\w+).*>.*</\1>' captures
tokens for HTML tags, such as
'title' from the text
'<title>Some text</title>'.
(?(N)expr1|expr2) If the Nth token is found, then 'Mr(s?)\..*?(?(1)her|his)
match expr1. Otherwise, match \w*' matches text that includes
expr2. her when the text begins with Mrs,
or that includes his when the text
begins with Mr.
2-52
Regular Expressions
Note If an expression has nested parentheses, MATLAB captures tokens that correspond
to the outermost set of parentheses. For example, given the search pattern '(and(y|
rew))', MATLAB creates a token for 'andrew' but not for 'y' or 'rew'.
Dynamic Expressions
The parentheses that enclose dynamic expressions do not create a capturing group.
2-53
2 Program Components
Within dynamic expressions, use the following operators to define replacement terms.
Replacement Operator Description
$& or $0 Portion of the input text that is currently a match
$` Portion of the input text that precedes the current match
$' Portion of the input text that follows the current match (use $'' to
represent $')
$N Nth token
$<name> Named token
${cmd} Output returned when MATLAB executes the command, cmd
2-54
Regular Expressions
Comments
The comment operator enables you to insert comments into your code to make it more
maintainable. The text of the comment is ignored by MATLAB when matching against
the input text.
Characters Description Example
(?#comment) Insert a comment in the regular '(?# Initial digit)\<\d\w+'
expression. The comment text is includes a comment, and matches
ignored when matching the input. words that begin with a number.
Search Flags
The expression that the flag modifies can appear either after the parentheses, such as
(?i)\w*
or inside the parentheses and separated from the flag with a colon (:), such as
(?i:\w*)
The latter syntax allows you to change the behavior for part of a larger expression.
2-55
2 Program Components
See Also
regexp | regexpi | regexprep | regexptranslate
More About
• “Lookahead Assertions in Regular Expressions” on page 2-57
• “Tokens in Regular Expressions” on page 2-60
• “Dynamic Regular Expressions” on page 2-66
2-56
Lookahead Assertions in Regular Expressions
In this section...
“Lookahead Assertions” on page 2-57
“Overlapping Matches” on page 2-58
“Logical AND Conditions” on page 2-58
Lookahead Assertions
There are two types of lookaround assertions for regular expressions: lookahead and
lookbehind. In both cases, the assertion is a condition that must be satisfied to return a
match to the expression.
A lookahead assertion has the form (?=test) and can appear anywhere in a regular
expression. MATLAB looks ahead of the current location in the text for the test condition.
If MATLAB matches the test condition, it continues processing the rest of the expression
to find a match.
For example, look ahead in a character vector specifying a path to find the name of the
folder that contains a program file (in this case, fileread.m).
chr = which('fileread')
chr =
matlabroot\toolbox\matlab\iofun\fileread.m
regexp(chr,'\w+(?=\\\w+\.[mp])','match')
ans =
'iofun'
The match expression, \w+, searches for one or more alphanumeric or underscore
characters. Each time regexp finds a term that matches this condition, it looks ahead for
a backslash (specified with two backslashes, \\), followed by a file name (\w+) with
an .m or .p extension (\.[mp]). The regexp function returns the match that satisfies
the lookahead condition, which is the folder name iofun.
2-57
2 Program Components
Overlapping Matches
Lookahead assertions do not consume any characters in the text. As a result, you can use
them to find overlapping character sequences.
For example, use lookahead to find every sequence of six nonwhitespace characters in a
character vector by matching initial characters that precede five additional characters:
startIndex =
1 8 9 16 17 24 25
Without the lookahead operator, MATLAB parses a character vector from left to right,
consuming the vector as it goes. If matching characters are found, regexp records the
location and resumes parsing the character vector from the location of the most recent
match. There is no overlapping of characters in this process.
startIndex =
1 8 16 24
helptext = help('normest');
chr = helptext(1:50)
2-58
See Also
chr =
NORMEST Estimate the matrix 2-norm.
NORMEST(S
Merely searching for non-vowels ([^aeiou]) does not return the expected answer, as the
output includes capital letters, space characters, and punctuation:
c = regexp(chr,'[^aeiou]','match')
c =
Columns 1 through 14
' ' 'N' 'O' 'R' 'M' 'E' 'S' 'T' ' '
'E' 's' 't' 'm' 't'
...
Try this again, using a lookahead operator to create the following AND condition:
c = regexp(chr,'(?=[a-z])[^aeiou]','match')
c =
's' 't' 'm ' 't' 't' 'h' 'm' 't' 'r' 'x'
'n' 'r' 'm'
Note that when using a lookahead operator to perform an AND, you need to place the
match expression expr after the test expression test:
(?=test)expr or (?!test)expr
See Also
regexp | regexpi | regexprep
More About
• “Regular Expressions” on page 2-41
2-59
2 Program Components
Introduction
Parentheses used in a regular expression not only group elements of that expression
together, but also designate any matches found for that group as tokens. You can use
tokens to match other parts of the same text. One advantage of using tokens is that they
remember what they matched, so you can recall and reuse matched text in the process of
searching or replacing.
Each token in the expression is assigned a number, starting from 1, going from left to
right. To make a reference to a token later in the expression, refer to it using a backslash
followed by the token number. For example, when referencing a token generated by the
third set of parentheses in the expression, use \3.
mat =
'dd' 'pp' 'dd' 'pp'
2-60
Tokens in Regular Expressions
For another example, capture pairs of matching HTML tags (e.g., <a> and </a>) and the
text between them. The expression used for this example is
expr = '<(\w+).*?>.*?</\1>';
The first part of the expression, '<(\w+)', matches an opening angle bracket (<)
followed by one or more alphabetic, numeric, or underscore characters. The enclosing
parentheses capture token characters following the opening angle bracket.
The second part of the expression, '.*?>.*?', matches the remainder of this HTML tag
(characters up to the >), and any characters that may precede the next opening angle
bracket.
The last part, '</\1>', matches all characters in the ending HTML tag. This tag is
composed of the sequence </tag>, where tag is whatever characters were captured as a
token.
ans =
<a name="752507"></a>
ans =
<b>Default</b>
tok{:}
ans =
'a'
ans =
'b'
2-61
2 Program Components
Multiple Tokens
Here is an example of how tokens are assigned values. Suppose that you are going to
search the following text:
You choose to search the above text with the following search pattern:
and(y|rew)|(t)e(d)
This pattern has three parenthetical expressions that generate tokens. When you finally
perform the search, the following tokens are generated for each match.
Match Token 1 Token 2
andy y
ted t d
andrew rew
andy y
ted t d
Only the highest level parentheses are used. For example, if the search pattern and(y|
rew) finds the text andrew, token 1 is assigned the value rew. However, if the search
pattern (and(y|rew)) is used, token 1 is assigned the value andrew.
Unmatched Tokens
For those tokens specified in the regular expression that have no match in the text being
evaluated, regexp and regexpi return an empty character vector ('') as the token
output, and an extent that marks the position in the string where the token was
expected.
The example shown here executes regexp on a character vector specifying the path
returned from the MATLAB tempdir function. The regular expression expr includes six
token specifiers, one for each piece of the path. The third specifier [a-z]+ has no match
in the character vector because this part of the path, Profiles, begins with an
uppercase letter:
chr = tempdir
2-62
Tokens in Regular Expressions
chr =
C:\WINNT\Profiles\bpascal\LOCALS~1\Temp\
When a token is not found in the text, regexp returns an empty character vector ('') as
the token and a numeric array with the token extent. The first number of the extent is
the string index that marks where the token was expected, and the second number of the
extent is equal to one less than the first.
In the case of this example, the empty token is the third specified in the expression, so
the third token returned is empty:
tok{:}
ans =
'C:' 'WINNT' '' 'bpascal' 'LOCALS~1' 'Temp'
The third token extent returned in the variable ext has the starting index set to 10,
which is where the nonmatching term, Profiles, begins in the path. The ending extent
index is set to one less than the starting index, or 9:
ext{:}
ans =
1 2
4 8
10 9
19 25
27 34
36 39
2-63
2 Program Components
ans =
Baker, Norma Jean
Named Capture
If you use a lot of tokens in your expressions, it may be helpful to assign them names
rather than having to keep track of which token number is assigned to which token.
When referencing a named token within the expression, use the syntax \k<name>
instead of the numeric \1, \2, etc.:
poe = ['While I nodded, nearly napping, ' ...
'suddenly there came a tapping,'];
ans =
'dd' 'pp' 'dd' 'pp'
Named tokens can also be useful in labeling the output from the MATLAB regular
expression functions. This is especially true when you are processing many pieces of text.
For example, parse different parts of street addresses from several character vectors. A
short name is assigned to each token in the expression:
chr1 = '134 Main Street, Boulder, CO, 14923';
chr2 = '26 Walnut Road, Topeka, KA, 25384';
chr3 = '847 Industrial Drive, Elizabeth, NJ, 73548';
p1 = '(?<adrs>\d+\s\S+\s(Road|Street|Avenue|Drive))';
p2 = '(?<city>[A-Z][a-z]+)';
p3 = '(?<state>[A-Z]{2})';
p4 = '(?<zip>\d{5})';
As the following results demonstrate, you can make your output easier to work with by
using named tokens:
loc1 = regexp(chr1, expr, 'names')
loc1 =
adrs: '134 Main Street'
city: 'Boulder'
2-64
See Also
state: 'CO'
zip: '14923'
loc2 =
adrs: '26 Walnut Road'
city: 'Topeka'
state: 'KA'
zip: '25384'
loc3 =
adrs: '847 Industrial Drive'
city: 'Elizabeth'
state: 'NJ'
zip: '73548'
See Also
regexp | regexpi | regexprep
More About
• “Regular Expressions” on page 2-41
2-65
2 Program Components
Introduction
In a dynamic expression, you can make the pattern that you want regexp to match
dependent on the content of the input text. In this way, you can more closely match
varying input patterns in the text being parsed. You can also use dynamic expressions in
replacement terms for use with the regexprep function. This gives you the ability to
adapt the replacement text to the parsed input.
regexp(text, match_expr)
regexpi(text, match_expr)
regexprep(text, match_expr, replace_expr)
replace_expr1 = '$118$3';
regexprep('internationalization', match_expr, replace_expr1)
ans =
i18n
replace_expr2 = '$111$3';
regexprep('globalization', match_expr, replace_expr2)
2-66
Dynamic Regular Expressions
ans =
g11n
match_expr = '(^\w)(\w*)(\w$)';
replace_expr = '$1${num2str(length($2))}$3';
ans =
i18n
ans =
g11n
There are three forms of dynamic expressions that you can use in match expressions, and
one form for replacement expressions, as described in the following sections
Here is an example of the type of expression that you can use with this operator:
The purpose of this particular command is to locate a series of X characters in each of the
character vectors stored in the input cell array. Note however that the number of Xs
varies in each character vector. If the count did not vary, you could use the expression
2-67
2 Program Components
X{n} to indicate that you want to match n of these characters. But, a constant value of n
does not work in this case.
The solution used here is to capture the leading count number (e.g., the 5 in the first
character vector of the cell array) in a token, and then to use that count in a dynamic
expression. The dynamic expression in this example is (??X{$1}), where $1 is the value
captured by the token \d+. The operator {$1} makes a quantifier of that token value.
Because the expression is dynamic, the same pattern works on all three of the input
vectors in the cell array. With the first input character vector, regexp looks for five X
characters; with the second, it looks for eight, and with the third, it looks for just one:
ans =
'5XXXXX' '8XXXXXXXX' '1X'
First, create the input string. Make sure that all letters are lowercase, and remove all
nonword characters.
chr = lower(...
'Find the palindrome Never Odd or Even in this string');
chr =
findthepalindromeneveroddoreveninthisstring
Locate the palindrome within the character vector using the dynamic expression:
palchr =
'neveroddoreven'
2-68
Dynamic Regular Expressions
The dynamic expression reverses the order of the letters that make up the character
vector, and then attempts to match as much of the reversed-order vector as possible. This
requires a dynamic expression because the value for $1 relies on the value of the token
(.{3,}).
Dynamic expressions in MATLAB have access to the currently active workspace. This
means that you can change any of the functions or variables used in a dynamic
expression just by changing variables in the workspace. Repeat the last command of the
example above, but this time define the function to be called within the expression using
a function handle stored in the base workspace:
fun = @fliplr;
palchr =
'neveroddoreven'
The following example parses a word for zero or more characters followed by two
identical characters followed again by zero or more characters:
regexp('mississippi', '\w*(\w)\1\w*', 'match')
ans =
'mississippi'
To track the exact steps that MATLAB takes in determining the match, the example
inserts a short script (?@disp($1)) in the expression to display the characters that
finally constitute the match. Because the example uses greedy quantifiers, MATLAB
attempts to match as much of the character vector as possible. So, even though MATLAB
finds a match toward the beginning of the string, it continues to look for more matches
until it arrives at the very end of the string. From there, it backs up through the letters i
then p and the next p, stopping at that point because the match is finally satisfied:
2-69
2 Program Components
i
p
p
ans =
'mississippi'
Now try the same example again, this time making the first quantifier lazy (*?). Again,
MATLAB makes the same match:
regexp('mississippi', '\w*?(\w)\1\w*', 'match')
ans =
'mississippi'
But by inserting a dynamic script, you can see that this time, MATLAB has matched the
text quite differently. In this case, MATLAB uses the very first match it can find, and
does not even consider the rest of the text:
regexp('mississippi', '\w*?(\w)(?@disp($1))\1\w*', 'match')
m
i
s
ans =
'mississippi'
To demonstrate how versatile this type of dynamic expression can be, consider the next
example that progressively assembles a cell array as MATLAB iteratively parses the
input text. The (?!) operator found at the end of the expression is actually an empty
lookahead operator, and forces a failure at each iteration. This forced failure is necessary
if you want to trace the steps that MATLAB is taking to resolve the expression.
MATLAB makes a number of passes through the input text, each time trying another
combination of letters to see if a fit better than last match can be found. On any passes in
which no matches are found, the test results in an empty character vector. The dynamic
script (?@if(~isempty($&))) serves to omit the empty character vectors from the
matches cell array:
matches = {};
expr = ['(Euler\s)?(Cauchy\s)?(Boole)?(?@if(~isempty($&)),' ...
2-70
Dynamic Regular Expressions
'matches{end+1}=$&;end)(?!)'];
matches
matches =
'Euler Cauchy Boole' 'Euler Cauchy ' 'Euler '
'Cauchy Boole' 'Cauchy ' 'Boole'
The operators $& (or the equivalent $0), $`, and $' refer to that part of the input text
that is currently a match, all characters that precede the current match, and all
characters to follow the current match, respectively. These operators are sometimes
useful when working with dynamic expressions, particularly those that employ the (?
@cmd) operator.
This example parses the input text looking for the letter g. At each iteration through the
text, regexp compares the current character with g, and not finding it, advances to the
next character. The example tracks the progress of scan through the text by marking the
current location being parsed with a ^ character.
(The $` and $´ operators capture that part of the text that precedes and follows the
current parsing location. You need two single-quotation marks ($'') to express the
sequence $´ when it appears within text.)
chr = 'abcdefghij';
expr = '(?@disp(sprintf(''starting match: [%s^%s]'',$`,$'')))g';
2-71
2 Program Components
use to the next. As with the other dynamic expressions used in MATLAB, you can include
any number of these expressions within the overall replacement expression.
The dynamic expression tells MATLAB to execute a function named convertMe using
the two tokens (\d+\.?\d*) and (\w+), derived from the text being matched, as input
arguments in the call to convertMe. The replacement pattern requires a dynamic
expression because the values of $1 and $2 are generated at runtime.
The following example defines the file named convertMe that converts measurements
from imperial units to metric.
At the command line, call the convertMe function from regexprep, passing in values
for the quantity to be converted and name of the imperial unit:
2-72
See Also
ans =
This highway is 201.1625 kilometers long
ans =
This pitcher holds 1.1828 litres of water
ans =
This stone weighs about 4.536 kilograms
As with the (??@ ) operator discussed in an earlier section, the ${ } operator has
access to variables in the currently active workspace. The following regexprep
command uses the array A defined in the base workspace:
A = magic(3)
A =
8 1 6
3 5 7
4 9 2
ans =
The columns of matrix A are 834 159 672
See Also
regexp | regexpi | regexprep
More About
• “Regular Expressions” on page 2-41
2-73
2 Program Components
Comma-Separated Lists
In this section...
“What Is a Comma-Separated List?” on page 2-74
“Generating a Comma-Separated List” on page 2-74
“Assigning Output from a Comma-Separated List” on page 2-76
“Assigning to a Comma-Separated List” on page 2-77
“How to Use the Comma-Separated Lists” on page 2-79
“Fast Fourier Transform Example” on page 2-81
ans =
ans =
ans =
Such a list, by itself, is not very useful. But when used with large and more complex data
structures like MATLAB structures and cell arrays, the comma-separated list can enable
you to simplify your MATLAB code.
2-74
Comma-Separated Lists
Extracting multiple elements from a cell array yields a comma-separated list. Given a 4-
by-6 cell array as shown here
C = cell(4,6);
for k = 1:24
C{k} = k*2;
end
C
C =
C{:,5}
ans =
34
ans =
36
ans =
38
ans =
40
C{1,5},C{2,5},C{3,5},C{4,5}
2-75
2 Program Components
For structures, extracting a field of the structure that exists across one of its dimensions
yields a comma-separated list.
Start by converting the cell array used above into a 4-by-1 MATLAB structure with six
fields: f1 through f6. Read field f5 for all rows and MATLAB returns a comma-
separated list:
S = cell2struct(C,{'f1','f2','f3','f4','f5','f6'},2);
S.f5
ans =
34
ans =
36
ans =
38
ans =
40
C = cell(4,6);
for k = 1:24
2-76
Comma-Separated Lists
C{k} = k*2;
end
[c1,c2,c3,c4,c5,c6] = C{1,1:6};
c5
c5 =
34
If you specify fewer output variables than the number of outputs returned by the
expression, MATLAB assigns the first N outputs to those N variables, and then discards
any remaining outputs. In this next example, MATLAB assigns C{1,1:3} to the
variables c1, c2, and c3, and then discards C{1,4:6}:
[c1,c2,c3] = C{1,1:6};
sf3 =
38
You also can use the deal function for this purpose.
This example uses deal to overwrite each element in a comma-separated list. First
create a list.
c{1} = [31 07];
c{2} = [03 78];
c{:}
ans =
31 7
2-77
2 Program Components
ans =
3 78
ans =
10 20
ans =
14 12
This example does the same as the one above, but with a comma-separated list of vectors
in a structure field:
s(1).field1 = [31 07];
s(2).field1 = [03 78];
s.field1
ans =
31 7
ans =
3 78
ans =
10 20
2-78
Comma-Separated Lists
ans =
14 12
The following sections provide examples of using comma-separated lists with cell arrays.
Each of these examples applies to MATLAB structures as well.
Constructing Arrays
You can use a comma-separated list to enter a series of elements when constructing a
matrix or array. Note what happens when you insert a list of elements as opposed to
adding the cell itself.
When you specify a list of elements with C{:, 5}, MATLAB inserts the four individual
elements:
A = {'Hello',C{:,5},magic(4)}
A =
When you specify the C cell itself, MATLAB inserts the entire cell array:
A = {'Hello',C,magic(4)}
A =
2-79
2 Program Components
Displaying Arrays
A{:}
ans =
Hello
ans =
ans =
16 2 3 13
5 11 10 8
9 7 6 12
4 14 15 1
Concatenation
Putting a comma-separated list inside square brackets extracts the specified elements
from the list and concatenates them:
A = [C{:,5:6}]
A =
34 36 38 40 42 44 46 48
When writing the code for a function call, you enter the input arguments as a list with
each argument separated by a comma. If you have these arguments stored in a structure
or cell array, then you can generate all or part of the argument list from the structure or
cell array instead. This can be especially useful when passing in variable numbers of
arguments.
2-80
Comma-Separated Lists
MATLAB functions can also return more than one value to the caller. These values are
returned in a list with each value separated by a comma. Instead of listing each return
value, you can use a comma-separated list with a structure or cell array. This becomes
more useful for those functions that have variable numbers of return values.
C =
fftshift uses vectors of indices to perform the swap. For the vector shown above, the
index [1 2 3 4 5 6] is rearranged to form a new index [4 5 6 1 2 3]. The function
then uses this index vector to reposition the elements. For a multidimensional array,
fftshift must construct an index vector for each dimension. A comma-separated list
makes this task much simpler.
2-81
2 Program Components
function y = fftshift(x)
numDims = ndims(x);
idx = cell(1,numDims);
for k = 1:numDims
m = size(x,k);
p = ceil(m/2);
idx{k} = [p+1:m 1:p];
end
y = x(idx{:});
end
The function stores the index vectors in cell array idx. Building this cell array is
relatively simple. For each of the N dimensions, determine the size of that dimension and
find the integer index nearest the midpoint. Then, construct a vector that swaps the two
halves of that dimension.
By using a cell array to store the index vectors and a comma-separated list for the
indexing operation, fftshift shifts arrays of any dimension using just a single
operation: y = x(idx{:}). If you were to use explicit indexing, you would need to write
one if statement for each dimension you want the function to handle:
if ndims(x) == 1
y = x(index1);
else if ndims(x) == 2
y = x(index1,index2);
end
end
Another way to handle this without a comma-separated list would be to loop over each
dimension, converting one dimension at a time and moving data each time. With a
comma-separated list, you move the data just once. A comma-separated list makes it very
easy to generalize the swapping operation to an arbitrary number of dimensions.
2-82
Alternatives to the eval Function
In this section...
“Why Avoid the eval Function?” on page 2-83
“Variables with Sequential Names” on page 2-83
“Files with Sequential Names” on page 2-84
“Function Names in Variables” on page 2-85
“Field Names in Variables” on page 2-85
“Error Handling” on page 2-86
• MATLAB compiles code the first time you run it to enhance performance for future
runs. However, because code in an eval statement can change at run time, it is not
compiled.
• Code within an eval statement can unexpectedly create or assign to a variable
already in the current workspace, overwriting existing data.
• Concatenated character vectors within an eval statement are often difficult to read.
Other language constructs can simplify the syntax in your code.
For many common uses of eval, there are preferred alternate approaches, as shown in
the following examples.
2-83
2 Program Components
For example, create a cell array that contains 10 elements, where each element is a
numeric array:
numArrays = 10;
A = cell(numArrays,1);
for n = 1:numArrays
A{n} = magic(n);
end
Access the data in the cell array by indexing with curly braces. For example, display the
fifth element of A:
A{5}
ans =
17 24 1 8 15
23 5 7 14 16
4 6 13 20 22
10 12 19 21 3
11 18 25 2 9
The assignment statement A{n} = magic(n) is more elegant and efficient than this
call to eval:
The best practice is to use function syntax, which allows you to pass variables as inputs.
For example:
2-84
Alternatives to the eval Function
currentFile = 'myfile1.mat';
save(currentFile)
You can construct file names within a loop using the sprintf function (which is usually
more efficient than int2str), and then call the save function without eval. This code
creates 10 files in the current folder:
numFiles = 10;
for n = 1:numFiles
randomData = rand(n);
currentFile = sprintf('myfile%d.mat',n);
save(currentFile,'randomData')
end
• Create function handles with the @ symbol or with the str2func function. For
example, run a function from a list stored in a cell array:
examples = {@odedemo,@sunspots,@fitdemo};
n = input('Select an example (1, 2, or 3): ');
examples{n}()
• Use the feval function. For example, call a plot function (such as plot, bar, or pie)
with data that you specify at run time:
plotFunction = input('Specify a plotting function: ','s');
data = input('Enter data to plot: ');
feval(plotFunction,data)
2-85
2 Program Components
If you enter weight at the input prompt, then you can find the minimum weight value
with the following command.
min(dataToUse)
ans =
90
For an additional example, see “Generate Field Names from Variables” on page 11-14.
Error Handling
The preferred method for error handling in MATLAB is to use a try, catch statement.
For example:
try
B = A;
catch exception
disp('A is undefined')
end
If your workspace does not contain variable A, then this code returns:
A is undefined
Previous versions of the documentation for the eval function include the syntax
eval(expression,catch_expr). If evaluating the expression input returns an
error, then eval evaluates catch_expr. However, an explicit try/catch is
significantly clearer than an implicit catch in an eval statement. Using the implicit
catch is not recommended.
2-86
Classes (Data Types)
87
3
There are 16 fundamental classes in MATLAB. Each of these classes is in the form of a
matrix or array. With the exception of function handles, this matrix or array is a
minimum of 0-by-0 in size and can grow to an n-dimensional array of any size. A function
handle is always scalar (1-by-1).
All of the fundamental MATLAB classes are shown in the diagram below:
Numeric classes in the MATLAB software include signed and unsigned integers, and
single- and double-precision floating-point numbers. By default, MATLAB stores all
numeric values as double-precision floating point. (You cannot change the default type
and precision.) You can choose to store any number, or array of numbers, as integers or
as single-precision. Integer and single-precision arrays offer more memory-efficient
storage than double-precision.
All numeric types support basic array operations, such as subscripting, reshaping, and
mathematical operations.
You can create two-dimensional double and logical matrices using one of two storage
formats: full or sparse. For matrices with mostly zero-valued elements, a sparse
3-2
Fundamental MATLAB Classes
matrix requires a fraction of the storage space required for an equivalent full matrix.
Sparse matrices invoke methods especially tailored to solve sparse problems.
These classes require different amounts of storage, the smallest being a logical value
or 8-bit integer which requires only 1 byte. It is important to keep this minimum size in
mind if you work on data in files that were written using a precision smaller than 8 bits.
3-3
3 Overview of MATLAB Classes
3-4
See Also
See Also
More About
• “Valid Combinations of Unlike Classes” on page 15-2
3-5
4
Numeric Classes
Integers
In this section...
“Integer Classes” on page 4-2
“Creating Integer Data” on page 4-3
“Arithmetic Operations on Integer Classes” on page 4-4
“Largest and Smallest Values for Integer Classes” on page 4-5
Integer Classes
MATLAB has four signed and four unsigned integer classes. Signed types enable you to
work with negative integers as well as positive, but cannot represent as wide a range of
numbers as the unsigned types because one bit is used to designate a positive or negative
sign for the number. Unsigned types give you a wider range of numbers, but these
numbers can only be zero or positive.
MATLAB supports 1-, 2-, 4-, and 8-byte storage for integer data. You can save memory
and execution time for your programs if you use the smallest integer type that
accommodates your data. For example, you do not need a 32-bit integer to store the value
100.
Here are the eight integer classes, the range of values you can store with each type, and
the MATLAB conversion function required to create that type:
Class Range of Values Conversion Function
Signed 8-bit integer -27 to 27-1 int8
Signed 16-bit integer -215 to 215-1 int16
Signed 32-bit integer -231 to 231-1 int32
Signed 64-bit integer -263
to 2 -1
63 int64
Unsigned 8-bit integer 0 to 2 -1
8 uint8
Unsigned 16-bit integer 0 to 2 -1
16 uint16
Unsigned 32-bit integer 0 to 2 -1
32 uint32
Unsigned 64-bit integer 0 to 264-1 uint64
4-2
Integers
For example, to store 325 as a 16-bit signed integer assigned to variable x, type
x = int16(325);
If the number being converted to an integer has a fractional part, MATLAB rounds to the
nearest integer. If the fractional part is exactly 0.5, then from the two equally nearby
integers, MATLAB chooses the one for which the absolute value is larger in magnitude:
x = 325.499;
int16(x)
ans =
int16
325
x = x + .001;
int16(x)
ans =
int16
326
If you need to round a number using a rounding scheme other than the default, MATLAB
provides four rounding functions: round, fix, floor, and ceil. The fix function
enables you to override the default and round towards zero when there is a nonzero
fractional part:
x = 325.9;
int16(fix(x))
ans =
int16
325
4-3
4 Numeric Classes
Arithmetic operations that involve both integers and floating-point always result in an
integer data type. MATLAB rounds the result, when necessary, according to the default
rounding algorithm. The example below yields an exact answer of 1426.75 which
MATLAB then rounds to the next highest integer:
int16(325) * 4.39
ans =
int16
1427
The integer conversion functions are also useful when converting other classes, such as
strings, to integers:
int8(str)
ans =
If you convert a NaN value into an integer class, the result is a value of 0 in that integer
class. For example,
int32(NaN)
ans =
int32
• Integers or integer arrays of the same integer data type. This yields a result that has
the same data type as the operands:
4-4
Integers
ans =
uint32
• Integers or integer arrays and scalar double-precision floating-point numbers. This
yields a result that has the same data type as the integer operands:
x = uint32([132 347 528]) .* 75.49;
class(x)
ans =
uint32
For all binary operations in which one operand is an array of integer data type (except
64-bit integers) and the other is a scalar double, MATLAB computes the operation using
element-wise double-precision arithmetic, and then converts the result back to the
original integer data type. For binary operations involving a 64-bit integer array and a
scalar double, MATLAB computes the operation as if 80-bit extended-precision
arithmetic were used, to prevent loss of precision.
You can also obtain these values with the intmax and intmin functions:
intmax('int8')
ans =
int8
127
intmin('int8')
ans =
int8
-128
If you convert a number that is larger than the maximum value of an integer data type to
that type, MATLAB sets it to the maximum value. Similarly, if you convert a number
that is smaller than the minimum value of the integer data type, MATLAB sets it to the
minimum value. For example,
4-5
4 Numeric Classes
x = int8(300)
x =
int8
127
x = int8(-300)
x =
int8
-128
Also, when the result of an arithmetic operation involving integers exceeds the maximum
(or minimum) value of the data type, MATLAB sets it to the maximum (or minimum)
value:
x = int8(100) * 3
x =
int8
127
x = int8(-100) * 3
x =
int8
-128
4-6
Floating-Point Numbers
Floating-Point Numbers
In this section...
“Double-Precision Floating Point” on page 4-7
“Single-Precision Floating Point” on page 4-7
“Creating Floating-Point Data” on page 4-8
“Arithmetic Operations on Floating-Point Numbers” on page 4-9
“Largest and Smallest Values for Floating-Point Classes” on page 4-11
“Accuracy of Floating-Point Data” on page 4-12
“Avoiding Common Problems with Floating-Point Arithmetic” on page 4-14
4-7
4 Numeric Classes
Bits Usage
22 to 0 Fraction f of the number 1.f
Because MATLAB stores numbers of type single using 32 bits, they require less
memory than numbers of type double, which use 64 bits. However, because they are
stored with fewer bits, numbers of type single are represented to less precision than
numbers of type double.
Because the default numeric type for MATLAB is double, you can create a double with
a simple assignment statement:
x = 25.783;
The whos function shows that MATLAB has created a 1-by-1 array of type double for
the value you just stored in x:
whos x
Name Size Bytes Class
x 1x1 8 double
Use isfloat if you just want to verify that x is a floating-point number. This function
returns logical 1 (true) if the input is a floating-point number, and logical 0 (false)
otherwise:
isfloat(x)
ans =
logical
4-8
Floating-Point Numbers
You can convert other numeric data, characters or strings, and logical data to double
precision using the MATLAB function, double. This example converts a signed integer
to double-precision floating point:
y = int64(-589324077574); % Create a 64-bit integer
Because MATLAB stores numeric data as a double by default, you need to use the
single conversion function to create a single-precision number:
x = single(25.783);
The whos function returns the attributes of variable x in a structure. The bytes field of
this structure shows that when x is stored as a single, it requires just 4 bytes compared
with the 8 bytes to store it as a double:
xAttrib = whos('x');
xAttrib.bytes
ans =
4
You can convert other numeric data, characters or strings, and logical data to single
precision using the single function. This example converts a signed integer to single-
precision floating point:
y = int64(-589324077574); % Create a 64-bit integer
single
-5.8932e+11
4-9
4 Numeric Classes
Double-Precision Operations
You can perform basic arithmetic operations with double and any of the following other
classes. When one or more operands is an integer (scalar or array), the double operand
must be a scalar. The result is of type double, except where noted otherwise:
This example performs arithmetic on data of types char and double. The result is of
type double:
c = 'uppercase' - 32;
class(c)
ans =
double
char(c)
ans =
UPPERCASE
Single-Precision Operations
You can perform basic arithmetic operations with single and any of the following other
classes. The result is always single:
• single
• double
• char
• logical
In this example, 7.5 defaults to type double, and the result is of type single:
class(x)
4-10
Floating-Point Numbers
ans =
single
The MATLAB functions realmax and realmin return the maximum and minimum
values that you can represent with the double data type:
ans =
The range for double is:
-1.79769e+308 to -2.22507e-308 and
2.22507e-308 to 1.79769e+308
Numbers larger than realmax or smaller than -realmax are assigned the values of
positive and negative infinity, respectively:
realmax + .0001e+308
ans =
Inf
-realmax - .0001e+308
ans =
-Inf
The MATLAB functions realmax and realmin, when called with the argument
'single', return the maximum and minimum values that you can represent with the
single data type:
ans =
4-11
4 Numeric Classes
realmax('single') + .0001e+038
ans =
single
Inf
-realmax('single') - .0001e+038
ans =
single
-Inf
Double-Precision Accuracy
Because there are only a finite number of double-precision numbers, you cannot
represent all numbers in double-precision storage. On any computer, there is a small gap
between each double-precision number and the next larger double-precision number. You
can determine the size of this gap, which limits the precision of your results, using the
eps function. For example, to find the distance between 5 and the next larger double-
precision number, enter
format long
eps(5)
ans =
8.881784197001252e-16
4-12
Floating-Point Numbers
This tells you that there are no double-precision numbers between 5 and 5 + eps(5). If
a double-precision computation returns the answer 5, the result is only accurate to
within eps(5).
The value of eps(x) depends on x. This example shows that, as x gets larger, so does
eps(x):
eps(50)
ans =
7.105427357601002e-15
If you enter eps with no input argument, MATLAB returns the value of eps(1), the
distance from 1 to the next larger double-precision number.
Single-Precision Accuracy
Similarly, there are gaps between any two single-precision numbers. If x has type
single, eps(x) returns the distance between x and the next larger single-precision
number. For example,
x = single(5);
eps(x)
returns
ans =
single
4.7684e-07
Note that this result is larger than eps(5). Because there are fewer single-precision
numbers than double-precision numbers, the gaps between the single-precision numbers
are larger than the gaps between double-precision numbers. This means that results in
single-precision arithmetic are less precise than in double-precision arithmetic.
For a number x of type double, eps(single(x)) gives you an upper bound for the
amount that x is rounded when you convert it from double to single. For example,
when you convert the double-precision number 3.14 to single, it is rounded by
double(single(3.14) - 3.14)
ans =
1.0490e-07
4-13
4 Numeric Classes
single
2.3842e-07
The decimal number 4/3 is not exactly representable as a binary fraction. For this
reason, the following calculation does not give zero, but rather reveals the quantity eps.
e = 1 - 3*(4/3 - 1)
e =
2.2204e-16
Similarly, 0.1 is not exactly representable as a binary number. Thus, you get the
following nonintuitive behavior:
a = 0.0;
for i = 1:10
a = a + 0.1;
end
a == 1
ans =
logical
4-14
Floating-Point Numbers
b = 1e-16 + 1 - 1e-16;
c = 1e-16 - 1e-16 + 1;
b == c
ans =
logical
There are gaps between floating-point numbers. As the numbers get larger, so do the
gaps, as evidenced by:
(2^53 + 1) - 2^53
ans =
0
Since pi is not really π, it is not surprising that sin(pi) is not exactly zero:
sin(pi)
ans =
1.224646799147353e-16
When subtractions are performed with nearly equal operands, sometimes cancellation
can occur unexpectedly. The following is an example of a cancellation caused by
swamping (loss of precision that makes the addition insignificant).
sqrt(1e-16 + 1) - 1
ans =
0
Some functions in MATLAB, such as expm1 and log1p, may be used to compensate for
the effects of catastrophic cancellation.
4-15
4 Numeric Classes
A = diag([2 eps]);
b = [2; eps];
y = A\b;
Warning: Matrix is close to singular or badly scaled.
Results may be inaccurate. RCOND = 1.110223e-16.
These are only a few of the examples showing how IEEE floating-point arithmetic affects
computations in MATLAB. Note that all computations performed in IEEE 754 arithmetic
are affected, this includes applications written in C or FORTRAN, as well as MATLAB.
References
[1] Moler, Cleve. “Floating Points.” MATLAB News and Notes. Fall, 1996.
[2] Moler, Cleve. Numerical Computing with MATLAB. Natick, MA: The MathWorks,
Inc., 2004.
4-16
Complex Numbers
Complex Numbers
The following statement shows one way of creating a complex value in MATLAB. The
variable x is assigned a complex number with a real part of 2 and an imaginary part of 3:
x = 2 + 3i;
Another way to create a complex number is using the complex function. This function
combines two numeric inputs into a complex output, making the first input real and the
second imaginary:
x = rand(3) * 5;
y = rand(3) * -8;
z = complex(x, y)
z =
4.7842 -1.0921i 0.8648 -1.5931i 1.2616 -2.2753i
2.6130 -0.0941i 4.8987 -2.3898i 4.3787 -3.7538i
4.4007 -7.1512i 1.3572 -5.2915i 3.6865 -0.5182i
You can separate a complex number into its real and imaginary parts using the real
and imag functions:
zr = real(z)
zr =
4.7842 0.8648 1.2616
2.6130 4.8987 4.3787
4.4007 1.3572 3.6865
zi = imag(z)
zi =
-1.0921 -1.5931 -2.2753
-0.0941 -2.3898 -3.7538
-7.1512 -5.2915 -0.5182
4-17
4 Numeric Classes
Infinity
MATLAB represents infinity by the special value inf. Infinity results from operations
like division by zero and overflow, which lead to results too large to represent as
conventional floating-point values. MATLAB also provides a function called inf that
returns the IEEE arithmetic representation for positive infinity as a double scalar
value.
Several examples of statements that return positive or negative infinity in MATLAB are
shown here.
x = 1/0 x = 1.e1000
x = x =
Inf Inf
x = exp(1000) x = log(0)
x = x =
Inf -Inf
isinf(x)
ans =
1
NaN
MATLAB represents values that are not real or complex numbers with a special value
called NaN, which stands for “Not a Number”. Expressions like 0/0 and inf/inf result
in NaN, as do any arithmetic operations involving a NaN:
x = 0/0
x =
4-18
Infinity and NaN
NaN
whos x
Name Size Bytes Class
x 1x1 8 double
The NaN function returns one of the IEEE arithmetic representations for NaN as a
double scalar value. The exact bit-wise hexadecimal representation of this NaN value is,
format hex
x = NaN
x =
fff8000000000000
Always use the isnan function to verify that the elements in an array are NaN:
isnan(x)
ans =
MATLAB preserves the “Not a Number” status of alternate NaN representations and
treats all of the different representations of NaN equivalently. However, in some special
cases (perhaps due to hardware limitations), MATLAB does not preserve the exact bit
pattern of alternate NaN representations throughout an entire calculation, and instead
uses the canonical NaN bit pattern defined above.
Because two NaNs are not equal to each other, logical operations involving NaN always
return false, except for a test for inequality, (NaN ~= NaN):
NaN > NaN
ans =
0
4-19
4 Numeric Classes
NaN ~= NaN
ans =
1
4-20
Identifying Numeric Classes
4-21
4 Numeric Classes
Default Display
By default, MATLAB displays numeric output as 5-digit scaled, fixed-point values. You
can change the way numeric values are displayed to any of the following:
• 5-digit scaled fixed point, floating point, or the best of the two
• 15-digit scaled fixed point, floating point, or the best of the two
• A ratio of small integers
• Hexadecimal (base 16)
• Bank notation
To change the numeric display setting, use either the format function or the
Preferences dialog box (accessible from the MATLAB File menu). The format function
changes the display of numeric values for the duration of a single MATLAB session,
while your Preferences settings remain active from one session to the next. These
settings affect only how numbers are displayed, not how MATLAB computes or saves
them.
4-22
Display Format for Numeric Values
Set the value for x and display in 5-digit scaled fixed point:
x = [4/3 1.2345e-6]
x =
1.3333 0.0000
format rational
x
x =
4/3 1/810045
Set an integer value for x and display it in hexadecimal (base 16) format:
format hex
x = uint32(876543210)
x =
343efcea
4-23
4 Numeric Classes
set(0,'format', origFormat);
4-24
5
In this section...
“Apply a Single Condition” on page 5-2
“Apply Multiple Conditions” on page 5-4
“Replace Values that Meet a Condition” on page 5-5
A =
13 2 3 3 10
14 5 15 7 1
2 9 15 14 13
14 15 8 12 15
10 15 13 15 11
Use the relational less than operator, <, to determine which elements of A are less than 9.
Store the result in B.
B = A < 9
B =
0 1 1 1 0
0 1 0 1 1
5-2
Find Array Elements That Meet a Condition
1 0 0 0 0
0 0 1 0 0
0 0 0 0 0
The result is a logical matrix. Each value in B represents a logical 1 (true) or logical 0
(false) state to indicate whether the corresponding element of A fulfills the condition A
< 9. For example, A(1,1) is 13, so B(1,1) is logical 0 (false). However, A(1,2) is 2,
so B(1,2) is logical 1 (true).
Although B contains information about which elements in A are less than 9, it doesn’t tell
you what their values are. Rather than comparing the two matrices element by element,
use B to index into A.
A(B)
ans =
2
2
5
3
8
3
7
1
The result is a column vector of the elements in A that are less than 9. Since B is a logical
matrix, this operation is called logical indexing. In this case, the logical array being used
as an index is the same size as the other array, but this is not a requirement. For more
information, see “Using Logicals in Array Indexing”.
Some problems require information about the locations of the array elements that meet a
condition rather than their actual values. In this example, use the find function to
locate all of the elements in A less than 9.
I = find(A < 9)
I =
3
6
7
11
5-3
5 The Logical Class
14
16
17
22
The result is a column vector of linear indices. Each index describes the location of an
element in A that is less than 9, so in practice A(I) returns the same result as A(B). The
difference is that A(B) uses logical indexing, whereas A(I) uses linear indexing.
First, use the logical and operator, denoted &, to specify two conditions: the elements
must be less than 9 AND greater than 2. Specify the conditions as a logical index to view
the elements that satisfy both conditions.
ans =
5
3
8
3
7
The result is a list of the elements in A that satisfy both conditions. Be sure to specify
each condition with a separate statement connected by a logical operator. For example,
you cannot specify the conditions above by A(2<A<9), since it evaluates to A(2<A |
A<9).
Next, find the elements in A that are less than 9 AND even numbered.
ans =
2
2
8
5-4
Find Array Elements That Meet a Condition
The result is a list of all even elements in A that are less than 9. The use of the logical
NOT operator, ~, converts the matrix mod(A,2) into a logical matrix, with a value of
logical 1 (true) located where an element is evenly divisible by 2.
Finally, find the elements in A that are less than 9 AND even numbered AND not equal
to 2.
A(A<9 & ~mod(A,2) & A~=2)
ans =
The result, 8, is even, less than 9, and not equal to 2. It is the only element in A that
satisfies all three conditions.
Use the find function to get the index of the 8 element that satisfies the conditions.
ans =
14
Replace all values in A that are greater than 10 with the number 10.
A(A>10) = 10
A =
10 2 3 3 10
10 5 10 7 1
2 9 10 10 10
10 10 8 10 10
10 10 10 10 10
5-5
5 The Logical Class
Replace all values in A that are not equal to 10 with a NaN value.
A(A~=10) = NaN
A =
Replace all of the NaN values in A with zeros and apply the logical NOT operator, ~A.
A(isnan(A)) = 0;
C = ~A
C =
0 1 1 1 0
0 1 0 1 1
1 1 0 0 0
0 0 1 0 0
0 0 0 0 0
The resulting matrix has values of logical 1 (true) in place of the NaN values, and logical
0 (false) in place of the 10s. The logical NOT operation, ~A, converts the numeric array
into a logical array such that A&C returns a matrix of logical 0 (false) values and A|C
returns a matrix of logical 1 (true) values.
See Also
Logical Operators: Short Circuit | and | find | isnan | nan | not | or | xor
5-6
Determine if Arrays Are Logical
In this section...
“Identify Logical Matrix” on page 5-7
“Test an Entire Array” on page 5-8
“Test Each Array Element” on page 5-8
“Summary Table” on page 5-9
A =
1 0 0 0 1 0
0 1 0 1 1 1
1 1 1 1 0 1
Use the whos function to confirm the size, byte count, and class (or data type) of the
matrix, A.
whos A
A 3x6 18 logical
5-7
5 The Logical Class
islogical(A)
ans =
Use the class function to display a string with the class name of A.
class(A)
ans =
logical
ans =
0 0 1 1 0 1
arrayfun(@islogical,A)
ans =
1 1 1 1 1 1
5-8
Determine if Arrays Are Logical
1 1 1 1 1 1
1 1 1 1 1 1
Summary Table
Use these MATLAB functions to determine if an array is logical.
Function Syntax Output Size Description
whos(A) N/A Displays the name, size,
storage bytes, class, and
attributes of variable A.
islogical(A) scalar Returns logical 1 (true) if A
is a logical array; otherwise,
it returns logical 0 (false).
The result is the same as
using isa(A,'logical').
isa(A,'logical') scalar Returns logical 1 (true) if A
is a logical array; otherwise,
it returns logical 0 (false).
The result is the same as
using islogical(A).
class(A) single string Returns a string with the
name of the class of variable
A.
cellfun('islogical',A) Array of the same size as A For cell arrays only.
Returns logical 1 (true) for
each cell that contains a
logical array; otherwise, it
returns logical 0 (false).
arrayfun(@islogical,A) Array of the same size as A Returns an array of logical
1 (true) values if A is
logical; otherwise, it returns
an array of logical 0 (false)
values.
5-9
5 The Logical Class
See Also
arrayfun | cellfun | class | isa | islogical | whos
5-10
Reduce Logical Arrays to Single Value
The any and all functions are natural extensions of the logical | (OR) and & (AND)
operators, respectively. However, rather than comparing just two elements, the any and
all functions compare all of the elements in a particular dimension of an array. It is as if
all of those elements are connected by & or | operators and the any or all functions
evaluate the resulting long logical expression(s). Therefore, unlike the core logical
operators, the any and all functions reduce the size of the array dimension that they
operate on so that it has size 1. This enables the reduction of many logical values into a
single logical condition.
First, create a matrix, A, that contains random integers between 1 and 25.
rng(0)
A = randi(25,5)
A =
21 3 4 4 17
23 7 25 11 1
4 14 24 23 22
23 24 13 20 24
16 25 21 24 17
Next, use the mod function along with the logical NOT operator, ~, to determine which
elements in A are even.
A = ~mod(A,2)
A =
0 0 1 1 0
0 0 0 0 0
1 1 1 0 1
0 1 0 1 1
1 0 0 1 0
The resulting matrices have values of logical 1 (true) where an element is even, and
logical 0 (false) where an element is odd.
5-11
5 The Logical Class
Since the any and all functions reduce the dimension that they operate on to size 1, it
normally takes two applications of one of the functions to reduce a 2–D matrix into a
single logical condition, such as any(any(A)). However, if you use the notation A(:) to
regard all of the elements of A as a single column vector, you can use any(A(:)) to get
the same logical information without nesting the function calls.
any(A(:))
ans =
You can perform logical and relational comparisons within the function call to any or
all. This makes it easy to quickly test an array for a variety of properties.
all(~A(:))
ans =
any(diag(A) | diag(A,1))
Error using |
Inputs must have the same size.
MATLAB returns an error since the vectors returned by diag(A) and diag(A,1) are
not the same size.
To reduce each diagonal to a single scalar logical condition and allow logical short-
circuiting, use the any function on each side of the short-circuit OR operator, ||.
any(diag(A)) || any(diag(A,1))
5-12
See Also
ans =
The result is logical 1 (true). It no longer matters that diag(A) and diag(A,1) are not
the same size.
See Also
Logical Operators: Short Circuit | all | and | any | or | xor
5-13
5 The Logical Class
A & B A | B xor(A,B) ~A
0 0 0 0 0 1
0 1 0 1 1 1
1 0 0 1 1 0
1 1 1 1 0 0
See Also
Logical Operators: Short Circuit | and | not | or | xor
5-14
6
chr =
'Hello, world'
Character vectors store characters as 1-by-n vectors. You can index directly into
character vectors to get characters, or to change them.
chr(1:5)
ans =
'Hello'
chr(1:5) = 'HELLO';
chr
chr =
'HELLO, world'
You can work with character vectors just as you would with arrays of any other type. For
example, you can concatenate character vectors.
street = '123 Maple St.';
city = 'Lakeview, MA 01234';
fullAddress = [street ', ' city]
fullAddress =
'123 Maple St., Lakeview, MA 01234'
Typical uses for character vectors include specifying file names, plot labels, or input
arguments for functions. For more information on character arrays, see “Create
Character Arrays” on page 6-5.
6-2
Represent Text with Character and String Arrays
You also can store text in string arrays. Each element of a string array stores a 1-by-n
character vector.
Starting in R2017a, you can create strings using double quotes. MATLAB® displays
strings with double quotes.
str = "Welcome, friend"
str =
"Welcome, friend"
As an alternative, you can convert a character vector to a string using the string
function.
chr = 'Hello, world';
str = string(chr)
str =
"Hello, world"
str is a 1-by-1 string, or string scalar. To find the number of characters in a string, use
the strlength function.
whos str
strlength(str)
ans = 12
You can store multiple pieces of text in a string array. Each element of the array can
contain a string of a different size.
str = ["Mercury","Gemini","Apollo";...
"Skylab","Skylab B","ISS"]
6-3
6 Characters and Strings
str is a 2-by-3 string array. You can find the lengths of the strings with the strlength
function.
whos str
L = strlength(str)
L =
7 6 6
6 8 3
As an alternative, you also can convert a cell array of character vectors to a string array
using the string function.
C = {'Mercury','Venus','Earth'};
str = string(C)
Use string arrays to store and work with multiple pieces of text. You can find and replace
substrings, sort and reshape string arrays, and work with text as data. For more
information on string arrays, see “Create String Arrays” on page 6-11.
See Also
cellstr | char | string | strlength
Related Examples
• “Create Character Arrays” on page 6-5
• “Create String Arrays” on page 6-11
• “Analyze Text Data with String Arrays” on page 6-23
• “Cell Arrays of Character Vectors” on page 6-20
6-4
Create Character Arrays
chr =
'Hello, world'
Character vectors are 1-by-n arrays of type char. In computer programming, string is a
frequently-used term for a 1-by-n array of characters. However, starting in R2016b
MATLAB also provides a string data type, so 1-by-n character arrays are referred to as
character vectors in MATLAB documentation.
whos chr
If the text contains a single quotation mark, include two quotation marks when assigning
the character vector.
newChr = 'You''re right'
newChr =
'You're right'
chrNumeric = uint16(chr)
chrNumeric =
6-5
6 Characters and Strings
chrAlpha =
'Hello, world'
However, it is recommended that you store character vectors in a cell array on page 6-
20, instead of using m-by-n character arrays. Cell arrays are flexible containers that
allow you to easily store character vectors of varying length.
• Apply the MATLAB concatenation operator, []. Separate each row with a semicolon
(;). Each row must contain the same number of characters. For example, combine
three character vectors of equal length:
devTitle = ['Thomas R. Lee'; ...
'Sr. Developer'; ...
'SFTware Corp.']
devTitle =
'Thomas R. Lee'
'Sr. Developer'
'SFTware Corp.'
If the character vectors have different lengths, pad with space characters as needed.
For example:
6-6
Create Character Arrays
mgrTitle =
mgrTitle =
To combine character vectors into a single row vector, use square brackets or the strcat
function.
• Apply the MATLAB concatenation operator, []. Separate the input character vectors
with a comma or a space. This method preserves any trailing spaces in the input
arrays.
MATLAB returns
6-7
6 Characters and Strings
fullName =
MATLAB returns
address =
'myname@mydomain.com'
Identify Characters
Use any of the following functions to identify a character array, or certain characters in a
character array.
Function Description
ischar Determine whether the input is a character array
isletter Find all alphabetic letters in the input character array
isspace Find all space characters in the input character array
isstrprop Find all characters of a specific category
find(isspace(chr))
ans =
5 9 15 26 29 34 44
6-8
Create Character Arrays
chr =
' '
Insert a few nonspace characters in the middle of the blank character vector.
chr(6:10) = 'AAAAA'
chr =
You can justify the positioning of these characters to the left or right using the strjust
function:
chrLeft = strjust(chr,'left')
chrLeft =
'AAAAA '
chrRight = strjust(chr,'right')
chrRight =
' AAAAA'
chrDeblank =
' AAAAA'
6-9
6 Characters and Strings
chrTrim =
'AAAAA'
6-10
Create String Arrays
MATLAB® provides string arrays to store pieces of text. Each element of a string array
contains a 1-by-N character vector.
str =
"Hello, world"
As an alternative, you can convert a character vector to a string using the string
function. chr is a 1-by-17 character vector. str is a 1-by-1 string that has the same text
as the character vector.
chr = 'Greetings, friend'
chr =
'Greetings, friend'
str = string(chr)
str =
"Greetings, friend"
Create a string array using the [] operator. str is a 2-by-3 string array that contains six
strings.
str = ["Mercury","Gemini","Apollo";
"Skylab","Skylab B","ISS"]
6-11
6 Characters and Strings
Find the length of each string in str with the strlength function. Use strlength, not
length, to determine the number of characters in strings.
L = strlength(str)
L =
7 6 6
6 8 3
As an alternative, you can convert a cell array of character vectors to a string array using
the string function. MATLAB® displays strings in string arrays with double quotes,
and displays characters vectors in cell arrays with single quotes.
C = {'Mercury','Venus','Earth'}
str = string(C)
In addition to character vectors, you can convert numeric, datetime, duration, and
categorical values to strings using the string function.
ans =
"19-Sep-2017 18:37:45"
6-12
Create String Arrays
Also, you can read text from files into string arrays using the readtable, textscan,
and fscanf functions.
String arrays can contain both empty and missing values. An empty string contains zero
characters. When you display an empty string, the result is a pair of double quotes with
nothing between them (""). The missing string is the string equivalent to NaN for
numeric arrays. It indicates where a string array has missing values. When you display a
missing string, the result is <missing>, with no quotation marks.
Create an empty string array using the strings function. When you call strings with
no arguments, it returns an empty string. Note that the size of str is 1-by-1, not 0-by-0.
However, str contains zero characters.
str = strings
str =
""
Create an empty character vector using single quotes. Note that the size of chr is 0-by-0.
chr = ''
chr =
Create a string array where every element is an empty string. You can preallocate a
string array with the strings function.
str = strings(2,3)
To create a missing string, convert a missing value using the string function. The
missing string displays as <missing>.
str = string(missing)
str =
<missing>
6-13
6 Characters and Strings
You can create a string array with both empty and missing strings. Use the ismissing
function to determine which elements are strings with missing values. Note that the
empty string is not a missing string.
str(1) = "";
str(2) = "Gemini";
str(3) = string(missing)
ismissing(str)
Compare a missing string to another string. The result is always 0 (false), even when
you compare a missing string to another missing string.
str = string(missing);
str == "Gemini"
ans = logical
0
str == string(missing)
ans = logical
0
String arrays support array operations such as indexing and reshaping. Use array
indexing to access the first row of str and all of the columns.
str = ["Mercury","Gemini","Apollo";
"Skylab","Skylab B","ISS"];
str(1,:)
6-14
Create String Arrays
ans =
"Skylab B"
Assign a new string outside the bounds of str. MATLAB® expands the array and fills
unallocated elements with missing values.
str(3,4) = "Mir"
You can index into a string array using curly braces, {}, to access characters directly.
Use curly braces when you need to access and modify characters within a string element.
Indexing with curly braces provides compatibility for code that could work with either
string arrays or cell arrays of character vectors. But whenever possible, use string
functions to work with the characters in strings.
Access the second element in the second row with curly braces. chr is a character vector,
not a string.
str = ["Mercury","Gemini","Apollo";
"Skylab","Skylab B","ISS"];
chr = str{2,2}
chr =
'Skylab B'
Access the character vector and return the first three characters.
str{2,2}(1:3)
ans =
'Sky'
Find the space characters in a string and replace them with dashes. Use the isspace
function to inspect individual characters within the string. isspace returns a logical
6-15
6 Characters and Strings
vector that contains a true value wherever there is a space character. Finally, display the
modified string element, str(2,2).
tf = isspace(str{2,2})
str{2,2}(tf) = "-";
str(2,2)
ans =
"Skylab-B"
Note that in this case, you can also replace spaces using the replace function, without
resorting to curly brace indexing.
replace(str(2,2)," ","-")
ans =
"Skylab-B"
Concatenate strings into a string array just as you would concatenate arrays of any other
kind.
Transpose str1 and str2. Concatenate them and then vertically concatenate column
headings onto the string array. When you concatenate character vectors into a string
array, the character vectors are automatically converted to strings.
str1 = str1';
str2 = str2';
str = [str1 str2];
str = [["Mission:","Station:"] ; str]
6-16
Create String Arrays
To append text to strings, use the plus operator, +. The plus operator appends text to
strings but does not change the size of a string array.
Append a last name to an array of names. If you append a character vector to strings,
then the character vector is automatically converted to a string.
names = ["Mary";"John";"Elizabeth";"Paul";"Ann"];
names = names + ' Smith'
Append different last names. You can append text to a string array from a string array or
from a cell array of character vectors. When you add nonscalar arrays, they must be the
same size.
names = ["Mary";"John";"Elizabeth";"Paul";"Ann"];
lastnames = ["Jones";"Adams";"Young";"Burns";"Spencer"];
names = names + " " + lastnames
Append a missing string. When you append a missing string with the plus operator, the
output is a missing string.
6-17
6 Characters and Strings
str1 = "Jones";
str2 = string(missing);
str1 + str2
ans =
<missing>
MATLAB® provides a rich set of functions to work with string arrays. For example, you
can use the split, join, and sort functions to rearrange the string array names so
that the names are in alphabetical order by last name.
Split names on the space characters. Splitting changes names from a 5-by-1 string array
to a 5-by-2 array.
names = ["Mary Jones";"John Adams";"Elizabeth Young";"Paul Burns";"Ann Spencer"];
names = split(names)
Switch the columns of names so that the last names are in the first column. Add a
comma after each last name.
names = [names(:,2) names(:,1)];
names(:,1) = names(:,1) + ','
Join the last and first names. The join function places a space character between the
strings it joins. After the join, names is a 5-by-1 string array.
names = join(names)
6-18
See Also
names = sort(names)
See Also
ismissing | isspace | join | plus | sort | split | string | strings |
strlength
Related Examples
• “Analyze Text Data with String Arrays” on page 6-23
• “Search and Replace Text” on page 6-53
• “Compare Text” on page 6-46
• “Test for Empty Strings and Missing Values” on page 6-30
6-19
6 Characters and Strings
Convert a character array to a cell array of character vectors. data is padded with spaces
so that each row has an equal number of characters. Use cellstr to convert the
character array.
data = ['Allison Jones';'Development ';'Phoenix '];
celldata = cellstr(data)
celldata =
{'Allison Jones'}
{'Development' }
{'Phoenix' }
data is a 3-by-13 character array, while celldata is a 3-by-1 cell array of character
vectors. cellstr also strips the blank spaces at the ends of the rows of data.
The iscellstr function determines if the input argument is a cell array of character
vectors. It returns a logical 1 (true) in the case of celldata:
iscellstr(celldata)
ans =
logical
6-20
Cell Arrays of Character Vectors
chr =
'Allison Jones'
'Development '
'Phoenix '
For more information on cell arrays, see “Access Data in Cell Array” on page 12-5.
While the phrase "cell array of strings" frequently has been used to describe such arrays,
the phrase is not accurate because such a cell array holds character vectors, not strings.
Starting in R2016b, MATLAB provides string arrays as another means of storing text. If
you create variables that have the string data type, store them in string arrays, not cell
arrays.
You can also use the following set functions with cell arrays of character vectors.
Function Description
intersect Set the intersection of two vectors.
ismember Detect members of a set.
setdiff Return the set difference of two vectors.
setxor Set the exclusive OR of two vectors.
6-21
6 Characters and Strings
Function Description
union Set the union of two vectors.
unique Set the unique elements of a vector.
6-22
Analyze Text Data with String Arrays
Read text from Shakespeare's Sonnets with the fileread function. fileread returns
the text as a 1-by-100266 character vector.
sonnets = fileread('sonnets.txt');
sonnets(1:35)
ans =
'THE SONNETS
by William Shakespeare'
Convert the text to a string using the string function. Then, split it on newline
characters using the splitlines function. sonnets becomes a 2625-by-1 string array,
where each string contains one line from the poems. Display the first five lines of
sonnets.
sonnets = string(sonnets);
sonnets = splitlines(sonnets);
sonnets(1:5)
To calculate the frequency of the words in sonnets, first clean it by removing empty
strings and punctuation marks. Then reshape it into a string array that contains
individual words as elements.
Remove the strings with zero characters ("") from the string array. Compare each
element of sonnets to "", the empty string. Starting in R2017a, you can create strings,
6-23
6 Characters and Strings
including an empty string, using double quotes. TF is a logical vector that contains a true
value wherever sonnets contains a string with zero characters. Index into sonnets
with TF and delete all strings with zero characters.
TF = (sonnets == "");
sonnets(TF) = [];
sonnets(1:10)
Replace some punctuation marks with space characters. For example, replace periods,
commas, and semi-colons. Keep apostrophes because they can be part of some words in
the Sonnets, such as light's.
p = [".","?","!",",",";",":"];
sonnets = replace(sonnets,p," ");
sonnets(1:10)
Strip leading and trailing space characters from each element of sonnets.
6-24
Analyze Text Data with String Arrays
sonnets = strip(sonnets);
sonnets(1:10)
Split sonnets into a string array whose elements are individual words. You can use the
split function to split elements of a string array on whitespace characters, or on
delimiters that you specify. However, split requires that every element of a string
array must be divisible into an equal number of new strings. The elements of sonnets
have different numbers of spaces, and therefore are not divisible into equal numbers of
strings. To use the split function on sonnets, write a for-loop that calls split on one
element at a time.
Create the empty string array sonnetWords using the strings function. Write a for-
loop that splits each element of sonnets using the split function. Concatenate the
output from split onto sonnetWords. Each element of sonnetWords is an individual
word from sonnets.
sonnetWords = strings(0);
for i = 1:length(sonnets)
sonnetWords = [sonnetWords ; split(sonnets(i))];
end
sonnetWords(1:10)
6-25
6 Characters and Strings
"fairest"
"creatures"
"we"
Find the unique words in sonnetWords. Count them and sort them based on their
frequency.
To count words that differ only by case as the same word, convert sonnetWords to
lowercase. For example, The and the count as the same word. Find the unique words
using the unique function. Then, count the number of times each unique word occurs
using the histcounts function.
sonnetWords = lower(sonnetWords);
[words,~,idx] = unique(sonnetWords);
numOccurrences = histcounts(idx,numel(words));
Sort the words in sonnetWords by number of occurrences, from most to least common.
[rankOfOccurrences,rankIndex] = sort(numOccurrences,'descend');
wordsByFrequency = words(rankIndex);
Plot the occurrences of words in the Sonnets from the most to least common words. Zipf's
Law states that the distribution of occurrences of words in a large body text follows a
power-law distribution.
loglog(rankOfOccurrences);
xlabel('Rank of word (most to least common)');
ylabel('Number of Occurrences');
6-26
Analyze Text Data with String Arrays
wordsByFrequency(1:10)
6-27
6 Characters and Strings
"thou"
Calculate the total number of occurrences of each word in sonnetWords. Calculate the
number of occurrences as a percentage of the total number of words, and calculate the
cumulative percentage from most to least common. Write the words and the basic
statistics for them to a table.
numOccurrences = numOccurrences(rankIndex);
numOccurrences = numOccurrences';
numWords = length(sonnetWords);
T = table;
T.Words = wordsByFrequency;
T.NumOccurrences = numOccurrences;
T.PercentOfText = numOccurrences / numWords * 100.0;
T.CumulativePercentOfText = cumsum(numOccurrences) / numWords * 100.0;
ans=10x4 table
Words NumOccurrences PercentOfText CumulativePercentOfText
______ ______________ _____________ _______________________
6-28
See Also
The most common word in the Sonnets, and, occurs 490 times. Together, the ten most
common words account for 20.163% of the text.
See Also
histcounts | join | lower | replace | sort | split | splitlines | string |
strip | table | unique
Related Examples
• “Create String Arrays” on page 6-11
• “Search and Replace Text” on page 6-53
• “Compare Text” on page 6-46
• “Test for Empty Strings and Missing Values” on page 6-30
6-29
6 Characters and Strings
You can test a string array for empty strings using the == operator.
Starting in R2017a, you can create an empty string using double quotes with nothing
between them (""). Note that the size of str is 1-by-1, not 0-by-0. However, str contains
zero characters.
str = ""
str =
""
Create an empty character vector using single quotes. Note that the size of chr is 0-by-0.
The character array chr actually is an empty array, and not just an array with zero
characters.
chr = ''
chr =
Create an array of empty strings using the strings function. Each element of the array
is a string with no characters.
str2 = strings(1,3)
6-30
Test for Empty Strings and Missing Values
if (str == "")
disp 'str has zero characters'
end
Do not use the isempty function to test for empty strings. A string with zero characters
still has a size of 1-by-1. However, you can test if a string array has at least one
dimension with a size of zero using the isempty function.
Create an empty string array using the strings function. To be an empty array, at least
one dimension must have a size of zero.
str = strings(0,3)
str =
isempty(str)
ans = logical
1
Test a string array for empty strings. The == operator returns a logical array that is the
same size as the string array.
str = ["Mercury","","Apollo"]
str == ''
6-31
6 Characters and Strings
Strings always contain the empty string as a substring. In fact, the empty string is
always at both the start and the end of every string. Also, the empty string is always
found between any two consecutive characters in a string.
TF = logical
1
TF = startsWith(str,"")
TF = logical
1
Count the number of characters in str. Then count the number of empty strings in str.
The count function counts empty strings at the beginning and end of str, and between
each pair of characters. Therefore if str has N characters, it also has N+1 empty strings.
str
str =
"Hello, world"
strlength(str)
ans = 12
count(str,"")
ans = 13
Replace a substring with the empty string. When you call replace with an empty string,
it removes the substring and replaces it with a string that has zero characters.
replace(str,"world","")
6-32
Test for Empty Strings and Missing Values
ans =
"Hello, "
Insert a substring after empty strings using the insertAfter function. Because there
are empty strings between each pair of characters, insertAfter inserts substrings
between each pair.
insertAfter(str,"","-")
ans =
"-H-e-l-l-o-,- -w-o-r-l-d-"
In general, string functions that replace, erase, extract, or insert substrings allow you to
specify empty strings as the starts and ends of the substrings to modify. When you do so,
these functions operate on the start and end of the string, and between every pair of
characters.
You can test a string array for missing values using the ismissing function. The
missing string is the string equivalent to NaN for numeric arrays. It indicates where a
string array has missing values. The missing string displays as <missing>.
To create a missing string, convert a missing value using the string function.
str = string(missing)
str =
<missing>
You can create a string array with both empty and missing strings. Use the ismissing
function to determine which elements are strings with missing values. Note that the
empty string is not a missing string.
str(1) = "";
str(2) = "Gemini";
str(3) = string(missing)
ismissing(str)
6-33
6 Characters and Strings
Compare str to a missing string. The comparison is always 0 (false), even when you
compare a missing string to another missing string.
str == string(missing)
To find missing strings, use the ismissing function. Do not use the == operator.
See Also
contains | endsWith | eq | erase | eraseBetween | extractAfter |
extractBefore | extractBetween | insertAfter | insertBefore | ismissing |
replace | replaceBetween | startsWith | string | strings | strlength
Related Examples
• “Create String Arrays” on page 6-11
• “Analyze Text Data with String Arrays” on page 6-23
• “Search and Replace Text” on page 6-53
• “Compare Text” on page 6-46
6-34
Formatting Text
Formatting Text
To convert data to text and control its format, you can use formatting operators with
common conversion functions, such as num2str and sprintf. These operators control
notation, alignment, significant digits, and so on. They are similar to those used by the
printf function in the C programming language. Typical uses for formatted text include
text for display and output files.
For example, %f converts floating-point values to text using fixed-point notation. Adjust
the format by adding information to the operator, such as %.2f to represent two digits
after the decimal mark, or %12f to represent 12 characters in the output, padding with
spaces as needed.
A = pi*ones(1,3);
txt = sprintf('%f | %.2f | %12f', A)
txt =
'3.141593 | 3.14 | 3.141593'
You can combine operators with ordinary text and special characters in a format
specifier. For instance, \n inserts a newline character.
txt =
'Displaying pi:
3.141593
3.14
3.141593'
Functions that support formatting operators are compose, num2str, sprintf, fprintf,
and the error handling functions assert, error, warning, and MException.
6-35
6 Characters and Strings
% 3$ 0 12 .5 b u
Conversion Character
The conversion character specifies the notation of the output. It consists of a single
character and appears last in the format specifier.
Specifier Description
c Single character.
d Decimal notation (signed).
e Exponential notation (using a lowercase e, as in 3.1415e+00).
E Exponential notation (using an uppercase E, as in 3.1415E+00).
f Fixed-point notation.
g The more compact of %e or %f. (Insignificant zeroes do not print.)
G Same as %g, but using an uppercase E.
o Octal notation (unsigned).
s Character vector or string array.
u Decimal notation (unsigned).
x Hexadecimal notation (unsigned, using lowercase letters a–f).
X Hexadecimal notation (unsigned, using uppercase letters A–F).
For example, format the number 46 using different conversion characters to display the
number in decimal, fixed-point, exponential, and hexadecimal formats.
A = 46*ones(1,4);
txt = sprintf('%d %f %e %X', A)
txt =
'46 46.000000 4.600000e+01 2E'
6-36
Formatting Text
Subtype
The subtype field is a single alphabetic character that immediately precedes the
conversion character. Without the subtype field, the conversion characters %o, %x, %X,
and %u treat input data as integers. To treat input data as floating-point values instead
and convert them to octal, decimal, or hexadecimal representations, use one of following
subtype specifiers.
b The input data are double-precision floating-point values rather than unsigned
integers. For example, to print a double-precision value in hexadecimal, use a
format like %bx.
t The input data are single-precision floating-point values rather than unsigned
integers.
Precision
txt =
'157.08 1.6e+02 157.079633 157.08'
While you can specify the precision in a formatting operator for input text (for example,
in the %s operator), there is usually no reason to do so. If you specify the precision as p,
and p is less than the number of characters in the input text, then the output contains
only the first p characters.
Field Width
The field width in a formatting operator is a nonnegative integer that specifies the
number of digits or characters in the output when formatting input values. For example,
in the operator %7.3f, the field width is 7.
Specify different field widths. To show the width for each output, use the | character. By
default, the output text is padded with space characters when the field width is greater
than the number of characters.
6-37
6 Characters and Strings
txt =
'|1.570796e+02| 1.570796e+02|157.079633| 157.079633|'
When used on text input, the field width can determine whether to pad the output text
with spaces. If the field width is less than or equal to the number of characters in the
input text, then it has no effect.
txt = sprintf('%30s', 'Pad left with spaces')
txt =
' Pad left with spaces'
Flags
Optional flags control additional formatting of the output text. The table describes the
characters you can use as flags.
Character Description Example
Minus sign (-) Left-justify the converted %-5.2d
argument in its field.
Plus sign (+) For numeric values, always %+5.2d
print a leading sign character %+5s
(+ or -).
For text values, right-justify
the converted argument in its
field.
Space ( ) Insert a space before the value. % 5.2f
Zero (0) Pad with zeroes rather than %05.2f
spaces.
6-38
Formatting Text
Right- and left-justify the output. The default behavior is to right-justify the output text.
txt = sprintf('right-justify: %12.2f\nleft-justify: %-12.2f',...
12.3, 12.3)
txt =
'right-justify: 12.30
left-justify: 12.30 '
Display a + sign for positive numbers. The default behavior is to omit the leading + sign
for positive numbers.
txt = sprintf('no sign: %12.2f\nsign: %+12.2f',...
12.3, 12.3)
txt =
'no sign: 12.30
sign: +12.30'
Pad to the left with spaces and zeroes. The default behavior is to pad with spaces.
txt = sprintf('Pad with spaces: %12.2f\nPad with zeroes: %012.2f',...
5.2, 5.2)
txt =
'Pad with spaces: 5.20
Pad with zeroes: 000000005.20'
6-39
6 Characters and Strings
Note You can specify more than one flag in a formatting operator.
Value Identifiers
By default, functions such as sprintf insert values from input arguments into the
output text in sequential order. To process the input arguments in a nonsequential order,
specify the order using numeric identifiers in the format specifier. Specify nonsequential
arguments with an integer immediately following the % sign, followed by a $ sign.
Ordered Sequentially Ordered By Identifier
sprintf('%s %s %s',... sprintf('%3$s %2$s %1$s',...
'1st','2nd','3rd') '1st','2nd','3rd')
ans = ans =
Special Characters
Special characters can be part of the output text. But because they cannot be entered as
ordinary text, they require specific character sequences to represent them. To insert
special characters into output text, use any of the character sequences in the table.
Special Character Representation in Format
Specifier
Single quotation mark ''
Percent character %%
Backslash \\
Alarm \a
Backspace \b
Form feed \f
New line \n
Carriage return \r
Horizontal tab \t
Vertical tab \v
6-40
Formatting Text
The figure illustrates how the field width and precision settings affect the output of the
formatting functions. In this figure, the zero following the % sign in the formatting
operator means to add leading zeroes to the output text rather than space characters.
Whole part of input Result has w digits,
value has has 3 digits extending to the
left with zeros
Format operator
123.45678 %09.3f 00123.457
field width: w = 9
precision: p = 3
Fractional part of input Fractional part of the
value has 5 digits result has p digits
and is rounded
6-41
6 Characters and Strings
• If the precision p is less than the number of digits in the fractional part of the input,
then only p digits are shown after the decimal point. The fractional value is rounded
in the output.
• If the precision p is greater than the number of digits f in the fractional part of the
input, then p digits are shown after the decimal point. The fractional part is extended
to the right with p-f zeroes in the output.
• If the field width is not specified, then it defaults to p+1+n, where n is the number of
digits in the whole part of the input value.
• If the field width w is greater than p+1+n, then the whole part of the output value is
padded to the left with w-(p+1+n) additional characters. The additional characters
are space characters unless the formatting operator includes the 0 flag. In that case,
the additional characters are zeroes.
You can specify the field width and precision using values from a sequential argument
list. Use an asterisk (*) in place of the field width or precision fields of the formatting
operator.
For example, format and display three numbers. In each case, use an asterisk to specify
that the field width or precision come from input arguments that follow the format
specifier.
txt =
' 123.456780 16.428 3.1416'
The table describes the effects of each formatting operator in the example.
Formatting Operator Description
%*f Specify width as the following input
argument, 15.
%.*f Specify precision as the following input
argument, 3.
6-42
Formatting Text
You can mix the two styles. For example, get the field width from the following input
argument and the precision from the format specifier.
txt =
'123.46'
You also can specify field width and precision as values from a nonsequential argument
list, using an alternate syntax shown in the figure. Within the formatting operator,
specify the field width and precision with asterisks that follow numbered identifiers and
$ signs. Specify the values of the field width and precision with input arguments that
follow the format specifier.
For example, format and display three numbers. In each case, use a numbered identifier
to specify that the field width or precision come from input arguments that follow the
format specifier.
txt =
' 123.456780 16.428 3.1416'
The table describes the effect of each formatting operator in the example.
Formatting Operator Description
%1$*4$f 1$ specifies the first input argument,
123.45678, as the value
6-43
6 Characters and Strings
ans = ans =
If your function call provides more input arguments than there are formatting operators
in the format specifier, then the operators are reused. However, only function calls that
use sequential ordering reuse formatting operators. You cannot reuse formatting
operators when you use numbered identifiers.
6-44
See Also
ans = ans =
'1234' '1'
If you use numbered identifiers when the input data is a vector or array, then the output
does not contain formatted data.
Valid Syntax Invalid Syntax
v = [1.4 2.7 3.1]; v = [1.4 2.7 3.1];
sprintf('%.4f %.4f %.4f',v) sprintf('%3$.4f %1$.4f %2$.4f',v)
ans = ans =
See Also
compose | fprintf | num2str | sprintf
Related Examples
• “Convert from Character Arrays to Numeric Values” on page 6-62
• “Convert from Numeric Values to Character Array” on page 6-60
6-45
6 Characters and Strings
Compare Text
Compare text in character arrays and string arrays in different ways. String arrays were
introduced in Release 2016b. You can compare string arrays and character vectors with
relational opertors and with the strcmp function. You can sort string arrays using the
sort function, just as you would sort arrays of any other type. MATLAB® also provides
functions to inspect characters in pieces of text. For example, you can determine which
characters in a character vector or string array are letters or space characters.
You can compare string arrays for equality with the relational operators == and ~=.
When you compare string arrays, the output is a logical array that has 1 where the
relation is true, and 0 where it is not true.
Create two string scalars. Starting in R2017a, you can create strings using double quotes
instead of the string function.
str1 = "Hello";
str2 = "World";
str1,str2
str1 =
"Hello"
str2 =
"World"
ans = logical
0
6-46
Compare Text
0 0 0
Compare a string array to a character vector. As long as one of the variables is a string
array, you can make the comparison.
chr = 'Gemini';
TF = (str1 == chr)
Index into str1 with TF to extract the string elements that matched Gemini. You can
use logical arrays to index into an array.
str1(TF)
ans =
"Gemini"
Compare for inequality using the ~= operator. Index into str1 to extract the elements
that do not match 'Gemini'.
TF = (str1 ~= chr)
str1(TF)
Compare two nonscalar string arrays. When you compare two nonscalar arrays, they
must be the same size.
6-47
6 Characters and Strings
str2 = ["Mercury","Mars","Apollo";...
"Jupiter","Saturn","Neptune"];
TF = (str1 == str2)
str1(TF)
You can also compare strings with the relational operators >, >=, <, and <=. Strings that
start with uppercase letters come before strings that start with lowercase letters. For
example, the string "ABC" is less than "abc". Digits and some punctuation marks also
come before letters.
ans = logical
1
Compare a string array that contains names to another name with the > operator. The
names Sanchez, de Ponte, and Nash come after Matthews, because S, d, and N all are
greater than M.
str(TF)
6-48
Compare Text
You can sort string arrays. MATLAB® stores characters as Unicode® using the UTF-16
character encoding scheme. Character and string arrays are sorted according to the
UTF-16 code point order. For the characters that are also the ASCII characters, this
order means that uppercase letters come before lowercase letters. Digits and some
punctuation also come before letters.
sort(str)
Sort a 2-by-3 string array. The sort function sorts the elements in each column
separately.
sort(str2)
To sort the elements in each row, sort str2 along the second dimension.
sort(str2,2)
You can compare character vectors and cell arrays of character vectors to each other. Use
the strcmp function to compare two character vectors, or strncmp to compare the first N
characters. You also can use strcmpi and strncmpi for case-insensitive comparisons.
6-49
6 Characters and Strings
Compare two character vectors with the strcmp function. chr1 and chr2 are not equal.
chr1 = 'hello';
chr2 = 'help';
TF = strcmp(chr1,chr2)
TF = logical
0
Note that the MATLAB strcmp differs from the C version of strcmp. The C version of
strcmp returns 0 when two character arrays are the same, not when they are different.
Compare the first two characters with the strncmp function. TF is 1 because both
character vectors start with the characters he.
TF = strncmp(chr1,chr2,2)
TF = logical
1
Compare two cell arrays of character vectors. strcmp returns a logical array that is the
same size as the cell arrays.
You can inspect the characters in string arrays or character arrays with the isstrprop,
isletter, and isspace functions.
6-50
Compare Text
Determine which characters in a character vector are space characters. isspace returns
a logical vector that is the same size as chr.
chr = 'Four score and seven years ago';
TF = isspace(chr)
0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0
Columns 20 through 30
0 1 0 0 0 0 0 1 0 0 0
The isstrprop function can query characters for many different traits. isstrprop can
determine whether characters in a string or character vector are letters, alphanumeric
characters, decimal or hexadecimal digits, or punctuation characters.
str =
"A horse! A horse! My kingdom for a horse!"
isstrprop(str,"punct")
0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0
Columns 20 through 38
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Columns 39 through 41
0 0 1
6-51
6 Characters and Strings
isstrprop(chr,"alpha")
1 1 1 1 0 1 1 1 1 1 0 1 1 1 0 1 1 1 1
Columns 20 through 30
1 0 1 1 1 1 1 0 1 1 1
See Also
eq | ge | gt | isletter | isspace | isstrprop | le | lt | ne | sort | strcmp
Related Examples
• “Create Character Arrays” on page 6-5
• “Create String Arrays” on page 6-11
• “Analyze Text Data with String Arrays” on page 6-23
• “Search and Replace Text” on page 6-53
• “Test for Empty Strings and Missing Values” on page 6-30
6-52
Search and Replace Text
Identify text in string arrays, character vectors, or cell arrays of character vectors with
the contains, startsWith, and endsWith function.
Create a string. Starting in R2017a, you can create strings using double quotes instead of
the string function.
str =
"Rosemary Jones"
Determine whether str contains the substring mary. The contains function returns a
logical 1 if it finds the substring any place within the string.
TF = contains(str,"mary")
TF = logical
1
You can also use the strfind function to find matching text. strfind returns the index
of the start of each match. In this case, strfind returns 5 because the m in mary is the
fifth character of str.
idx = strfind(str,"mary")
idx = 5
Find multiple matches with strfind. When there are multiple matches, strfind
returns the indices as an array.
6-53
6 Characters and Strings
idx = strfind(str,"s")
idx =
3 14
Create a string array that contains many names. Determine which names contain the
substring Ann. The contains function returns a logical array that has a 1 wherever str
has an element that contains Ann. To create a new string array that includes only the
matches, index into str with TF.
TF = contains(str,"Ann")
matches = str(TF)
TF = startsWith(str,"Ann");
matches = str(TF)
matches =
"Ann Marie Young"
Similarly, the endsWith function find strings that end with a specified piece of text.
You can also use the contains, startsWith, and endsWith functions to determine
whether character vectors contains text.
6-54
Search and Replace Text
chr =
'John Paul Jones'
TF = contains(chr,'Paul')
TF = logical
1
TF = endsWith(chr,'Paul')
TF = logical
0
Use the contains function to find text in rows of a string array. census1905 contains a
few rows of simulated census data for the year 1905. Each row contains a name, year of
birth, and number of times that name was given in that year.
TF = (census1905(:,1) == "Mary");
census1905(TF,:)
Find the rows where the name is a variation of Mary with the contains function.
TF = contains(census1905(:,1),"Mary");
census1905(TF,:)
6-55
6 Characters and Strings
Replace Text
You can replace text in string arrays, character vectors, or cell arrays of character vectors
with the replace function.
str =
"Rosemary Jones"
newStr = replace(str,"mary","anne")
newStr =
"Roseanne Jones"
You can also replace text using the strrep function. However, the replace function is
recommended.
newStr = strrep(str,"Jones","Day")
newStr =
"Rosemary Day"
Replace text in a character vector. You can use replace and replaceBetween with
character vectors, as well as with strings.
6-56
Search and Replace Text
chr =
'Mercury, Gemini, Apollo'
replace(chr,'Gemini','Mars')
ans =
'Mercury, Mars, Apollo'
Replace text in a string array of file names. Append the file names to the address of a
website. The file names contain spaces, but spaces cannot be part of web addresses.
Replace the space character, " ", with %20, which is the standard for web addresses.
6-57
6 Characters and Strings
Extract Text
Extract a substring from string arrays or character vectors with the extractAfter,
extractBefore, and extractBetween functions. Use these functions to extract
different substrings that precede, follow, or occur between specified pieces of text.
Create a string array that contains file names. Extract the portions of the names after C:
\Temp\ with the extractAfter function.
str = ["C:\Temp\MyReport.docx";
"C:\Temp\Data\Sample1.csv";
"C:\Temp\Slides.pptx"]
filenames = extractAfter(str,"C:\Temp\")
Extract customer names from a string array that encodes the names within XML tags.
names = extractBetween(str,"<CustomerName>","</CustomerName>")
6-58
See Also
"Sarah Young"
See Also
contains | endsWith | erase | eraseBetween | extractAfter | extractBefore
| extractBetween | insertAfter | insertBefore | replace | replaceBetween |
startsWith | strfind | strrep
Related Examples
• “Create Character Arrays” on page 6-5
• “Create String Arrays” on page 6-11
• “Analyze Text Data with String Arrays” on page 6-23
• “Compare Text” on page 6-46
• “Test for Empty Strings and Missing Values” on page 6-30
• “Regular Expressions” on page 2-41
6-59
6 Characters and Strings
In this section...
“Function Summary” on page 6-60
“Convert Numbers to Character Codes” on page 6-61
“Represent Numbers as Text” on page 6-61
“Convert to Specific Radix” on page 6-61
Function Summary
The functions listed in this table provide a number of ways to convert numeric data to
character arrays.
Function Description Example
char Convert a positive integer to an equivalent [72 105] → 'Hi'
character. (Truncates any fractional parts.)
string Convert an array of double-precision values to a [72 105] → "72"
string array. "105"
[3.1416 2.178] →
"3.1416" "2.178"
int2str Convert a positive or negative integer to a character [72 105] → '72
type. (Rounds any fractional parts.) 105'
num2str Convert a numeric type to a character type of the [72 105] →
specified precision and format. '72/105/' (format set
to %1d/)
mat2str Convert a numeric type to a character type of the [72 105] → '[72
specified precision, returning a character vector 105]'
MATLAB can evaluate.
dec2hex Convert a positive integer to a character type of [72 105] → '48 69'
hexadecimal base.
dec2bin Convert a positive integer to a character type of [72 105] →
binary base. '1001000 1101001'
6-60
Convert from Numeric Values to Character Array
'MATLAB'
function plotlabel(x, y)
plot(x, y)
chr1 = num2str(min(x));
chr2 = num2str(max(x));
out = ['Value of f from ' chr1 ' to ' chr2];
xlabel(out);
6-61
6 Characters and Strings
Function Summary
The functions listed in this table provide a number of ways to convert character arrays to
numeric data.
Function Description Example
uintN (e.g., uint8) Convert a character to an integer code that 'Hi' → 72 105
represents that character.
str2num Convert a character type to a numeric type. '72 105' → [72 105]
str2double Similar to str2num, but offers better "72" "105" → [72
performance and works with string arrays and 105]
cell arrays of character vectors.
{'72' '105'} → [72
105]
hex2num Convert a numeric type to a character type of 'A' →
specified precision, returning a character array '-1.4917e-154'
that MATLAB can evaluate.
hex2dec Convert a character type of hexadecimal base to 'A' → 10
a positive integer.
bin2dec Convert a character type of binary number to a '1010' → 10
decimal number.
base2dec Convert a character type of any base number '12' → 10 (if base ==
from 2 through 36 to a decimal number. 8)
6-62
Convert from Character Arrays to Numeric Values
name = double(name)
name =
84 104 111 109 97 115 32 82 46 32 76 101 101
name = char(name)
name =
'Thomas R. Lee'
chr = '37.294e-1';
val = str2num(chr)
val =
3.7294
The str2double function converts a string array or a cell array of character vectors to
the double-precision values they represent:
c = {'37.294e-1'; '-58.375'; '13.796'};
str = string({'3.14159','2.718'});
d = str2double(c)
d =
3.7294
-58.3750
13.7960
x = str2double(str)
6-63
6 Characters and Strings
x =
3.1416 2.7180
whos
Name Size Bytes Class Attributes
The hex2num and hex2dec functions both take hexadecimal (base 16) inputs, but
hex2num returns the IEEE double-precision floating-point number it represents, while
hex2dec converts to a decimal integer.
6-64
Function Summary
Function Summary
MATLAB provides these functions for working with character arrays:
Function Description
'chr' Create the character vector specified between quotes.
blanks Create a character vector of blanks.
sprintf Write formatted data as text.
strcat Concatenate character arrays.
char Concatenate character arrays vertically.
Functions to Modify Character Arrays
Function Description
deblank Remove trailing blanks.
lower Make all letters lowercase.
sort Sort elements in ascending or descending order.
strjust Justify a character array.
strrep Replace text within a character array.
strtrim Remove leading and trailing white space.
upper Make all letters uppercase.
6-65
6 Characters and Strings
Function Description
eval Execute a MATLAB expression.
sscanf Read a character array under format control.
Functions to Search or Compare Character Arrays
Function Description
regexp Match regular expression on page 2-41.
strcmp Compare character arrays.
strcmpi Compare character arrays, ignoring case.
strfind Find a term within a character vector.
strncmp Compare the first N characters of character arrays.
strncmpi Compare the first N characters, ignoring case.
strtok Find a token in a character vector.
textscan Read data from a character array.
Functions to Determine Class or Content
Function Description
iscellstr Return true for a cell array of character vectors.
ischar Return true for a character array.
isletter Return true for letters of the alphabet.
isstrprop Determine if a string is of the specified category.
isspace Return true for white-space characters.
6-66
Function Summary
Function Description
char Convert to a character array.
cellstr Convert a character array to a cell array of character vectors.
double Convert a character array to numeric codes.
int2str Represent an integer as text.
mat2str Convert a matrix to a character array you can run eval on.
num2str Represent a number as text.
str2num Convert a character vector to the number it represents.
str2double Convert a character vector to the double-precision value it
represents.
Functions to Work with Cell Arrays of Character Vectors as Sets
Function Description
intersect Set the intersection of two vectors.
ismember Detect members of a set.
setdiff Return the set difference of two vectors.
setxor Set the exclusive OR of two vectors.
union Set the union of two vectors.
unique Set the unique elements of a vector.
6-67
7
For example, create a MATLAB datetime array that represents two dates: June 28, 2014
at 6 a.m. and June 28, 2014 at 7 a.m. Specify numeric values for the year, month, day,
hour, minute, and second components for the datetime.
t = datetime(2014,6,28,6:7,0,0)
t =
28-Jun-2014 06:00:00 28-Jun-2014 07:00:00
Change the value of a date or time component by assigning new values to the properties
of the datetime array. For example, change the day number of each datetime by
assigning new values to the Day property.
t.Day = 27:28
t =
Change the display format of the array by changing its Format property. The following
format does not display any time components. However, the values in the datetime array
do not change.
t.Format = 'MMM dd, yyyy'
t =
Jun 27, 2014 Jun 28, 2014
If you subtract one datetime array from another, the result is a duration array in
units of fixed length.
t2 = datetime(2014,6,29,6,30,45)
t2 =
29-Jun-2014 06:30:45
7-2
Represent Dates and Times in MATLAB
d = t2 - t
d =
48:30:45 23:30:45
d.Format = 'h'
d =
You can create a duration in a single unit using the seconds, minutes, hours, days, or
years functions. For example, create a duration of 2 days, where each day is exactly 24
hours.
d = days(2)
d =
2 days
You can create a calendar duration in a single unit of variable length. For example, one
month can be 28, 29, 30, or 31 days long. Specify a calendar duration of 2 months.
L = calmonths(2)
L =
2mo
Use the caldays, calweeks, calquarters, and calyears functions to specify calendar
durations in other units.
Add a number of calendar months and calendar days. The number of days remains
separate from the number of months because the number of days in a month is not fixed,
and cannot be determined until you add the calendar duration to a specific datetime.
L = calmonths(2) + caldays(35)
L =
2mo 35d
7-3
7 Dates and Time
t2 =
whos t2
In summary, there are several ways to represent dates and times, and MATLAB has a
data type for each approach:
7-4
See Also
See Also
calendarDuration | datetime | duration
7-5
7 Dates and Time
You can specify a time zone when you create a datetime, using the 'TimeZone' name-
value pair argument. The time zone value 'local' specifies the system time zone. To
display the time zone offset for each datetime, include a time zone offset specifier such as
'Z' in the value for the 'Format' argument.
t = datetime(2014,3,8:9,6,0,0,'TimeZone','local',...
'Format','d-MMM-y HH:mm:ss Z')
t =
A different time zone offset is displayed depending on whether the datetime occurs
during daylight saving time.
You can modify the time zone of an existing datetime. For example, change the
TimeZone property of t using dot notation. You can specify the time zone value as the
name of a time zone region in the IANA Time Zone Database. A time zone region
accounts for the current and historical rules for standard and daylight offsets from UTC
that are observed in that geographic region.
t.TimeZone = 'Asia/Shanghai'
t =
You also can specify the time zone value as a character vector of the form +HH:mm or -
HH:mm, which represents a time zone with a fixed offset from UTC that does not observe
daylight saving time.
t.TimeZone = '+08:00'
7-6
See Also
t =
Operations on datetime arrays with time zones automatically account for time zone
differences. For example, create a datetime in a different time zone.
u = datetime(2014,3,9,6,0,0,'TimeZone','Europe/London',...
'Format','d-MMM-y HH:mm:ss Z')
u =
dt =
-19:00:00 04:00:00
When you perform operations involving datetime arrays, the arrays either must all have
a time zone associated with them, or they must all have no time zone.
See Also
datetime | timezones
Related Examples
• “Represent Dates and Times in MATLAB” on page 7-2
• “Convert Date and Time to Julian Date or POSIX Time” on page 7-8
7-7
7 Dates and Time
While datetime arrays are not required to have a time zone, converting "unzoned"
datetime values to Julian dates or POSIX times can lead to unexpected results. To
ensure the expected result, specify the time zone before conversion.
You can specify a time zone for a datetime array, but you are not required to do so. In
fact, by default the datetime function creates an "unzoned" datetime array.
d = datetime('now')
d = datetime
19-Sep-2017 19:28:12
d is constructed from the local time on your machine and has no time zone associated
with it. In many contexts, you might assume that you can treat the times in an unzoned
datetime array as local times. However, the juliandate and posixtime functions
treat the times in unzoned datetime arrays as UTC times, not local times. To avoid any
ambiguity, it is recommended that you avoid using juliandate and posixtime on
unzoned datetime arrays. For example, avoid using posixtime(datetime('now'))
in your code.
If your datetime array has values that do not represent UTC times, specify the time
zone using the TimeZone name-value pair argument so that juliandate and
posixtime interpret the datetime values correctly.
d = datetime('now','TimeZone','America/New_York')
7-8
Convert Date and Time to Julian Date or POSIX Time
d = datetime
19-Sep-2017 19:28:12
As an alternative, you can specify the TimeZone property after you create the array.
d.TimeZone = 'America/Los_Angeles'
d = datetime
19-Sep-2017 16:28:12
A Julian date is the number of days (including fractional days) since noon on November
24, 4714 BCE, in the proleptic Gregorian calendar, or January 1, 4713 BCE, in the
proleptic Julian calendar. To convert datetime arrays to Julian dates, use the
juliandate function.
JDZ =
2457630.08708333 2457661.08708333 2457691.08708333
Create an unzoned copy of DZ. Convert D to the equivalent Julian dates. As D has no time
zone, juliandate treats the times as UTC times.
D = DZ;
D.TimeZone = '';
JD = juliandate(D)
7-9
7 Dates and Time
JD =
2457629.92041667 2457660.92041667 2457690.92041667
Compare JDZ and JD. The differences are equal to the time zone offset between UTC and
the America/New_York time zone in fractional days.
JDZ - JD
ans =
0.166666666511446 0.166666666511446 0.166666666511446
The POSIX time is the number of seconds (including fractional seconds) elapsed since
00:00:00 1-Jan-1970 UTC (Universal Coordinated Time), ignoring leap seconds. To
convert datetime arrays to POSIX times, use the posixtime function.
PTZ = posixtime(DZ)
PTZ =
1472479524 1475157924 1477749924
Create an unzoned copy of DZ. Convert D to the equivalent POSIX times. As D has no
time zone, posixtime treats the times as UTC times.
D = DZ;
D.TimeZone = '';
PT = posixtime(D)
7-10
See Also
PT =
1472465124 1475143524 1477735524
Compare PTZ and PT. The differences are equal to the time zone offset between UTC and
the America/New_York time zone in seconds.
PTZ - PT
ans =
14400 14400 14400
See Also
datetime | juliandate | posixtime | timezones
Related Examples
• “Represent Dates and Times in MATLAB” on page 7-2
• “Specify Time Zones” on page 7-6
7-11
7 Dates and Time
In this section...
“Formats for Individual Date and Duration Arrays” on page 7-12
“datetime Display Format” on page 7-12
“duration Display Format” on page 7-13
“calendarDuration Display Format” on page 7-14
“Default datetime Format” on page 7-15
t.Format = 'default'
Changing the Format property does not change the values in the array, only their
display. For example, the following can be representations of the same datetime value
(the latter two do not display any time components):
The Format property of the datetime, duration, and calendarDuration data types
accepts different formats as inputs.
7-12
Set Date and Time Display Format
Alternatively, you can use the letters A-Z and a-z to specify a custom date format. You
can include nonletter characters such as a hyphen, space, or colon to separate the fields.
This table shows several common display formats and examples of the formatted output
for the date, Saturday, April 19, 2014 at 9:41:06 PM in New York City.
Value of Format Example
'yyyy-MM-dd' 2014-04-19
'dd/MM/yyyy' 19/04/2014
'dd.MM.yyyy' 19.04.2014
'yyyy 年 MM 月 dd 日' 2014 年 04 月 19 日
'MMMM d, yyyy' April 19, 2014
'eeee, MMMM d, yyyy h:mm a' Saturday, April 19, 2014 9:41 PM
'MMMM d, yyyy HH:mm:ss Z' April 19, 2014 21:41:06 -0400
'yyyy-MM-dd''T''HH:mmXXX' 2014-04-19T21:41-04:00
For a complete list of valid symbolic identifiers, see the Format property for datetime
arrays.
Note The letter identifiers that datetime accepts are different from those used by the
datestr, datenum, and datevec functions.
7-13
7 Dates and Time
To specify the number of fractional digits displayed, use the format function.
To display a duration in the form of a digital timer, specify one of the following character
vectors.
• 'dd:hh:mm:ss'
• 'hh:mm:ss'
• 'mm:ss'
• 'hh:mm'
You also can display up to nine fractional second digits by appending up to nine S
characters. For example, 'hh:mm:ss.SSS' displays the milliseconds of a duration value
to 3 digits.
Changing the Format property does not change the values in the array, only their
display.
This table describes the date and time components that the characters represent.
Character Unit Required?
y Years no
q Quarters (multiples of no
3 months)
m Months yes
7-14
Set Date and Time Display Format
Changing the Format property does not change the values in the array, only their
display.
where fmt is a character vector composed of the letters A-Z and a-z described for the
Format property of datetime arrays, above. For example,
datetime.setDefaultFormats('default','yyyy-MM-dd hh:mm:ss')
sets the default datetime format to include a 4-digit year, 2-digit month number, 2-digit
day number, and hour, minute, and second values.
In addition, you can specify a default format for datetimes created without time
components. For example,
datetime.setDefaultFormats('defaultdate','yyyy-MM-dd')
sets the default date format to include a 4-digit year, 2-digit month number, and 2-digit
day number.
7-15
7 Dates and Time
To reset the both the default format and the default date-only formats to the factory
defaults, type
datetime.setDefaultFormats('reset')
You also can set the default formats in the Preferences dialog box. For more
information, see “Set Command Window Preferences”.
See Also
calendarDuration | datetime | duration | format
7-16
Generate Sequence of Dates and Time
Create a sequence of datetime values starting from November 1, 2013 and ending on
November 5, 2013. The default step size is one calendar day.
t1 = datetime(2013,11,1,8,0,0);
t2 = datetime(2013,11,5,8,0,0);
t = t1:t2
Columns 4 through 5
t = t1:caldays(2):t2
7-17
7 Dates and Time
Specify a step size in units other than days. Create a sequence of datetime values spaced
18 hours apart.
t = t1:hours(18):t2
Columns 4 through 6
Use the years, days, minutes, and seconds functions to create datetime and duration
sequences using other fixed-length date and time units. Create a sequence of duration
values between 0 and 3 minutes, incremented by 30 seconds.
d = 0:seconds(30):minutes(3)
Assign a time zone to t1 and t2. In the America/New_York time zone, t1 now occurs
just before a daylight saving time change.
t1.TimeZone = 'America/New_York';
t2.TimeZone = 'America/New_York';
If you create the sequence using a step size of one calendar day, then the difference
between successive datetime values is not always 24 hours.
t = t1:t2;
dt = diff(t)
7-18
Generate Sequence of Dates and Time
Columns 4 through 5
dt = diff(t)
Columns 4 through 5
7-19
7 Dates and Time
Columns 4 through 5
7-20
Generate Sequence of Dates and Time
dt = caldiff(t,'days')
Add a number of calendar months to the date, January 31, 2014, to create a sequence of
dates that fall on the last day of each month.
t = datetime(2014,1,31) + calmonths(0:11)
Columns 6 through 10
Columns 11 through 12
30-Nov-2014 31-Dec-2014
Create a sequence of five equally spaced dates between April 14, 2014 and August 4,
2014. First, define the endpoints.
A = datetime(2014,04,14);
B = datetime(2014,08,04);
The third input to linspace specifies the number of linearly spaced points to generate
between the endpoints.
C = linspace(A,B,5)
7-21
7 Dates and Time
Create a sequence of six equally spaced durations between 1 and 5.5 hours.
A = duration(1,0,0);
B = duration(5,30,0);
C = linspace(A,B,6)
Generate a sequence of dates consisting of the next three occurrences of Monday. First,
define today's date.
t1 = datetime('today','Format','dd-MMM-yyyy eee')
t1 = datetime
19-Sep-2017 Tue
The first input to dateshift is always the datetime array from which you want to
generate a sequence. Specify 'dayofweek' as the second input to indicate that the
datetime values in the output sequence must fall on a specific day of the week. You can
specify the day of the week either by number or by name. For example, you can specify
Monday either as 2 or 'Monday'.
t = dateshift(t1,'dayofweek',2,1:3)
7-22
Generate Sequence of Dates and Time
t1 = datetime(2014,04,01);
t = dateshift(t1,'start','month',0:4)
t1 = datetime(2014,04,01);
t = dateshift(t1,'end','month',0:2)
dt = caldiff(t,'days')
You can specify other units of time such as week, day, and hour.
t1 = datetime('now')
7-23
7 Dates and Time
t1 = datetime
19-Sep-2017 18:28:26
t = dateshift(t1,'start','hour',0:4)
Columns 4 through 5
Generate a sequence of datetime values beginning with the previous hour. Negative
integers in the last input to dateshift correspond to datetime values earlier than t1.
t = dateshift(t1,'start','hour',-1:1)
See Also
dateshift | linspace
7-24
Share Code and Data Across Locales
Create language-independent datetime values. That is, create datetime values that use
month numbers rather than month names, such as 01 instead of January. Avoid using
day of week names.
t = datetime('today','Format','yyyy-MM-dd')
t = datetime
2017-09-19
instead of this:
t = datetime('today','Format','eeee, dd-MMM-yyyy')
t = datetime
Tuesday, 19-Sep-2017
Display the hour using 24-hour clock notation rather than 12-hour clock notation. Use
the 'HH' identifiers when specifying the display format for datetime values.
t = datetime('now','Format','HH:mm')
7-25
7 Dates and Time
t = datetime
19:33
instead of this:
t = datetime('now','Format','hh:mm a')
t = datetime
07:33 PM
When specifying the display format for time zone information, use the Z or X identifiers
instead of the lowercase z to avoid the creation of time zone names that might not be
recognized in other languages or regions.
t = datetime
19-09-2017 -0400
If you share files but not code, you do not need to write locale-independent code while you
work in MATLAB. However, when you write to a file, ensure that any text representing
dates and times is language-independent. Then, other MATLAB users can read the files
easily without having to specify a locale in which to interpret date and time data.
7-26
See Also
20-Sep-2017
S is a cell array of character vectors representing dates in German. You can export S to a
text file to use with systems in the de_DE locale.
• When reading text files using the textscan function, specify the file encoding when
opening the file with fopen. The encoding is the fourth input argument to fopen.
• When reading text files using the readtable function, use the FileEncoding name-
value pair argument to specify the character encoding associated with the file.
See Also
cellstr | char | datetime | readtable | textscan
7-27
7 Dates and Time
Get the year values of each datetime in the array. Use dot notation to access the Year
property of t.
t_years = t.Year
t_years =
Get the month values of each datetime in t by accessing the Month property.
t_months = t.Month
t_months =
9 10 11
You can retrieve the day, hour, minute, and second components of each datetime in t by
accessing the Hour, Minute, and Second properties, respectively.
Use the month function to get the month number for each datetime in t. Using functions
is an alternate way to retrieve specific date or time components of t.
7-28
Extract or Assign Date and Time Components of Datetime Array
m = month(t)
m =
9 10 11
Use the month function rather than the Month property to get the full month names of
each datetime in t.
m = month(t,'name')
You can retrieve the year, quarter, week, day, hour, minute, and second components of
each datetime in t using the year, quarter, week, hour, minute, and second
functions, respectively.
w = week(t)
w =
38 43 47
Use the ymd function to get the year, month, and day values of t as three separate
numeric arrays.
[y,m,d] = ymd(t)
y =
m =
9 10 11
7-29
7 Dates and Time
d =
20 21 22
Use the hms function to get the hour, minute, and second values of t as three separate
numeric arrays.
[h,m,s] = hms(t)
h =
13 9 5
m =
49 49 49
s =
Change the year number of all datetime values in t to 2014. Use dot notation to modify
the Year property.
t.Year = 2014
Change the months of the three datetime values in t to January, February, and March,
respectively. You must specify the new value as a numeric array.
t.Month = [1,2,3]
7-30
See Also
t.TimeZone = 'Europe/Berlin';
Change the display format of t to display only the date, and not the time information.
t.Format = 'dd-MMM-yyyy'
If you assign values to a datetime component that are outside the conventional range,
MATLAB® normalizes the components. The conventional range for day of month
numbers is from 1 to 31. Assign day values that exceed this range.
t.Day = [-1 1 32]
The month and year numbers adjust so that all values remain within the conventional
range for each date component. In this case, January -1, 2014 converts to December 30,
2013.
See Also
datetime | hms | week | ymd
7-31
7 Dates and Time
Create a space-delimited text file named schedule.txt that contains the following (to
create the file, use any text editor, and copy and paste):
Date Name Time
10.03.2015 Joe 14:31
10.03.2015 Bob 15:33
11.03.2015 Bob 11:29
12.03.2015 Kim 12:09
12.03.2015 Joe 13:05
Read the file using the readtable function. Use the %D conversion specifier to read the
first and third columns of data as datetime values.
T = readtable('schedule.txt','Format','%{dd.MM.uuuu}D %s %{HH:mm}D','Delimiter',' ')
T =
Date Name Time
__________ _____ _____
10.03.2015 'Joe' 14:31
10.03.2015 'Bob' 15:33
11.03.2015 'Bob' 11:29
12.03.2015 'Kim' 12:09
12.03.2015 'Joe' 13:05
Change the display format for the T.Date and T.Time variables to view both date and
time information. Since the data in the first column of the file ("Date") have no time
information, the time of the resulting datetime values in T.Date default to midnight.
Since the data in the third column of the file ("Time") have no associated date, the date of
the datetime values in T.Time defaults to the current date.
T.Date.Format = 'dd.MM.uuuu HH:mm';
T.Time.Format = 'dd.MM.uuuu HH:mm';
T
T =
Date Name Time
7-32
See Also
Combine the date and time information from two different table variables by adding
T.Date and the time values in T.Time. Extract the time information from T.Time using
the timeofday function.
myDatetime =
10.03.2015 14:31
10.03.2015 15:33
11.03.2015 11:29
12.03.2015 12:09
12.03.2015 13:05
See Also
readtable | timeofday
7-33
7 Dates and Time
Create a datetime scalar. By default, datetime arrays are not associated wtih a time
zone.
t1 = datetime('now')
t1 = datetime
19-Sep-2017 18:12:09
Verify that the difference between each pair of datetime values in t2 is 1 hour.
dt = diff(t2)
diff returns durations in terms of exact numbers of hours, minutes, and seconds.
7-34
Date and Time Arithmetic
Add a numeric array to a datetime array. MATLAB® treats each value in the numeric
array as a number of exact, 24-hour days.
t2 = t1 + [1:3]
If you work with datetime values in different time zones, or if you want to account for
daylight saving time changes, work with datetime arrays that are associated with time
zones. Create a datetime scalar representing March 8, 2014 in New York.
t1 = datetime(2014,3,8,0,0,0,'TimeZone','America/New_York')
t1 = datetime
08-Mar-2014 00:00:00
t2 = t1 + days(0:2)
Because a daylight saving time shift occurred on March 9, 2014, the third datetime in t2
does not occur at midnight.
Verify that the difference between each pair of datetime values in t2 is 24 hours.
dt = diff(t2)
You can add fixed-length durations in other units such as years, hours, minutes, and
seconds by adding the outputs of the years, hours, minutes, and seconds functions,
respectively.
7-35
7 Dates and Time
To account for daylight saving time changes, you should work with calendar durations
instead of durations. Calendar durations account for daylight saving time shifts when
they are added to or subtracted from datetime values.
t3 = t1 + caldays(0:2)
View that the difference between each pair of datetime values in t3 is not always 24
hours due to the daylight saving time shift that occurred on March 9.
dt = diff(t3)
t1 = datetime(2014,1,31)
t1 = datetime
31-Jan-2014
t2 = t1 + calmonths(1:4)
Calculate the difference between each pair of datetime values in t2 in terms of a number
of calendar days using the caldiff function.
dt = caldiff(t2,'days')
7-36
Date and Time Arithmetic
The number of days between successive pairs of datetime values in dt is not always the
same because different months consist of a different number of days.
t2 = t1 + calyears(0:4)
Calculate the difference between each pair of datetime values in t2 in terms of a number
of calendar days using the caldiff function.
dt = caldiff(t2,'days')
The number of days between successive pairs of datetime values in dt is not always the
same because 2016 is a leap year and has 366 days.
You can use the calquarters, calweeks, and caldays functions to create arrays of
calendar quarters, calendar weeks, or calendar days that you add to or subtract from
datetime arrays.
Adding calendar durations is not commutative. When you add more than one
calendarDuration array to a datetime, MATLAB® adds them in the order in which
they appear in the command.
t2 = datetime
30-May-2014
7-37
7 Dates and Time
First add 30 calendar days to the same date, and then add 3 calendar months. The result
is not the same because when you add a calendar duration to a datetime, the number of
days added depends on the original date.
t2 = datetime
02-Jun-2014
d1 = calendarDuration
1y 2mo 20d
d2 = calmonths(11) + caldays(23)
d2 = calendarDuration
11mo 23d
d = d1 + d2
d = calendarDuration
2y 1mo 43d
When you sum two or more calendar durations, a number of months greater than 12 roll
over to a number of years. However, a large number of days does not roll over to a
number of months, because different months consist of different numbers of days.
2*d
ans = calendarDuration
4y 2mo 86d
7-38
Date and Time Arithmetic
Subtract one datetime array from another to calculate elapsed time in terms of an exact
number of hours, minutes, and seconds.
Find the exact length of time between a sequence of datetime values and the start of the
previous day.
t2 = datetime('now') + caldays(1:3)
t1 = datetime('yesterday')
t1 = datetime
18-Sep-2017
dt = t2 - t1
whos dt
dt 1x3 40 duration
View the elapsed durations in units of days by changing the Format property of dt.
dt.Format = 'd'
Scale the duration values by multiplying dt by a factor of 1.2. Because durations have an
exact length, you can multiply and divide them by fractional values.
dt2 = 1.2*dt
7-39
7 Dates and Time
Use the between function to find the number of calendar years, months, and days
elapsed between two dates.
t1 = datetime('today')
t1 = datetime
19-Sep-2017
t2 = t1 + calmonths(0:2) + caldays(4)
dt = between(t1,t2)
See Also
between | caldiff | diff
7-40
Compare Dates and Time
Compare two datetime arrays. The arrays must be the same size or one can be a scalar.
A = datetime(2013,07,26) + calyears(0:2:6)
B = datetime(2014,06,01)
B = datetime
01-Jun-2014
A < B
The < operator returns logical 1 (true) where a datetime in A occurs before a datetime in
B.
Comparisons of datetime arrays account for the time zone information of each array.
Compare September 1, 2014 at 4:00 p.m. in Los Angeles with 5:00 p.m. on the same day
in New York.
7-41
7 Dates and Time
A = datetime(2014,09,01,16,0,0,'TimeZone','America/Los_Angeles',...
'Format','dd-MMM-yyyy HH:mm:ss Z')
A = datetime
01-Sep-2014 16:00:00 -0700
B = datetime(2014,09,01,17,0,0,'TimeZone','America/New_York',...
'Format','dd-MMM-yyyy HH:mm:ss Z')
B = datetime
01-Sep-2014 17:00:00 -0400
A < B
ans = logical
0
4:00 p.m. in Los Angeles occurs after 5:00 p.m. on the same day in New York.
Compare Durations
A = duration([2,30,30;3,15,0])
B = duration([2,40,0;2,50,0])
A >= B
7-42
Compare Dates and Time
Compare a duration array to a numeric array. Elements in the numeric array are treated
as a number of fixed-length (24-hour) days.
A < [1; 1/24]
Use the isbetween function to determine whether values in a datetime array lie
within a closed interval.
tlower = datetime
01-Aug-2014
tupper = datetime(2014,09,01)
tupper = datetime
01-Sep-2014
Create a datetime array and determine whether the values lie within the interval
bounded by t1 and t2.
A = datetime(2014,08,21) + calweeks(0:2)
tf = isbetween(A,tlower,tupper)
7-43
7 Dates and Time
See Also
isbetween
More About
• “Array Comparison with Relational Operators” on page 2-25
7-44
Plot Dates and Durations
Create t as a sequence of dates and create y as random data. Plot the vectors using the
plot function.
t = datetime(2014,6,28) + calweeks(0:9);
y = rand(1,10);
plot(t,y);
7-45
7 Dates and Time
By default, plot chooses tick mark locations based on the range of data. When you zoom
in and out of a plot, the tick labels automatically adjust to the new axis limits.
Change the x-axis limits. Also, change the format for the tick labels along the x-axis. For
a list of formatting options, see the xtickformat function.
7-46
Plot Dates and Durations
Create t as seven linearly spaced duration values between 0 and 3 minutes. Create y as
a vector of random data. Plot the data.
t = 0:seconds(30):minutes(3);
y = rand(1,7);
plot(t,y);
7-47
7 Dates and Time
View the x-axis limits. Since the duration tick labels are in terms of a single unit
(minutes), the limits are stored in terms of that unit.
xl = xlim
Change the format for the duration tick labels to display in the form of a digital timer
that includes more than one unit. For a list of formatting options, see the xtickformat
function.
xtickformat('mm:ss')
7-48
Plot Dates and Durations
View the x-axis limits again. Since the duration tick labels are now in terms of multiple
units, the limits are stored in units of 24-hour days.
xl = xlim
7-49
7 Dates and Time
t = datetime('today') + caldays(1:100);
y = linspace(10,40,100) + 10*rand(1,100);
scatter(t,y)
7-50
See Also
See Also
datetime | plot | xtickformat
7-51
7 Dates and Time
This table lists notable MATLAB functions that operate on datetime, duration, and
calendarDuration arrays in addition to other arrays.
size isequal intersect plus plot
length isequaln ismember minus plot3
ndims setdiff uminus scatter
numel eq setxor times scatter3
ne unique rdivide bar
isrow lt union ldivide barh
iscolumn le mtimes histogram
ge abs mrdivide
cat gt floor mldivide stem
horzcat ceil diff stairs
vertcat sort round sum area
sortrows mesh
permute issorted min char surf
reshape max string surface
transpose mean cellstr
ctranspose median semilogx
mode semilogy
linspace fill
fill3
line
text
7-52
Convert Between Datetime Arrays, Numbers, and Text
Overview
datetime is the best data type for representing points in time. datetime values have
flexible display formats and up to nanosecond precision, and can account for time zones,
daylight saving time, and leap seconds. However, if you work with code authored in
MATLAB R2014a or earlier, or if you share code with others who use such a version, you
might need to work with dates and time stored in one of these three formats:
Date strings, vectors, and numbers can be stored as arrays of values. Store multiple date
strings in a cell array of character vectors, multiple date vectors in an m-by-6 matrix, and
multiple serial date numbers in a matrix.
You can convert any of these formats to a datetime array using the datetime function.
If your existing MATLAB code expects a serial date number or date vector, use the
7-53
7 Dates and Time
Starting in R2016b, you also can convert a datetime array to a string array with the
string function.
A date string includes characters that separate the fields, such as the hyphen, space, and
colon used here:
d = '23-Aug-2010 16:35:42'
Convert one or more date strings to a datetime array using the datetime function. For
best performance, specify the format of the input date strings as an input to datetime.
Note The specifiers that datetime uses to describe date and time formats differ from
the specifiers that the datestr, datevec, and datenum functions accept.
t = datetime(d,'InputFormat','dd-MMM-yyyy HH:mm:ss')
t =
datetime
23-Aug-2010 16:35:42
Although the date string, d, and the datetime scalar, t, look similar, they are not equal.
View the size and data type of each variable.
whos d t
7-54
Convert Between Datetime Arrays, Numbers, and Text
d 1x20 40 char
t 1x1 17 datetime
Convert a datetime array to a character vector using char or cellstr. For example,
convert the current date and time to a timestamp to append to a file name.
t = datetime('now','Format','yyyy-MM-dd''T''HHmmss')
t =
datetime
2017-01-03T151105
S = char(t);
filename = ['myTest_',S]
filename =
'myTest_2017-01-03T151105'
Convert a string array. MATLAB displays strings in double quotes. For best
performance, specify the format of the input date strings as an input to datetime.
str = string({'24-Oct-2016 11:58:17';
'19-Nov-2016 09:36:29';
'12-Dec-2016 10:09:06'})
str =
"24-Oct-2016 11:58:17"
"19-Nov-2016 09:36:29"
"12-Dec-2016 10:09:06"
7-55
7 Dates and Time
t = datetime(str,'InputFormat','dd-MMM-yyyy HH:mm:ss')
t =
24-Oct-2016 11:58:17
19-Nov-2016 09:36:29
12-Dec-2016 10:09:06
str =
"25-Dec-2016 06:12:34"
Convert one or more date vectors to a datetime array using the datetime function:
t = datetime([2012 10 24 10 45 07])
t =
datetime
24-Oct-2012 10:45:07
Instead of using datevec to extract components of datetime values, use functions such
as year, month, and day instead:
7-56
Convert Between Datetime Arrays, Numbers, and Text
y = year(t)
y =
2012
Alternatively, access the corresponding property, such as t.Year for year values:
y = t.Year
y =
2012
Serial time can represent fractions of days beginning at midnight; for example, 6 p.m.
equals 0.75 serial days. So the character vector '31-Oct-2003, 6:00 PM' in MATLAB
is date number 731885.75.
Convert one or more serial date numbers to a datetime array using the datetime
function. Specify the type of date number that is being converted:
t = datetime(731885.75,'ConvertFrom','datenum')
t =
datetime
31-Oct-2003 18:00:00
7-57
7 Dates and Time
t =
Subtract the origin value. For example, the origin value might be the starting day of an
experiment.
dt = t - datetime(2014,7,1)
dt =
x = hours(dt)
x =
y = log(x)
y =
See Also
cellstr | char | datenum | datetime | datevec
More About
• “Represent Dates and Times in MATLAB” on page 7-2
7-58
Carryover in Date Vectors and Strings
In the following example, the month element has a value of 22. MATLAB increments the
year value to 2010 and sets the month to October.
datestr([2009 22 03 00 00 00])
ans =
03-Oct-2010
The carrying forward of values also applies to time and day values in text representing
dates and times. For example, October 3, 2010 and September 33, 2010 are interpreted to
be the same date, and correspond to the same serial date number.
datenum('03-Oct-2010')
ans =
734414
datenum('33-Sep-2010')
ans =
734414
The following example takes the input month (07, or July), finds the last day of the
previous month (June 30), and subtracts the number of days in the field specifier (5 days)
from that date to yield a return date of June 25, 2010.
datestr([2010 07 -05 00 00 00])
ans =
25-Jun-2010
7-59
7 Dates and Time
Consider a date vector that includes the year 3000. This year is outside the range of
years that datestr interprets as elements of date vectors. Therefore, the input is
interpreted as a 1-by-6 vector of serial date numbers:
datestr([3000 11 05 10 32 56])
ans =
18-Mar-0008
11-Jan-0000
05-Jan-0000
10-Jan-0000
01-Feb-0000
25-Feb-0000
Here datestr interprets 3000 as a serial date number, and converts it to the date string
'18-Mar-0008'. Also, datestr converts the next five elements to date strings.
When converting such a date vector to a character vector, first convert it to a serial date
number using datenum. Then, convert the date number to a character vector using
datestr:
dn = datenum([3000 11 05 10 32 56]);
ds = datestr(dn)
ds =
05-Nov-3000 10:32:56
When converting dates to character vectors, datestr interprets input as either date
vectors or serial date numbers using a heuristic rule. Consider an m-by-6 matrix.
datestr interprets the matrix as m date vectors when:
7-60
Converting Date Vector Returns Unexpected Output
If either condition is false, for any row, then datestr interprets the m-by-6 matrix as m-
by-6 serial date numbers.
Usually, dates with years in the range 1700–2300 are interpreted as date vectors.
However, datestr might interpret rows with month, day, hour, minute, or second values
outside their normal ranges as serial date numbers. For example, datestr correctly
interprets the following date vector for the year 2014:
datestr([2014 06 21 10 51 00])
ans =
21-Jun-2014 10:51:00
But given a day value outside the typical range (1–31), datestr returns a date for each
element of the vector:
datestr([2014 06 2110 10 51 00])
ans =
06-Jul-0005
06-Jan-0000
10-Oct-0005
10-Jan-0000
20-Feb-0000
00-Jan-0000
When you have a matrix of date vectors that datestr might interpret incorrectly as
serial date numbers, first convert the matrix to serial date numbers using datenum.
Then, use datestr to convert the date numbers.
When you have a matrix of serial date numbers that datestr might interpret as date
vectors, first convert the matrix to a column vector. Then, use datestr to convert the
column vector.
7-61
8
Categorical Arrays
When you create categorical arrays from cell arrays of character vectors or string arrays,
leading and trailing spaces are removed. For example, if you specify the text {' cat' 'dog '}
as categories, then when you convert them to categories they become {'cat' 'dog'}.
You can use the categorical function to create a categorical array from a numeric
array, logical array, string array, cell array of character vectors, or an existing
categorical array.
Create a 1-by-11 cell array of character vectors containing state names from New
England.
state = {'MA','ME','CT','VT','ME','NH','VT','MA','NH','CT','RI'};
Convert the cell array, state, to a categorical array that has no mathematical order.
state = categorical(state)
MA ME CT VT ME NH VT MA NH
Columns 10 through 11
8-2
Create Categorical Arrays
CT RI
class(state)
ans =
'categorical'
categories(state)
Create a 1-by-8 cell array of character vectors containing the sizes of eight objects.
AllSizes = {'medium','large','small','small','medium',...
'large','medium','small'};
The cell array, AllSizes, has three distinct values: 'large', 'medium', and 'small'.
With the cell array of character vectors, there is no convenient way to indicate that
small < medium < large.
Convert the cell array, AllSizes, to an ordinal categorical array. Use valueset to
specify the values small, medium, and large, which define the categories. For an
ordinal categorical array, the first category specified is the smallest and the last category
is the largest.
valueset = {'small','medium','large'};
sizeOrd = categorical(AllSizes,valueset,'Ordinal',true)
8-3
8 Categorical Arrays
Columns 7 through 8
medium small
class(sizeOrd)
ans =
'categorical'
The order of the values in the categorical array, sizeOrd, remains unchanged.
The categories are listed in the specified order to match the mathematical ordering
small < medium < large.
Use the discretize function to create a categorical array by binning the values of x.
Put all values between zero and 15 in the first bin, all the values between 15 and 35 in
the second bin, and all the values between 35 and 50 in the third bin. Each bin includes
the left endpoint, but does not include the right endpoint.
catnames = {'small','medium','large'};
binnedData = discretize(x,[0 15 35 50],'categorical',catnames);
binnedData is a 100-by-1 ordinal categorical array with three categories, such that
small < medium < large.
8-4
Create Categorical Arrays
Use the summary function to print the number of elements in each category.
summary(binnedData)
small 30
medium 35
large 35
Starting in R2016b, you can create string arrays with the string function and convert
them to categorical array.
planets = categorical(str)
Add missing elements to str and convert it to a categorical array. Where str has
missing values, planets has undefined values.
str(8) = 'Mars'
Columns 7 through 8
<missing> "Mars"
planets = categorical(str)
8-5
8 Categorical Arrays
Columns 7 through 8
<undefined> Mars
See Also
categorical | categories | discretize | summary
Related Examples
• “Convert Text in Table Variables to Categorical” on page 8-7
• “Access Data Using Categorical Arrays” on page 8-30
• “Compare Categorical Array Elements” on page 8-20
More About
• “Advantages of Using Categorical Arrays” on page 8-43
• “Ordinal Categorical Arrays” on page 8-46
8-6
Convert Text in Table Variables to Categorical
load patients
whos
T = table(Age,Gender,Height,Weight,...
SelfAssessedHealthStatus,Location,...
'RowNames',LastName);
Convert Table Variables from Cell Arrays of Character Vectors to Categorical Arrays
The cell arrays of character vectors, Gender and Location, contain discrete sets of
unique values.
T.Gender = categorical(T.Gender);
T.Location = categorical(T.Location);
8-7
8 Categorical Arrays
T.SelfAssessedHealthStatus = categorical(T.SelfAssessedHealthStatus,...
{'Poor','Fair','Good','Excellent'},'Ordinal',true);
Print a Summary
View the data type, description, units, and other descriptive statistics for each variable
by using summary to summarize the table.
format compact
summary(T)
Variables:
Age: 100x1 double
Values:
Min 25
Median 39
Max 50
Gender: 100x1 categorical
Values:
Female 53
Male 47
Height: 100x1 double
Values:
Min 60
Median 67
Max 72
Weight: 100x1 double
Values:
Min 111
Median 142.5
Max 202
SelfAssessedHealthStatus: 100x1 ordinal categorical
Values:
Poor 11
Fair 15
Good 40
Excellent 34
8-8
Convert Text in Table Variables to Categorical
Create a subtable, T1, containing the age, height, and weight of all female patients who
were observed at County General Hospital. You can easily create a logical vector based
on the values in the categorical arrays Gender and Location.
rows is a 100-by-1 logical vector with logical true (1) for the table rows where the
gender is female and the location is County General Hospital.
T1 = T(rows,vars)
T1=19x3 table
Age Height Weight
___ ______ ______
Brown 49 64 119
Taylor 31 66 132
Anderson 45 68 128
Lee 44 66 146
Walker 28 65 123
Young 25 63 114
Campbell 37 65 135
Evans 39 62 121
Morris 43 64 135
Rivera 29 63 130
Richardson 30 67 141
8-9
8 Categorical Arrays
Cox 28 66 111
Torres 45 70 137
Peterson 32 60 136
Ramirez 48 64 137
Bennett 35 64 131
A is a 19-by-3 table.
Since ordinal categorical arrays have a mathematical ordering for their categories, you
can perform element-wise comparisons of them with relational operations, such as
greater than and less than.
Create a subtable, T2, of the gender, age, height, and weight of all patients who assessed
their health status as poor or fair.
rows = T.SelfAssessedHealthStatus<='Fair';
vars = {'Gender','Age','Height','Weight'};
T2 = T(rows,vars)
T2=26x4 table
Gender Age Height Weight
______ ___ ______ ______
Johnson Male 43 69 163
Jones Female 40 67 133
Thomas Female 42 66 137
Jackson Male 25 71 174
Garcia Female 27 69 131
Rodriguez Female 39 64 117
Lewis Female 41 62 137
Lee Female 44 66 146
Hall Male 25 70 189
Hernandez Male 36 68 166
Lopez Female 40 66 137
Gonzalez Female 35 66 118
Mitchell Male 39 71 164
Campbell Female 37 65 135
8-10
See Also
T2 is a 26-by-4 table.
See Also
Related Examples
• “Create and Work with Tables” on page 9-2
• “Create Categorical Arrays” on page 8-2
• “Access Data in a Table” on page 9-32
• “Access Data Using Categorical Arrays” on page 8-30
More About
• “Advantages of Using Categorical Arrays” on page 8-43
• “Ordinal Categorical Arrays” on page 8-46
8-11
8 Categorical Arrays
whos
The workspace variable, Location, is a cell array of character vectors that contains the
three unique medical facilities where patients were observed.
To access and compare data more easily, convert Location to a categorical array.
Location = categorical(Location);
39 patients were observed at County General Hospital, 24 at St. Mary's Medical Center,
and 37 at the VA Hospital.
8-12
Plot Categorical Data
SelfAssessedHealthStatus = categorical(SelfAssessedHealthStatus,...
{'Poor' 'Fair' 'Good' 'Excellent'},'Ordinal',true);
summary(SelfAssessedHealthStatus)
Poor 11
Fair 15
Good 40
Excellent 34
Plot Histogram
8-13
8 Categorical Arrays
Create a histogram of the hospital location for only the patients who assessed their
health as Fair or Poor.
figure
histogram(Location(SelfAssessedHealthStatus<='Fair'))
title('Location of Patients in Fair or Poor Health')
8-14
Plot Categorical Data
8-15
8 Categorical Arrays
The function pie accepts the categorical array, SelfAssessedHealthStatus, and plots
a pie chart of the four categories.
Create a Pareto chart from the category counts for each of the four categories of
SelfAssessedHealthStatus.
figure
A = countcats(SelfAssessedHealthStatus);
C = categories(SelfAssessedHealthStatus);
pareto(A,C);
title('Self Assessed Health Status From 100 Patients')
8-16
Plot Categorical Data
The first input argument to pareto must be a vector. If a categorical array is a matrix or
multidimensional array, reshape it into a vector before calling countcats and pareto.
Female 53
Male 47
8-17
8 Categorical Arrays
Gender is a 100-by-1 categorical array with two categories, Female and Male.
Use the categorical array, Gender, to access Weight and Height data for each gender
separately.
X1 = Weight(Gender=='Female');
Y1 = Height(Gender=='Female');
X2 = Weight(Gender=='Male');
Y2 = Height(Gender=='Male');
X1 and Y1 are 53-by-1 numeric arrays containing data from the female patients.
X2 and Y2 are 47-by-1 numeric arrays containing data from the male patients.
Create a scatter plot of height vs. weight. Indicate data from the female patients with a
circle and data from the male patients with a cross.
figure
h1 = scatter(X1,Y1,'o');
hold on
h2 = scatter(X2,Y2,'x');
8-18
See Also
See Also
bar | categorical | countcats | histogram | pie | rose | scatter | summary
Related Examples
• “Access Data Using Categorical Arrays” on page 8-30
8-19
8 Categorical Arrays
colors = categorical(C)
categories(colors)
Use the relational operator, eq (==), to compare the first and second rows of colors.
colors(1,:) == colors(2,:)
Only the values in the second column differ between the rows.
8-20
Compare Categorical Array Elements
Compare the entire categorical array, colors, to the character vector 'blue' to find the
location of all blue values.
colors == 'blue'
There are four blue entries in colors, one in each corner of the array.
Add a mathematical ordering to the categories in colors. Specify the category order that
represents the ordering of color spectrum, red < green < blue.
categories(colors)
Determine if elements in the first column of colors are greater than the elements in the
second column.
8-21
8 Categorical Arrays
Both values in the first column, blue, are greater than the corresponding values in the
second column, red and green.
Find all the elements in colors that are less than 'blue'.
The function lt (<) indicates the location of all green and red values with 1.
See Also
categorical | categories
Related Examples
• “Access Data Using Categorical Arrays” on page 8-30
More About
• “Relational Operations”
• “Advantages of Using Categorical Arrays” on page 8-43
• “Ordinal Categorical Arrays” on page 8-46
8-22
Combine Categorical Arrays
A is a 25-by-1 categorical array with three distinct categories: milk, water, and juice.
milk 8
water 8
juice 9
Eight students in classroom A prefer milk, eight prefer water, and nine prefer juice.
milk 12
water 10
juice 6
Twelve students in classroom B prefer milk, ten prefer water, and six prefer juice.
Concatenate the data from classrooms A and B into a single categorical array, Group1.
8-23
8 Categorical Arrays
Group1 = [A;B];
milk 20
water 18
juice 15
Group1 is a 53-by-1 categorical array with three categories: milk, water, and juice.
Create a categorical array, Group2, containing data from 50 students who were given the
additional beverage option of soda.
Group2 = gallery('integerdata',4,[50,1],2);
Group2 = categorical(Group2,1:4,{'juice' 'milk' 'soda' 'water'});
juice 18
milk 10
soda 13
water 9
Group2 is a 50-by-1 categorical array with four categories: juice, milk, soda, and
water.
milk 30
water 27
juice 33
soda 13
8-24
See Also
Concatenation appends the categories exclusive to the second input, soda, to the end of
the list of categories from the first input, milk, water, juice, soda.
Use reordercats to change the order of the categories in the categorical array,
students.
students = reordercats(students,{'juice','milk','water','soda'});
categories(students)
Use the function union to find the unique responses from Group1 and Group2.
C = union(Group1,Group2)
union returns the combined values from Group1 and Group2 with no repetitions. In this
case, C is equivalent to the categories of the concatenation, students.
All of the categorical arrays in this example were nonordinal. To combine ordinal
categorical arrays, they must have the same sets of categories including their order.
See Also
cat | categorical | categories | horzcat | summary | union | vertcat
8-25
8 Categorical Arrays
Related Examples
• “Create Categorical Arrays” on page 8-2
• “Combine Categorical Arrays Using Multiplication” on page 8-27
• “Convert Text in Table Variables to Categorical” on page 8-7
• “Access Data Using Categorical Arrays” on page 8-30
More About
• “Ordinal Categorical Arrays” on page 8-46
8-26
Combine Categorical Arrays Using Multiplication
Combine two categorical arrays using times. The input arrays must have the same
number of elements, but can have different numbers of categories.
A = categorical({'blue','red','green'});
B = categorical({'+','-','+'});
C = A.*B
Show the categories of C. The categories are all the ordered pairs that can be created
from the categories of A and B, also known as the Cartesian product.
categories(C)
D = B.*A
8-27
8 Categorical Arrays
categories(D)
A = categorical({'blue','red','green','black'});
B = categorical({'+','-','+','-'});
A = removecats(A,{'black'});
C = A.*B
Combine two ordinal categorical arrays. C is an ordinal categorical array only if A and B
are both ordinal. The ordering of the categories of C follows from the orderings of the
input categorical arrays.
A = categorical({'blue','red','green'},{'green','red','blue'},'Ordinal',true);
B = categorical({'+','-','+'},'Ordinal',true);
C = A.*B;
categories(C)
8-28
See Also
{'blue +' }
{'blue -' }
See Also
categorical | categories | summary | times
Related Examples
• “Create Categorical Arrays” on page 8-2
• “Combine Categorical Arrays” on page 8-23
• “Access Data Using Categorical Arrays” on page 8-30
More About
• “Ordinal Categorical Arrays” on page 8-46
8-29
8 Categorical Arrays
• Select elements from particular categories. For categorical arrays, use the
logical operators == or ~= to select data that is in, or not in, a particular category. To
select data in a particular group of categories, use the ismember function.
For ordinal categorical arrays, use inequalities >, >=, <, or <= to find data in
categories above or below a particular category.
• Delete data that is in a particular category. Use logical operators to include or
exclude data from particular categories.
• Find elements that are not in a defined category. Categorical arrays indicate
which elements do not belong to a defined category by <undefined>. Use the
isundefined function to find observations without a defined value.
8-30
Access Data Using Categorical Arrays
Gender and Location contain data that belong in categories. Each cell array contains
character vectors taken from a small set of unique values (indicating two genders and
three locations respectively). Convert Gender and Location to categorical arrays.
Gender = categorical(Gender);
Location = categorical(Location);
For categorical arrays, you can use the logical operators == and ~= to find the data that
is in, or not in, a particular category.
Determine if there are any patients observed at the location, 'Rampart General
Hospital'.
any(Location=='Rampart General Hospital')
ans = logical
0
You can use ismember to find data in a particular group of categories. Create a logical
vector for the patients observed at County General Hospital or VA Hospital.
VA_CountyGenIndex = ...
ismember(Location,{'County General Hospital','VA Hospital'});
8-31
8 Categorical Arrays
VA_CountyGenIndex is a 100-by-1 logical array containing logical true (1) for each
element in the categorical array Location that is a member of the category County
General Hospital or VA Hospital. The output, VA_CountyGenIndex contains 76
nonzero elements.
Use the logical vector, VA_CountyGenIndex to select the LastName of the patients
observed at either County General Hospital or VA Hospital.
VA_CountyGenPatients = LastName(VA_CountyGenIndex);
Use the summary function to print a summary containing the category names and the
number of elements in each category.
summary(Location)
summary(Gender)
Female 53
Male 47
Use logical operator == to access the age of only the female patients. Then plot a
histogram of this data.
figure()
histogram(Age(Gender=='Female'))
title('Age of Female Patients')
8-32
Access Data Using Categorical Arrays
You can use logical operators to include or exclude data from particular categories.
Delete all patients observed at VA Hospital from the workspace variables, Age and
Location.
Age = Age(Location~='VA Hospital');
Location = Location(Location~='VA Hospital');
Now, Age is a 63-by-1 numeric array, and Location is a 63-by-1 categorical array.
List the categories of Location, as well as the number of elements in each category.
8-33
8 Categorical Arrays
summary(Location)
The patients observed at VA Hospital are deleted from Location, but VA Hospital is
still a category.
Use the removecats function to remove VA Hospital from the categories of Location.
Location = removecats(Location,'VA Hospital');
Delete Element
You can delete elements by indexing. For example, you can remove the first element of
Location by selecting the rest of the elements with Location(2:end). However, an
easier way to delete elements is to use [].
Location(1) = [];
summary(Location)
Location is a 62-by-1 categorical array that has two categories. Deleting the first
element has no effect on other elements from the same category and does not delete the
category itself.
8-34
Access Data Using Categorical Arrays
Location(1:8)
After removing the category, County General Hospital, elements that previously
belonged to that category no longer belong to any category defined for Location.
Categorical arrays denote these elements as undefined.
Use the function isundefined to find observations that do not belong to any category.
undefinedIndex = isundefined(Location);
undefinedIndex is a 62-by-1 categorical array containing logical true (1) for all
undefined elements in Location.
Use the summary function to print the number of undefined elements in Location.
summary(Location)
The first element of Location belongs to the category, St. Mary's Medical Center.
Set the first element to be undefined so that it no longer belongs to any category.
Location(1) = '<undefined>';
summary(Location)
8-35
8 Categorical Arrays
You can make selected elements undefined without removing a category or changing
the categories of other elements. Set elements to be undefined to indicate elements with
values that are unknown.
You can use undefined elements to preallocate the size of a categorical array for better
performance. Create a categorical array that has elements with known locations only.
definedIndex = ~isundefined(Location);
newLocation = Location(definedIndex);
summary(newLocation)
Expand the size of newLocation so that it is a 200-by-1 categorical array. Set the last
new element to be undefined. All of the other new elements also are set to be
undefined. The 23 original elements keep the values they had.
newLocation(200) = '<undefined>';
summary(newLocation)
newLocation has room for values you plan to store in the array later.
See Also
any | categorical | categories | histogram | isundefined | removecats |
summary
Related Examples
• “Create Categorical Arrays” on page 8-2
• “Convert Text in Table Variables to Categorical” on page 8-7
• “Plot Categorical Data” on page 8-12
• “Compare Categorical Array Elements” on page 8-20
• “Work with Protected Categorical Arrays” on page 8-38
8-36
See Also
More About
• “Advantages of Using Categorical Arrays” on page 8-43
• “Ordinal Categorical Arrays” on page 8-46
8-37
8 Categorical Arrays
When you create a categorical array with the categorical function, you have the
option of specifying whether or not the categories are protected. Ordinal categorical
arrays always have protected categories, but you also can create a nonordinal categorical
array that is protected using the 'Protected',true name-value pair argument.
When you assign values that are not in the array's list of categories, the array updates
automatically so that its list of categories includes the new values. Similarly, you can
combine (nonordinal) categorical arrays that have different categories. The categories in
the result include the categories from both arrays.
When you assign new values to a protected categorical array, the values must belong to
one of the existing categories. Similarly, you can only combine protected arrays that have
the same categories.
• If you want to combine two nonordinal categorical arrays that have protected
categories, they must have the same categories, but the order does not matter. The
resulting categorical array uses the category order from the first array.
• If you want to combine two ordinal categorical array (that always have protected
categories), they must have the same categories, including their order.
To add new categories to the array, you must use the function addcats.
Create a categorical array containing the sizes of 10 objects. Use the names small,
medium, and large for the values 'S', 'M', and 'L'.
A = categorical({'M';'L';'S';'S';'M';'L';'M';'L';'M';'S'},...
{'S','M','L'},{'small','medium','large'},'Ordinal',true)
8-38
Work with Protected Categorical Arrays
large
medium
small
When you create an ordinal categorical array, the categories are always protected.
Use the isprotected function to verify that the categories of A are protected.
tf = isprotected(A)
tf = logical
1
If you try to assign a new value that does not belong to one of the existing categories,
then MATLAB® returns an error. For example, you cannot assign the value 'xlarge' to
the categorical array, as in the expression A(2) = 'xlarge', because xlarge is not a
category of A. Instead, MATLAB® returns the error:
8-39
8 Categorical Arrays
To add a new category for xlarge, use the addcats function. Since A is ordinal you must
specify the order for the new category.
A = addcats(A,'xlarge','After','large');
A is now a 10-by-1 categorical array with four categories, such that small < medium <
large < xlarge.
Create another ordinal categorical array, B, containing the sizes of five items.
B = categorical([2;1;1;2;2],1:2,{'xsmall','small'},'Ordinal',true)
B is a 5-by-1 categorical array with two categories such that xsmall < small.
To combine two ordinal categorical arrays (which always have protected categories), they
must have the same categories and the categories must be in the same order.
8-40
Work with Protected Categorical Arrays
A = addcats(A,'xsmall','Before','small');
categories(A)
B = addcats(B,{'medium','large','xlarge'},'After','small');
categories(B)
The categories of A and B are now the same including their order.
C = [A;B]
8-41
8 Categorical Arrays
xsmall
small
small
categories(C)
C is a 16-by-1 ordinal categorical array with five categories, such that xsmall < small
< medium < large < xlarge.
See Also
addcats | categorical | categories | isordinal | isprotected | summary
Related Examples
• “Create Categorical Arrays” on page 8-2
• “Convert Text in Table Variables to Categorical” on page 8-7
• “Access Data Using Categorical Arrays” on page 8-30
• “Combine Categorical Arrays” on page 8-23
• “Combine Categorical Arrays Using Multiplication” on page 8-27
More About
• “Ordinal Categorical Arrays” on page 8-46
8-42
Advantages of Using Categorical Arrays
An ordering other than alphabetical order is not possible with character arrays or cell
arrays of character vectors. Thus, inequality comparisons, such as greater and less than,
are not possible. With categorical arrays, you can use relational operations to test for
equality and perform element-wise comparisons that have a meaningful mathematical
ordering.
8-43
8 Categorical Arrays
defined as character vectors, which can be costly to store and manipulate in a cell array
of character vectors or char array. Categorical arrays store only one copy of each
category name, often reducing the amount of memory required to store the array.
whos state
The variable state is a cell array of character vectors requiring 17,400 bytes of memory.
state = categorical(state);
categories(state)
whos state
8-44
See Also
See Also
categorical | categories
Related Examples
• “Create Categorical Arrays” on page 8-2
• “Convert Text in Table Variables to Categorical” on page 8-7
• “Compare Categorical Array Elements” on page 8-20
• “Access Data Using Categorical Arrays” on page 8-30
More About
• “Ordinal Categorical Arrays” on page 8-46
8-45
8 Categorical Arrays
In this section...
“Order of Categories” on page 8-46
“How to Create Ordinal Categorical Arrays” on page 8-46
“Working with Ordinal Categorical Arrays” on page 8-48
Order of Categories
categorical is a data type to store data with values from a finite set of discrete
categories, which can have a natural order. You can specify and rearrange the order of
categories in all categorical arrays. However, you only can treat ordinal categorical
arrays as having a mathematical ordering to their categories. Use an ordinal categorical
array if you want to use the functions min, max, or relational operations, such as greater
than and less than.
The discrete set of pet categories {'dog' 'cat' 'bird'} has no meaningful
mathematical ordering. You are free to use any category order and the meaning of the
associated data does not change. For example, pets =
categorical({'bird','cat','dog','dog','cat'}) creates a categorical array
and the categories are listed in alphabetical order, {'bird' 'cat' 'dog'}. You can
choose to specify or change the order of the categories to {'dog' 'cat' 'bird'} and
the meaning of the data does not change.
8-46
Ordinal Categorical Arrays
Create an ordinal categorical array, sizes, from a cell array of character vectors, A. Use
valueset, specified as a vector of unique values, to define the categories for sizes.
sizes = categorical(A,valueset,'Ordinal',true)
sizes is 3-by-2 ordinal categorical array with three categories such that small <
medium < large. The order of the values in valueset becomes the order of the
categories of sizes.
Create an equivalent categorical array from an array of integers. Use the values 1, 2, and
3 to define the categories small, medium, and large, respectively.
A2 = [2 3; 1 2; 3 1];
valueset = 1:3;
catnames = {'small','medium','large'};
sizes2 = categorical(A2,valueset,catnames,'Ordinal',true)
isequal(sizes,sizes2)
ans = logical
1
8-47
8 Categorical Arrays
sizes and sizes2 are equivalent categorical arrays with the same ordering of
categories.
Create a nonordinal categorical array from the cell array of character vectors, A.
sizes3 = categorical(A)
isordinal(sizes3)
ans = logical
0
Convert sizes3 to an ordinal categorical array, such that small < medium < large.
sizes3 = categorical(sizes3,{'small','medium','large'},'Ordinal',true);
sizes3 is now a 3-by-2 ordinal categorical array equivalent to sizes and sizes2.
8-48
See Also
See Also
categorical | categories | isequal | isordinal
Related Examples
• “Create Categorical Arrays” on page 8-2
• “Convert Text in Table Variables to Categorical” on page 8-7
• “Compare Categorical Array Elements” on page 8-20
• “Access Data Using Categorical Arrays” on page 8-30
More About
• “Advantages of Using Categorical Arrays” on page 8-43
8-49
8 Categorical Arrays
The following table lists notable MATLAB functions that operate on categorical arrays in
addition to other arrays.
size isequal intersect plot double
length isequaln ismember plot3 single
ndims setdiff scatter int8
numel eq setxor scatter3 int16
ne unique bar int32
isrow lt union barh int64
iscolumn le histogram uint8
ge times uint16
cat gt pie uint32
horzcat sort rosestem uint64
vertcat min sortrows stairs char
max issorted area string
median mesh cellstr
mode permute surf
reshape surface
transpose
ctranspose semilogx
semilogy
fill
fill3
line
text
8-50
9
Tables
Tables are suitable for column-oriented or tabular data that are often stored as columns
in a text file or in a spreadsheet. Each variable in a table can have a different data type,
but must have the same number of rows. However, variables in a table are not restricted
to column vectors. For example, a table variable can contain a matrix with multiple
columns as long as it has the same number of rows as the other table variables. A typical
use for a table is to store experimental data, where rows represent different observations
and columns represent different measured variables.
Tables are convenient containers for collecting and organizing related data variables and
for viewing and summarizing data. For example, you can extract variables to perform
calculations and conveniently add the results as new table variables. When you finish
your calculations, write the table to a file to save your results.
Create a table from workspace variables and view it. Alternatively, use the Import Tool
or the readtable function to create a table from a spreadsheet or a text file. When you
import data from a file using these functions, each column becomes a table variable.
Load sample data for 100 patients from the patients MAT-file to workspace variables.
load patients
whos
9-2
Create and Work with Tables
Populate a table with column-oriented variables that contain patient data. You can
access and assign table variables by name. When you assign a table variable from a
workspace variable, you can assign the table variable a different name.
Create a table and populate it with the Gender, Smoker, Height, and Weight
workspace variables. Display the first five rows.
T = table(Gender,Smoker,Height,Weight);
T(1:5,:)
ans=5x4 table
Gender Smoker Height Weight
________ ______ ______ ______
As an alternative, use the readtable function to read the patient data from a comma-
delimited file. readtable reads all the columns that are in a file.
T2 = readtable('patients.dat');
T2(1:5,:)
ans=5x10 table
LastName Gender Age Location Height Weight
__________ ________ ___ ___________________________ ______ ______
You can assign more column-oriented table variables using dot notation, T.varname,
where T is the table and varname is the desired variable name. Create identifiers that
are random numbers. Then assign them to a table variable, and name the table variable
9-3
9 Tables
ID. All the variables you assign to a table must have the same number of rows. Display
the first five rows of T.
T.ID = randi(1e4,100,1);
T(1:5,:)
ans=5x5 table
Gender Smoker Height Weight ID
________ ______ ______ ______ ____
All the variables you assign to a table must have the same number of rows.
View the data type, description, units, and other descriptive statistics for each variable
by creating a table summary using the summary function.
summary(T)
Variables:
Values:
True 34
False 66
Values:
Min 60
Median 67
Max 72
9-4
Create and Work with Tables
Values:
Min 111
Median 142.5
Max 202
Values:
Min 120
Median 5485.5
Max 9706
ans =
100 5
Create a new, smaller table containing the first five rows of T and display it. You can use
numeric indexing within parentheses to specify rows and variables. This method is
similar to indexing into numeric arrays to create subarrays. Tnew is a 5-by-5 table.
Tnew = T(1:5,:)
Tnew=5x5 table
Gender Smoker Height Weight ID
________ ______ ______ ______ ____
Create a smaller table containing all rows of Tnew and the variables from the second to
the last. Use the end keyword to indicate the last variable or the last row of a table. Tnew
is a 5-by-4 table.
9-5
9 Tables
Tnew = Tnew(:,2:end)
Tnew=5x4 table
Smoker Height Weight ID
______ ______ ______ ____
Add row names to T and index into the table using row and variable names instead of
numeric indices. Add row names by assigning the LastName workspace variable to the
RowNames property of T.
T.Properties.RowNames = LastName;
T(1:5,:)
ans=5x5 table
Gender Smoker Height Weight ID
________ ______ ______ ______ ____
Return the size of T. The size does not change because row and variable names are not
included when calculating the size of a table.
size(T)
ans =
100 5
9-6
Create and Work with Tables
Select all the data for the patients with the last names 'Smith' and 'Johnson'. In this
case, it is simpler to use the row names than to use numeric indices. Tnew is a 2-by-5
table.
Tnew = T({'Smith','Johnson'},:)
Tnew=2x5 table
Gender Smoker Height Weight ID
______ ______ ______ ______ ____
Select the height and weight of the patient named 'Johnson' by indexing on variable
names. Tnew is a 1-by-2 table.
Tnew = T('Johnson',{'Height','Weight'})
Tnew=1x2 table
Height Weight
______ ______
Johnson 69 163
You can access table variables either with dot syntax, as in T.Height, or by named
indexing, as in T(:,'Height').
You can access the contents of table variables, and then perform calculations on them
using MATLAB® functions. Calculate body-mass-index (BMI) based on data in the
existing table variables and add it as a new variable. Plot the relationship of BMI to a
patient's status as a smoker or a nonsmoker. Add blood-pressure readings to the table,
and plot the relationship of blood pressure to BMI.
Calculate BMI using the table variables, Weight and Height. You can extract Weight
and Height for the calculation while conveniently keeping Weight, Height, and BMI in
the table with the rest of the patient data. Display the first five rows of T.
T.BMI = (T.Weight*0.453592)./(T.Height*0.0254).^2;
T(1:5,:)
9-7
9 Tables
ans=5x6 table
Gender Smoker Height Weight ID BMI
________ ______ ______ ______ ____ ______
Populate the variable units and variable descriptions properties for BMI. You can add
metadata to any table variable to describe further the data contained in the variable.
T.Properties.VariableUnits{'BMI'} = 'kg/m^2';
T.Properties.VariableDescriptions{'BMI'} = 'Body Mass Index';
9-8
Create and Work with Tables
Add blood pressure readings for the patients from the workspace variables Systolic
and Diastolic. Each row contains Systolic, Diastolic, and BMI values for the same
patient.
T.Systolic = Systolic;
T.Diastolic = Diastolic;
9-9
9 Tables
h2 = histogram(T.Diastolic(tf),'BinMethod','integers');
xlabel('Diastolic Reading (mm Hg)');
ylabel('Number of Patients');
legend('BMI <= 25','BMI > 25');
title('Diastolic Readings for Low and High BMI');
hold off
To prepare the table for output, reorder the table rows by name, and table variables by
position or name. Display the final arrangement of the table.
Sort the table by row names so that patients are listed in alphabetical order.
9-10
Create and Work with Tables
T = sortrows(T,'RowNames');
T(1:5,:)
ans=5x8 table
Gender Smoker Height Weight ID BMI Systolic
________ ______ ______ ______ ____ ______ ________
Delete Systolic and Diastolic from the table since they are redundant.
T.Systolic = [];
T.Diastolic = [];
T(1:5,:)
ans=5x7 table
Gender Smoker Height Weight ID BMI BloodPress
________ ______ ______ ______ ____ ______ __________
T(1:5,:)
ans=5x7 table
ID Gender Smoker Height Weight BMI BloodPress
9-11
9 Tables
You also can reorder table variables by name. To reorder the table variables so that
Gender is last:
ans=5x7 table
ID Smoker Height Weight BMI BloodPressure Gend
____ ______ ______ ______ ______ _____________ _____
You can write the entire table to a file, or create a subtable to write a selected portion of
the original table to a separate file.
writetable(T,'allPatientsBMI.txt');
9-12
See Also
You can use the readtable function to read the data in allPatientsBMI.txt into a
new table.
Create a subtable and write the subtable to a separate file. Delete the rows that contain
data on patients who are smokers. Then remove the Smoker variable. nonsmokers
contains data only for the patients who are not smokers.
nonsmokers = T;
toDelete = (nonsmokers.Smoker == true);
nonsmokers(toDelete,:) = [];
nonsmokers.Smoker = [];
writetable(nonsmokers,'nonsmokersBMI.txt');
See Also
Import Tool | array2table | cell2table | readtable | sortrows |
struct2table | summary | table | writetable
Related Examples
• “Clean Messy and Missing Data in Tables” on page 9-22
• “Modify Units, Descriptions and Table Variable Names” on page 9-28
• “Access Data in a Table” on page 9-32
More About
• “Advantages of Using Tables” on page 9-54
9-13
9 Tables
load patients
T = table(LastName,Gender,Age,Height,Weight,Smoker,Systolic,Diastolic);
size(T)
ans =
100 8
T2 = readtable('morePatients.csv');
Tnew = [T;T2];
size(Tnew)
ans =
104 8
The table Tnew has 104 rows. In order to vertically concatenate two tables, both tables
must have the same number of variables, with the same variable names. If the variable
names are different, you can directly assign new rows in a table to rows from another
table. For example, T(end+1:end+4,:) = T2.
To append new rows stored in a cell array, vertically concatenate the cell array onto the
end of the table. You can concatenate directly from a cell array when it has the right
9-14
Add and Delete Table Rows
number of columns and the contents of its cells can be concatenated onto the
corresponding table variables.
cellPatients = {'Edwards','Male',42,70,158,0,116,83;
'Falk','Female',28,62,125,1,120,71};
Tnew = [Tnew;cellPatients];
size(Tnew)
ans =
106 8
You also can convert a cell array to a table using the cell2table function.
You also can append new rows stored in a structure. Convert the structure to a table, and
then concatenate the tables.
structPatients(1,1).LastName = 'George';
structPatients(1,1).Gender = 'Male';
structPatients(1,1).Age = 45;
structPatients(1,1).Height = 76;
structPatients(1,1).Weight = 182;
structPatients(1,1).Smoker = 1;
structPatients(1,1).Systolic = 132;
structPatients(1,1).Diastolic = 85;
structPatients(2,1).LastName = 'Hadley';
structPatients(2,1).Gender = 'Female';
structPatients(2,1).Age = 29;
structPatients(2,1).Height = 58;
structPatients(2,1).Weight = 120;
structPatients(2,1).Smoker = 0;
structPatients(2,1).Systolic = 112;
structPatients(2,1).Diastolic = 70;
Tnew = [Tnew;struct2table(structPatients)];
size(Tnew)
ans =
108 8
9-15
9 Tables
To omit any rows in a table that are duplicated, use the unique function.
Tnew = unique(Tnew);
size(Tnew)
ans =
106 8
Tnew([18,20,21],:) = [];
size(Tnew)
ans =
103 8
First, specify the variable of identifiers, LastName, as row names. Then, delete the
variable, LastName, from Tnew. Finally, use the row name to index and delete rows.
Tnew.Properties.RowNames = Tnew.LastName;
Tnew.LastName = [];
Tnew('Smith',:) = [];
size(Tnew)
ans =
102 7
The table now has one less row and one less variable.
9-16
See Also
You also can search for observations in the table. For example, delete rows for any
patients under the age of 30.
toDelete = Tnew.Age < 30;
Tnew(toDelete,:) = [];
size(Tnew)
ans =
85 7
See Also
array2table | cell2table | readtable | struct2table | table
Related Examples
• “Add and Delete Table Variables” on page 9-18
• “Clean Messy and Missing Data in Tables” on page 9-22
9-17
9 Tables
Load the sample patients data and create two tables. Create one table, T, with
information collected from a patient questionnaire and create another table, T1, with
data measured from the patient.
load patients
T = table(Age,Gender,Smoker);
T1 = table(Height,Weight,Systolic,Diastolic);
ans=5x3 table
Age Gender Smoker
___ ________ ______
38 'Male' true
43 'Male' false
38 'Female' false
40 'Female' false
49 'Female' false
T1(1:5,:)
ans=5x4 table
Height Weight Systolic Diastolic
______ ______ ________ _________
71 176 124 93
69 163 109 77
64 131 125 83
67 133 117 75
64 119 122 80
9-18
Add and Delete Table Variables
T = [T T1];
T(1:5,:)
ans=5x7 table
Age Gender Smoker Height Weight Systolic Diastolic
___ ________ ______ ______ ______ ________ _________
If the tables that you are horizontally concatenating have row names, horzcat
concatenates the tables by matching the row names. Therefore, the tables must use the
same row names, but the row order does not matter.
First create a new variable for blood pressure as a horizontal concatenation of the two
variables Systolic and Diastolic. Then, delete the variables Systolic and
Diastolic by name using dot indexing.
T.Systolic = [];
T.Diastolic = [];
Alternatively, you can also use parentheses with named indexing to delete the variables
Systolic and Diastolic at once, T(:,{'Systolic','Diastolic'}) = [];.
9-19
9 Tables
T(1:5,:)
ans=5x6 table
Age Gender Smoker Height Weight BloodPressure
___ ________ ______ ______ ______ _____________
Add a new variable, BMI, in the table, T, to contain the body mass index for each patient.
BMI is a function of height and weight.
T.BMI = (T.Weight*0.453592)./(T.Height*0.0254).^2;
The operators ./ and .^ in the calculation of BMI indicate element-wise division and
exponentiation, respectively.
T(1:5,:)
ans=5x7 table
Age Gender Smoker Height Weight BloodPressure BMI
___ ________ ______ ______ ______ _____________ ______
Delete the third variable, Smoker, and the sixth variable, BloodPressure, from the
table.
9-20
See Also
T(:,[3,6]) = [];
T(1:5,:)
ans=5x5 table
Age Gender Height Weight BMI
___ ________ ______ ______ ______
See Also
array2table | cell2table | readtable | struct2table | table
Related Examples
• “Add and Delete Table Rows” on page 9-14
• “Clean Messy and Missing Data in Tables” on page 9-22
• “Modify Units, Descriptions and Table Variable Names” on page 9-28
9-21
9 Tables
Load sample data from a comma-separated text file, messy.csv. The file contains many
different missing data indicators:
To specify the character vectors to treat as empty values, use the 'TreatAsEmpty'
name-value pair argument with the readtable function.
T = readtable('messy.csv','TreatAsEmpty',{'.','NA'})
T=21x5 table
A B C D E
______ ____ _____ ____ ____
'afe1' 3 'yes' 3 3
'egh3' NaN 'no' 7 7
'wth4' 3 'yes' 3 3
'atn2' 23 'no' 23 23
'arg1' 5 'yes' 5 5
'jre3' 34.6 'yes' 34.6 34.6
'wen9' 234 'yes' 234 234
'ple2' 2 'no' 2 2
'dbo8' 5 'no' 5 5
'oii4' 5 'yes' 5 5
'wnk3' 245 'yes' 245 245
'abk6' 563 '' 563 563
'pnj5' 463 'no' 463 463
'wnn3' 6 'no' 6 6
'oks9' 23 'yes' 23 23
'wba3' NaN 'yes' NaN 14
9-22
Clean Messy and Missing Data in Tables
T is a table with 21 rows and five variables. 'TreatAsEmpty' only applies to numeric
columns in the file and cannot handle numeric literals, such as '-99'.
Summarize Table
View the data type, description, units, and other descriptive statistics for each variable
by creating a table summary using the summary function.
summary(T)
Variables:
B: 21x1 double
Values:
Min -99
Median 14
Max 563
NumMissing 3
D: 21x1 double
Values:
Min -99
Median 7
Max 563
NumMissing 2
E: 21x1 double
Values:
Min -99
Median 14
Max 563
When you import data from a file, the default is for readtable to read any variables
with nonnumeric elements as a cell array of character vectors.
9-23
9 Tables
Display the subset of rows from the table, T, that have at least one missing value.
TF = ismissing(T,{'' '.' 'NA' NaN -99});
T(any(TF,2),:)
ans=5x5 table
A B C D E
______ ___ _____ ___ ___
readtable replaced '.' and 'NA' with NaN in the numeric variables, B, D, and E.
Clean the data so that the missing values indicated by code -99 have the standard
MATLAB® numeric missing value indicator, NaN.
T = standardizeMissing(T,-99)
T=21x5 table
A B C D E
______ ____ _____ ____ ____
'afe1' 3 'yes' 3 3
'egh3' NaN 'no' 7 7
'wth4' 3 'yes' 3 3
'atn2' 23 'no' 23 23
'arg1' 5 'yes' 5 5
'jre3' 34.6 'yes' 34.6 34.6
'wen9' 234 'yes' 234 234
'ple2' 2 'no' 2 2
'dbo8' 5 'no' 5 5
'oii4' 5 'yes' 5 5
'wnk3' 245 'yes' 245 245
'abk6' 563 '' 563 563
'pnj5' 463 'no' 463 463
'wnn3' 6 'no' 6 6
9-24
Clean Messy and Missing Data in Tables
'oks9' 23 'yes' 23 23
'wba3' NaN 'yes' NaN 14
Create a new table, T2, and replace missing values with values from previous rows of the
table. fillmissing provides a number of ways to fill in missing values.
T2 = fillmissing(T,'previous')
T2=21x5 table
A B C D E
______ ____ _____ ____ ____
'afe1' 3 'yes' 3 3
'egh3' 3 'no' 7 7
'wth4' 3 'yes' 3 3
'atn2' 23 'no' 23 23
'arg1' 5 'yes' 5 5
'jre3' 34.6 'yes' 34.6 34.6
'wen9' 234 'yes' 234 234
'ple2' 2 'no' 2 2
'dbo8' 5 'no' 5 5
'oii4' 5 'yes' 5 5
'wnk3' 245 'yes' 245 245
'abk6' 563 'yes' 563 563
'pnj5' 463 'no' 463 463
'wnn3' 6 'no' 6 6
'oks9' 23 'yes' 23 23
'wba3' 23 'yes' 23 14
Create a new table, T3, that contains only the rows from T without missing values.
T3 = rmmissing(T)
T3=16x5 table
A B C D E
______ ____ _____ ____ ____
'afe1' 3 'yes' 3 3
'wth4' 3 'yes' 3 3
9-25
9 Tables
'atn2' 23 'no' 23 23
'arg1' 5 'yes' 5 5
'jre3' 34.6 'yes' 34.6 34.6
'wen9' 234 'yes' 234 234
'ple2' 2 'no' 2 2
'dbo8' 5 'no' 5 5
'oii4' 5 'yes' 5 5
'wnk3' 245 'yes' 245 245
'pnj5' 463 'no' 463 463
'wnn3' 6 'no' 6 6
'oks9' 23 'yes' 23 23
'pkn4' 2 'no' 2 2
'adw3' 22 'no' 22 22
'bas8' 23 'no' 23 23
Organize Data
Sort the rows of T3 in descending order by C, and then sort in ascending order by A.
T3 = sortrows(T2,{'C','A'},{'descend','ascend'})
T3=21x5 table
A B C D E
______ ____ _____ ____ ____
9-26
See Also
In C, the rows are grouped first by 'yes', followed by 'no'. Then in A, the rows are
listed alphabetically.
T3 = T3(:,{'A','C','B','D','E'})
T3=21x5 table
A C B D E
______ _____ ____ ____ ____
See Also
fillmissing | ismissing | readtable | rmmissing | sortrows |
standardizeMissing | summary
Related Examples
• “Add and Delete Table Rows” on page 9-14
• “Add and Delete Table Variables” on page 9-18
• “Modify Units, Descriptions and Table Variable Names” on page 9-28
• “Access Data in a Table” on page 9-32
• “Missing Data in MATLAB”
9-27
9 Tables
load patients
BloodPressure = [Systolic Diastolic];
T = table(Gender,Age,Height,Weight,Smoker,BloodPressure);
T(1:5,:)
Specify units for each variable in the table by modifying the table property,
VariableUnits. Specify the variable units as a cell array of character vectors.
An individual empty character vector within the cell array indicates that the
corresponding variable does not have units.
9-28
Modify Units, Descriptions and Table Variable Names
Add a variable description for the variable, BloodPressure. Assign a single character
vector to the element of the cell array containing the description for BloodPressure.
T.Properties.VariableDescriptions{'BloodPressure'} = 'Systolic/Diastolic';
You can use the variable name, 'BloodPressure', or the numeric index of the variable,
6, to index into the cell array of character vectors containing the variable descriptions.
View the data type, description, units, and other descriptive statistics for each variable
by using summary to summarize the table.
summary(T)
Variables:
Units: Yrs
Values:
Min 25
Median 39
Max 50
Units: In
Values:
Min 60
Median 67
Max 72
Units: Lbs
Values:
9-29
9 Tables
Min 111
Median 142.5
Max 202
Values:
True 34
False 66
Description: Systolic/Diastolic
Values:
BloodPressure_1 BloodPressure_2
_______________ _______________
Min 109 68
Median 122 81.5
Max 138 99
The BloodPressure variable has a description and the Age, Height, Weight, and
BloodPressure variables have units.
Change the variable name for the first variable from Gender to Sex.
T.Properties.VariableNames{'Gender'} = 'Sex';
9-30
See Also
In addition to properties for variable units, descriptions and names, there are table
properties for row and dimension names, a table description, and user data.
See Also
array2table | cell2table | readtable | struct2table | summary | table
Related Examples
• “Add and Delete Table Variables” on page 9-18
• “Access Data in a Table” on page 9-32
9-31
9 Tables
If you use curly braces, the resulting array is the horizontal concatenation of the
specified table variables containing only the specified rows. The data types of all the
specified variables must be compatible for concatenation. You can then perform
calculations using MATLAB functions.
Dot indexing extracts data from one table variable. The result is an array of the same
data type as extracted variable. You can follow the dot indexing with parentheses to
specify a subset of rows to extract from a variable.
To subscript into a table and select variables of a specified type, use the vartype
function.
Consider a table, T.
Type of Result Syntax Rows Variables
Indexing
Parentheses table T(rows,var One or more rows, One or more variables,
s) specified by rows specified by vars
Curly Braces extracte T{rows,var One or more rows, One or more variables,
d data s} specified by rows specified by vars
9-32
Access Data in a Table
When indexing into a table with parentheses, curly braces, or dot indexing, you can
specify rows as a colon, numeric indices, or logical expressions. Furthermore, you can
index by name using a single row name or a cell array of row names.
A logical expression can contain curly braces or dot indexing to extract data from which
you can define the subset of rows. For example, rows = T.Var2>0 returns a logical
array with logical true (1) for rows where the value in the variable Var2 is greater than
zero.
When indexing into a table with parentheses or curly braces, you can specify vars as a
colon, numeric indices, logical expressions, a single variable name, a cell array of variable
names, or as the output of the vartype function..
9-33
9 Tables
When using dot indexing, you must specify a single variable to access. For a single
variable name, use T.var. For a single variable index, specified as a positive integer, use
T.(varindex).
Load the sample patients data and create a table. Use the unique identifiers in
LastName as row names.
load patients
patients = table(Age,Gender,Height,Weight,Smoker,...
'RowNames',LastName);
View the data type, description, units, and other descriptive statistics for each variable
by using summary to summarize the table.
summary(patients)
Variables:
Values:
Min 25
Median 39
Max 50
Values:
Min 60
Median 67
9-34
Access Data in a Table
Max 72
Values:
Min 111
Median 142.5
Max 202
Values:
True 34
False 66
Create a subtable containing the first five rows and all the variables from the table,
patients. Use numeric indexing within the parentheses to specify the desired rows and
variables. This is similar to indexing with numeric arrays.
T1 = patients(1:5,:)
T1=5x5 table
Age Gender Height Weight Smoker
___ ________ ______ ______ ______
T1 is a 5-by-5 table. In addition to numeric indices, you can use row or variable names
inside the parentheses. In this case, using row indices and a colon is more compact than
using row or variable names.
Select all the data for the patients with the last names 'Adams' and 'Brown'. In this
case, it is simpler to use the row names than to use the numeric index.
9-35
9 Tables
T2 = patients({'Adams','Brown'},:)
T2=2x5 table
Age Gender Height Weight Smoker
___ ________ ______ ______ ______
T2 is a 2-by-5 table.
Create a new table, T3, containing the gender, height, and weight of the patients under
the age of 30. Select only the rows where the value in the variable, Age, is less than 30.
Use dot notation to extract data from a table variable and a logical expression to define
the subset of rows based on that extracted data.
rows = patients.Age<30;
vars = {'Gender','Height','Weight'};
rows is a 100-by-1 logical array containing logical true (1) for rows where the value in
the variable, Age, is less than 30.
Use parentheses to return a table containing the desired subset of the data.
T3 = patients(rows,vars)
T3=15x3 table
Gender Height Weight
________ ______ ______
9-36
Access Data in a Table
T3 is a 15-by-3 table.
Load the sample patients data and create a table. Use the unique identifiers in
LastName as row names.
load patients
patients = table(Age,Gender,Height,Weight,Smoker,...
'RowNames',LastName);
Extract data from multiple variables in the table, patients by using curly braces. Since
dot indexing extracts data from a single variable at a time, braces are more convenient
when you want to extract more than one variable.
Extract the height and weight for the first five patients. Use numeric indices to select the
subset of rows, 1:5, and variable names to select the subset of variables,
{Height,Weight}.
A = patients{1:5,{'Height','Weight'}}
A =
71 176
69 163
64 131
67 133
9-37
9 Tables
64 119
Use dot indexing to easily extract the contents of a single variable. Plot a histogram of
the numeric data in the variable, Weight.
figure()
histogram(patients.Weight)
title(' Patient Weight')
9-38
See Also
To specify a subset of rows for a single variable, you can follow the dot indexing with
parentheses or curly braces. Extract the heights of the nonsmoker patients under the age
of 30.
Use dot notation to extract data from table variables and a logical expression to define
the subset of rows based on that extracted data.
rows = patients.Smoker==false & patients.Age<30;
Use dot notation to extract the desired rows from the variable, Height.
patients.Height(rows)
ans =
68
71
70
63
64
63
65
66
68
66
The output is a 11-by-1 numeric array. Alternatively, you can specify the single variable,
Height, within curly braces to extract the desired data, patients{rows,'Height'}.
See Also
histogram | summary | table
Related Examples
• “Create and Work with Tables” on page 9-2
• “Modify Units, Descriptions and Table Variable Names” on page 9-28
9-39
9 Tables
More About
• “Advantages of Using Tables” on page 9-54
9-40
Calculations on Tables
Calculations on Tables
This example shows how to perform calculations on tables.
The functions rowfun and varfun each apply a specified function to a table, yet many
other functions require numeric or homogeneous arrays as input arguments. You can
extract data from individual variables using dot indexing or from one or more variables
using curly braces. The extracted data is then an array that you can use as input to other
functions.
Read data from a comma-separated text file, testScores.csv, into a table using the
readtable function. testScores.csv contains test scores for several students. Use the
student names in the first column of the text file as row names in the table.
T = readtable('testScores.csv','ReadRowNames',true)
T=10x4 table
Gender Test1 Test2 Test3
________ _____ _____ _____
HOWARD 'male' 90 87 93
WARD 'male' 87 85 83
TORRES 'male' 86 85 88
PETERSON 'female' 75 80 72
GRAY 'female' 89 86 87
RAMIREZ 'female' 96 92 98
JAMES 'male' 78 75 77
WATSON 'female' 91 94 92
BROOKS 'female' 86 83 85
KELLY 'male' 79 76 82
View the data type, description, units, and other descriptive statistics for each variable
by using the summary function to summarize the table.
summary(T)
9-41
9 Tables
Variables:
Values:
Min 75
Median 86.5
Max 96
Values:
Min 75
Median 85
Max 94
Values:
Min 72
Median 86
Max 98
The summary contains the minimum, median, and maximum score for each test.
Extract the data from the second, third, and fourth variables using curly braces, {}, find
the average of each row, and store it in a new variable, TestAvg.
T.TestAvg = mean(T{:,2:end},2)
T=10x5 table
Gender Test1 Test2 Test3 TestAvg
________ _____ _____ _____ _______
HOWARD 'male' 90 87 93 90
WARD 'male' 87 85 83 85
TORRES 'male' 86 85 88 86.333
PETERSON 'female' 75 80 72 75.667
9-42
Calculations on Tables
varfun(@mean,T,'InputVariables','TestAvg',...
'GroupingVariables','Gender')
ans=2x3 table
Gender GroupCount mean_TestAvg
________ __________ ____________
'female' 5 87.067
'male' 5 83.4
The maximum score for each test is 100. Use curly braces to extract the data from the
table and convert the test scores to a 25 point scale.
T{:,2:end} = T{:,2:end}*25/100
T=10x5 table
Gender Test1 Test2 Test3 TestAvg
________ _____ _____ _____ _______
9-43
9 Tables
T.Properties.VariableNames{end} = 'Final'
T=10x5 table
Gender Test1 Test2 Test3 Final
________ _____ _____ _____ ______
See Also
findgroups | rowfun | splitapply | summary | table | varfun
Related Examples
• “Access Data in a Table” on page 9-32
• “Split Table Data Variables and Apply Functions” on page 9-49
9-44
Split Data into Groups and Calculate Statistics
Split the patients into nonsmokers and smokers using the Smoker variable. Calculate
the mean weight for each group.
[G,smoker] = findgroups(Smoker);
meanWeight = splitapply(@mean,Weight,G)
meanWeight =
149.9091
161.9412
9-45
9 Tables
The findgroups function returns G, a vector of group numbers created from Smoker.
The splitapply function uses G to split Weight into two groups. splitapply applies
the mean function to each group and concatenates the mean weights into a vector.
findgroups returns a vector of group identifiers as the second output argument. The
group identifiers are logical values because Smoker contains logical values. The patients
in the first group are nonsmokers, and the patients in the second group are smokers.
smoker
Split the patient weights by both gender and status as a smoker and calculate the mean
weights.
G = findgroups(Gender,Smoker);
meanWeight = splitapply(@mean,Weight,G)
meanWeight =
130.3250
130.9231
180.0385
181.1429
The unique combinations across Gender and Smoker identify four groups of patients:
female nonsmokers, female smokers, male nonsmokers, and male smokers. Summarize
the four groups and their mean weights in a table.
[G,gender,smoker] = findgroups(Gender,Smoker);
T = table(gender,smoker,meanWeight)
T=4x3 table
gender smoker meanWeight
______ ______ __________
9-46
Split Data into Groups and Calculate Statistics
T.gender contains categorical values, and T.smoker contains logical values. The data
types of these table variables match the data types of Gender and Smoker respectively.
Calculate body mass index (BMI) for the four groups of patients. Define a function that
takes Height and Weight as its two input arguments, and that calculates BMI.
meanBMIfcn = @(h,w)mean((w ./ (h.^2)) * 703);
BMI = splitapply(meanBMIfcn,Height,Weight,G)
BMI =
21.6721
21.6686
26.5775
26.4584
Calculate the fraction of patients who report their health as either Poor or Fair. First,
use splitapply to count the number of patients in each group: female nonsmokers,
female smokers, male nonsmokers, and male smokers. Then, count only those patients
who report their health as either Poor or Fair, using logical indexing on S and G. From
these two sets of counts, calculate the fraction for each group.
[G,gender,smoker] = findgroups(Gender,Smoker);
S = SelfAssessedHealthStatus;
I = ismember(S,{'Poor','Fair'});
numPatients = splitapply(@numel,S,G);
numPF = splitapply(@numel,S(I),G(I));
numPF./numPatients
ans =
0.2500
0.3846
0.3077
0.1429
Compare the standard deviation in Diastolic readings of those patients who report
Poor or Fair health, and those patients who report Good or Excellent health.
stdDiastolicPF = splitapply(@std,Diastolic(I),G(I));
stdDiastolicGE = splitapply(@std,Diastolic(~I),G(~I));
9-47
9 Tables
Collect results in a table. For these patients, the female nonsmokers who report Poor or
Fair health show the widest variation in blood pressure readings.
T = table(gender,smoker,numPatients,numPF,stdDiastolicPF,stdDiastolicGE,BMI)
T=4x7 table
gender smoker numPatients numPF stdDiastolicPF stdDiastolicGE BM
______ ______ ___________ _____ ______________ ______________ ___
See Also
findgroups | splitapply
Related Examples
• “Split Table Data Variables and Apply Functions” on page 9-49
More About
• “Grouping Variables To Split Data” on page 9-61
9-48
Split Table Data Variables and Apply Functions
The sample file, outages.csv, contains data representing electric utility outages in the
United States. The file contains six columns: Region, OutageTime, Loss, Customers,
RestorationTime, and Cause. Read outages.csv into a table.
T = readtable('outages.csv');
T.Region = categorical(T.Region);
T.Cause = categorical(T.Cause);
T.OutageTime = datetime(T.OutageTime);
T.RestorationTime = datetime(T.RestorationTime);
T(1:5,:)
ans=5x6 table
Region OutageTime Loss Customers RestorationTime C
_________ ________________ ______ __________ ________________ ______
Determine the greatest power loss due to a power outage in each region. The
findgroups function returns G, a vector of group numbers created from T.Region. The
splitapply function uses G to split T.Loss into five groups, corresponding to the five
regions. splitapply applies the max function to each group and concatenates the
maximum power losses into a vector.
9-49
9 Tables
G = findgroups(T.Region);
maxLoss = splitapply(@max,T.Loss,G)
maxLoss =
1.0e+04 *
2.3141
2.3418
0.8767
0.2796
1.6659
Calculate the maximum power loss due to a power outage by cause. To specify that
Cause is the grouping variable, use table indexing. Create a table that contains the
maximum power losses and their causes.
T1 = T(:,'Cause');
[G,powerLosses] = findgroups(T1);
powerLosses.maxLoss = splitapply(@max,T.Loss,G)
powerLosses=10x2 table
Cause maxLoss
________________ _______
attack 582.63
earthquake 258.18
energy emergency 11638
equipment fault 16659
fire 872.96
severe storm 8767.3
thunder storm 23418
unknown 23141
wind 2796
winter storm 2883.7
powerLosses is a table because T1 is a table. You can append the maximum losses as
another table variable.
Calculate the maximum power loss by cause in each region. To specify that Region and
Cause are the grouping variables, use table indexing. Create a table that contains the
maximum power losses and display the first 15 rows.
9-50
Split Table Data Variables and Apply Functions
T1 = T(:,{'Region','Cause'});
[G,powerLosses] = findgroups(T1);
powerLosses.maxLoss = splitapply(@max,T.Loss,G);
powerLosses(1:15,:)
ans=15x3 table
Region Cause maxLoss
_________ ________________ _______
MidWest attack 0
MidWest energy emergency 2378.7
MidWest equipment fault 903.28
MidWest severe storm 6808.7
MidWest thunder storm 15128
MidWest unknown 23141
MidWest wind 2053.8
MidWest winter storm 669.25
NorthEast attack 405.62
NorthEast earthquake 0
NorthEast energy emergency 11638
NorthEast equipment fault 794.36
NorthEast fire 872.96
NorthEast severe storm 6002.4
NorthEast thunder storm 23418
ans=15x4 table
Region Cause maxLoss totalCustomers
_________ ________________ _______ ______________
MidWest attack 0 0
MidWest energy emergency 2378.7 6.3363e+05
MidWest equipment fault 903.28 1.7822e+05
MidWest severe storm 6808.7 1.3511e+07
MidWest thunder storm 15128 4.2563e+06
9-51
9 Tables
Determine the mean durations of all U.S. power outages in hours. Add the mean
durations of power outages to powerLosses. Because T.RestorationTime has NaT
values, omit the resulting NaN values when calculating the mean durations.
D = T.RestorationTime - T.OutageTime;
H = hours(D);
omeanFcn = @(x)(mean(x,'omitnan'));
powerLosses.meanOutage = splitapply(omeanFcn,H,G);
powerLosses(1:15,:)
ans=15x5 table
Region Cause maxLoss totalCustomers meanOutage
_________ ________________ _______ ______________ __________
9-52
See Also
See Also
findgroups | rowfun | splitapply | varfun
Related Examples
• “Access Data in a Table” on page 9-32
• “Calculations on Tables” on page 9-41
• “Split Data into Groups and Calculate Statistics” on page 9-45
More About
• “Grouping Variables To Split Data” on page 9-61
9-53
9 Tables
You can use the table data type to collect mixed-type data and metadata properties,
such as variable name, row names, descriptions, and variable units, in a single container.
Tables are suitable for column-oriented or tabular data that is often stored as columns in
a text file or in a spreadsheet. For example, you can use a table to store experimental
data, with rows representing different observations and columns representing different
measured variables.
Tables consist of rows and column-oriented variables. Each variable in a table can have a
different data type and a different size, but each variable must have the same number of
rows.
load patients
Then, combine the workspace variables, Systolic and Diastolic into a single
BloodPressure variable and convert the workspace variable, Gender, from a cell array
of character vectors to a categorical array.
whos('Gender','Age','Smoker','BloodPressure')
The variables Age, BloodPressure, Gender, and Smoker have varying data types and
are candidates to store in a table since they all have the same number of rows, 100.
Now, create a table from the variables and display the first five rows.
T = table(Gender,Age,Smoker,BloodPressure);
T(1:5,:)
9-54
Advantages of Using Tables
ans=5x4 table
Gender Age Smoker BloodPressure
______ ___ ______ _____________
The table displays in a tabular format with the variable names at the top.
Each variable in a table is a single data type. If you add a new row to the table,
MATLAB® forces consistency of the data type between the new data and the
corresponding table variables. For example, if you try to add information for a new
patient where the first column contains the patient's age instead of gender, as in the
expression T(end+1,:) = {37,{'Female'},true,[130 84]}, then you receive the
error:
Invalid RHS for assignment to a categorical array.
The error occurs because MATLAB® cannot assign numeric data, 37, to the categorical
array, Gender.
For comparison of tables with structures, consider the structure array, StructArray,
that is equivalent to the table, T.
StructArray = table2struct(T)
Structure arrays organize records using named fields. Each field's value can have a
different data type or size. Now, display the named fields for the first element of
StructArray.
StructArray(1)
9-55
9 Tables
Age: 38
Smoker: 1
BloodPressure: [124 93]
Fields in a structure array are analogous to variables in a table. However, unlike with
tables, you cannot enforce homogeneity within a field. For example, you can have some
values of S.Gender that are categorical array elements, Male or Female, others that are
character vectors, 'Male' or 'Female', and others that are integers, 0 or 1.
Now consider the same data stored in a scalar structure, with four fields each containing
one variable from the table.
ScalarStruct = struct(...
'Gender',{Gender},...
'Age',Age,...
'Smoker',Smoker,...
'BloodPressure',BloodPressure)
Unlike with tables, you cannot enforce that the data is rectangular. For example, the
field ScalarStruct.Age can be a different length than the other fields.
A table allows you to maintain the rectangular structure (like a structure array) and
enforce homogeneity of variables (like fields in a scalar structure). Although cell arrays
do not have named fields, they have many of the same disadvantages as structure arrays
and scalar structures. If you have rectangular data that is homogeneous in each variable,
consider using a table. Then you can use numeric or named indexing, and you can use
table properties to store metadata.
You can index into a table using parentheses, curly braces, or dot indexing. Parentheses
allow you to select a subset of the data in a table and preserve the table container. Curly
braces and dot indexing allow you to extract data from a table. Within each table
indexing method, you can specify the rows or variables to access by name or by numeric
index.
9-56
Advantages of Using Tables
Consider the sample table from above. Each row in the table, T, represents a different
patient. The workspace variable, LastName, contains unique identifiers for the 100 rows.
Add row names to the table by setting the RowNames property to LastName and display
the first five rows of the updated table.
T.Properties.RowNames = LastName;
T(1:5,:)
ans=5x4 table
Gender Age Smoker BloodPressure
______ ___ ______ _____________
In addition to labeling the data, you can use row and variable names to access data in the
table. For example, use named indexing to display the age and blood pressure of the
patients Williams and Brown.
T({'Williams','Brown'},{'Age','BloodPressure'})
ans=2x2 table
Age BloodPressure
___ _____________
Williams 38 125 83
Brown 49 122 80
Now, use numeric indexing to return an equivalent subtable. Return the third and fifth
row from the second and fourth variables.
T(3:2:5,2:2:4)
ans=2x2 table
Age BloodPressure
___ _____________
Williams 38 125 83
Brown 49 122 80
9-57
9 Tables
With cell arrays or structures, you do not have the same flexibility to use named or
numeric indexing.
• With a cell array, you must use strcmp to find desired named data, and then you can
index into the array.
• With a scalar structure or structure array, it is not possible to refer to a field by
number. Furthermore, with a scalar structure, you cannot easily select a subset of
variables or a subset of observations. With a structure array, you can select a subset
of observations, but you cannot select a subset of variables.
• With a table, you can access data by named index or by numeric index. Furthermore,
you can easily select a subset of variables and a subset of rows.
For more information on table indexing, see “Access Data in a Table” on page 9-32.
In addition to storing data, tables have properties to store metadata, such as variable
names, row names, descriptions, and variable units. You can access a property using
T.Properties.PropName, where T is the name of the table and PropName is one of the
table properties.
For example, add a table description, variable descriptions, and variable units for Age.
T.Properties.Description = 'Simulated Patient Data';
T.Properties.VariableDescriptions = ...
{'Male or Female' ...
'' ...
'true or false' ...
'Systolic/Diastolic'};
T.Properties.VariableUnits{'Age'} = 'Yrs';
Individual empty character vectors within the cell array for VariableDescriptions
indicate that the corresponding variable does not have a description. For more
information, see the Properties section of table.
9-58
See Also
Variables:
Female 53
Male 47
Units: Yrs
Values:
Min 25
Median 39
Max 50
True 34
False 66
Description: Systolic/Diastolic
Values:
BloodPressure_1 BloodPressure_2
_______________ _______________
Min 109 68
Median 122 81.5
Max 138 99
Structures and cell arrays do not have properties for storing metadata.
See Also
summary | table
9-59
9 Tables
Related Examples
• “Create and Work with Tables” on page 9-2
• “Modify Units, Descriptions and Table Variable Names” on page 9-28
• “Access Data in a Table” on page 9-32
9-60
Grouping Variables To Split Data
Grouping Variables
Grouping variables are variables used to group, or categorize, observations—that is, data
values in other variables. A grouping variable can be any of these data types:
Data variables are the variables that contain observations. A grouping variable must
have a value corresponding to each value in the data variables. Data values belong to the
same group when the corresponding values in the grouping variable are the same.
This table shows examples of data variables, grouping variables, and the groups that you
can create when you split the data variables using the grouping variables.
Data Variable Grouping Variable Groups of Data
[5 10 15 20 25 30] [0 0 0 0 1 1] [5 10 15 20] [25 30]
[10 20 30 40 50 60] [1 3 3 1 2 1] [10 40 60] [50] [20 30]
[64 72 67 69 64 68] {'F','M','F','M','F','F [64 67 64 68] [72 69]
'}
You can give groups of data meaningful names when you use cell arrays of character
vectors or categorical arrays as grouping variables. A categorical array is an efficient and
flexible choice of grouping variable.
Group Definition
Typically, there are as many groups as there are unique values in the grouping variable.
(A categorical array also can include categories that are not represented in the data.) The
groups and the order of the groups depend on the data type of the grouping variable.
9-61
9 Tables
The findgroups function can accept multiple grouping variables, for example G =
findgroups(A1,A2). You also can include multiple grouping variables in a table, for
example T = table(A1,A2); G = findgroups(T). The findgroups function
defines groups by the unique combinations of values across corresponding elements of
the grouping variables. findgroups decides the order by the order of the first grouping
variable, and then by the order of the second grouping variable, and so on. For example,
if A1 = {'a','a','b','b'} and A2 = [0 1 0 0], then the unique values across the
grouping variables are 'a' 0, 'a' 1, and 'b' 0, defining three groups.
The findgroups function returns a vector of group numbers that define groups based on
the unique values in the grouping variables. splitapply uses the group numbers to
split the data into groups efficiently before applying a function.
9-62
See Also
See Also
findgroups | rowfun | splitapply | varfun
9-63
9 Tables
Related Examples
• “Access Data in a Table” on page 9-32
• “Split Table Data Variables and Apply Functions” on page 9-49
• “Split Data into Groups and Calculate Statistics” on page 9-45
9-64
Changes to DimensionNames Property in R2016b
T =
Number Party
______ __________
Display its properties, including the dimension names. The default values of the
dimension names are 'Row' and 'Variables'.
T.Properties
ans =
Description: ''
UserData: []
DimensionNames: {'Row' 'Variables'}
VariableNames: {'Number' 'Party'}
VariableDescriptions: {}
VariableUnits: {}
RowNames: {5×1 cell}
9-65
9 Tables
Starting in R2016b, you can assign new names to the dimension names, and use them to
access table data. Dimension names must be valid MATLAB identifiers, and must not be
one of the reserved names, 'Properties', 'RowNames', or 'VariableNames'.
Assign a new name to the first dimension name, and use it to access the row names of
the table.
T.Properties.DimensionNames{1} = 'Name';
T.Name
ans =
'Van Buren'
'Arthur'
'Fillmore'
'Garfield'
'Polk'
Create a new table variable called Name. When you create the variable, the table modifies
its first dimension name to prevent a conflict. The updated dimension name becomes
Name_1.
T{:,'Name'} = {'Martin'; 'Chester'; 'Millard'; 'James'; 'James'}
Warning: DimensionNames property was modified to avoid conflicting dimension and variab
Considerations for Using Tables for more details. This will become an error in a future
T =
T.Properties.DimensionNames
ans =
9-66
Changes to DimensionNames Property in R2016b
'Name_1' 'Data'
Similarly, if you assign a dimension name that is not a valid MATLAB identifier, the
name is modified.
T.Properties.DimensionNames{1} = 'Last Name';
T.Properties.DimensionNames
Warning: DimensionNames property was modified to make the name 'Last Name' a valid MATL
Considerations for Using Tables for more details. This will become an error in a future
ans =
'LastName' 'Data'
In R2016b, tables raise warnings when dimension names are not valid identifiers, or
conflict with variable names or reserved names, so that you can continue to work with
code and tables created with previous releases. If you encounter these warnings, it is
recommended that you update your code to avoid them.
9-67
10
Timetables
Create Timetables
This example shows how to create a timetable, combine timetables, and adjust the data
from multiple timetables to a common time vector. The common time vector can contain
the times from either or both timetables, or it can be an entirely new time vector that you
specify. The example shows how to compute and display a daily mean for weather
measurements contained in different timetables.
A timetable is a type of table that associates a time with each row. A timetable can store
column-oriented data variables that have different data types and sizes, so long as each
variable has the same number of rows. In addition, timetables provide time-specific
functions to combine, subscript into, and adjust their data.
Load air quality data and weather measurements into two different timetables. The
dates of the measurements range from November 15, 2015, to November 19, 2015. The
air quality data come from a sensor inside a building, while the weather measurements
come from sensors outside.
Read the air quality data from a table with the readtable function. Then convert it
from a table to a timetable with the table2timetable function. The readtable
function returns a table only, not a timetable.
indoors = readtable('indoors.csv');
indoors = table2timetable(indoors);
You also can create a timetable from an M-by-N array with the array2timetable
function, or from workspace variables with the timetable function.
Display the first five rows of indoors. Each row of the timetable has a time that labels
that row of data.
indoors(1:5,:)
ans=5x2 timetable
Time Humidity AirQuality
___________________ ________ __________
2015-11-15 00:00:24 36 80
2015-11-15 01:13:35 36 80
2015-11-15 02:26:47 37 79
10-2
Create Timetables
2015-11-15 03:39:59 37 82
2015-11-15 04:53:11 36 80
Load the timetable with weather measurements. Display the first five rows of outdoors.
load outdoors
outdoors(1:5,:)
ans=5x3 timetable
Time Humidity TemperatureF PressureHg
___________________ ________ ____________ __________
Synchronize Timetables
The timetables, indoors and outdoors, contain different measurements taken inside
and outside a building at different times. Combine all the data into one timetable with
the synchronize function.
tt = synchronize(indoors,outdoors);
tt(1:5,:)
ans=5x5 timetable
Time Humidity_indoors AirQuality Humidity_outdoors Tempe
___________________ ________________ __________ _________________ _____
The output timetable, tt contains all the times from both timetables. synchronize puts
a missing data indicator where there are no data values to place in tt. When both input
timetables have a variable with the same name, such as Humidity, synchronize
renames both variables and adds both to the output timetable.
10-3
10 Timetables
Synchronize the timetables again, and this time fill in missing data values with linear
interpolation.
ttLinear = synchronize(indoors,outdoors,'union','linear');
ttLinear(1:5,:)
ans=5x5 timetable
Time Humidity_indoors AirQuality Humidity_outdoors Tempe
___________________ ________________ __________ _________________ _____
You also can adjust the data in a single timetable to a new time vector. Calculate the
means of the variables in ttLinear over six-hour intervals with the retime function. If
any rows have NaN values after you adjust the data, remove them with the rmmissing
function.
tv = [datetime(2015,11,15):hours(6):datetime(2015,11,18)];
ttHourly = retime(ttLinear,tv,'mean');
ttHourly = rmmissing(ttHourly);
Normalize the data in ttHourly to the mean for each variable in the timetable. Plot the
mean daily values of these measurements. You can use the Variables property of a
timetable to access the variables. ttHourly.Variables returns the same variables as
ttHourly{:,:}.
ttMeanVars = ttHourly.Variables./mean(ttHourly.Variables);
plot(ttHourly.Time,ttMeanVars);
legend(ttHourly.Properties.VariableNames,'Interpreter','none');
xlabel('Time');
ylabel('Normalized Weather Measurements');
title('Mean Daily Weather Trends');
10-4
See Also
See Also
retime | rmmissing | synchronize | table2timetable | timerange | timetable
Related Examples
• “Resample and Aggregate Data in Timetable” on page 10-7
• “Combine Timetables and Synchronize Their Data” on page 10-11
• “Retime and Synchronize Timetable Variables Using Different Methods” on page
10-18
• “Select Timetable Data by Row Time and Variable Type” on page 10-25
10-5
10 Timetables
10-6
Resample and Aggregate Data in Timetable
Import Timetable
Load a timetable containing weather measurements taken from November 15, 2015, to
November 19, 2015. The timetable contains humidity, temperature, and pressure
readings taken over this time period.
load outdoors
outdoors(1:5,:)
ans=5x3 timetable
Time Humidity TemperatureF PressureHg
___________________ ________ ____________ __________
Determine if the timetable is regular. A regular timetable is one in which the differences
between all consecutive row times are the same. outdoors is not a regular timetable.
TF = isregular(outdoors)
TF = logical
0
Find the differences in the time steps. They vary between half a minute and an hour and
a half.
dt = unique(diff(outdoors.Time))
10-7
10 Timetables
01:29:36
01:30:00
Adjust the data in the timetable with the retime function. Specify an hourly time vector.
Interpolate the timetable data to the new row times.
TT = retime(outdoors,'hourly','spline');
TT(1:5,:)
ans=5x3 timetable
Time Humidity TemperatureF PressureHg
___________________ ________ ____________ __________
Specify an hourly time vector for TT. For each row in TT, copy values from the
corresponding row in outdoors whose row time is nearest.
TT = retime(outdoors,'hourly','nearest');
TT(1:5,:)
ans=5x3 timetable
Time Humidity TemperatureF PressureHg
___________________ ________ ____________ __________
10-8
See Also
The retime function provides aggregation methods, such as mean. Calculate the daily
means for the data in outdoors.
TT = retime(outdoors,'daily','mean');
TT
TT=4x3 timetable
Time Humidity TemperatureF PressureHg
___________________ ________ ____________ __________
Calculate the means over six-hour time intervals. Specify a time vector to use with the
retime function. Specify a format for the time vector to display both date and time when
you display the timetable.
tv = datetime(2015,11,15):hours(6):datetime(2015,11,18);
tv.Format = 'dd-MMM-yyyy HH:mm:ss';
TT = retime(outdoors,tv,'mean');
TT(1:5,:)
ans=5x3 timetable
Time Humidity TemperatureF PressureHg
____________________ ________ ____________ __________
See Also
retime | synchronize | table2timetable | timetable
10-9
10 Timetables
Related Examples
• “Create Timetables” on page 10-2
• “Combine Timetables and Synchronize Their Data” on page 10-11
• “Retime and Synchronize Timetable Variables Using Different Methods” on page
10-18
• “Select Timetable Data by Row Time and Variable Type” on page 10-25
• “Clean Timetable with Missing, Duplicate, or Nonuniform Times” on page 10-32
10-10
Combine Timetables and Synchronize Their Data
opWeek1=5x2 timetable
Time AAPL FB
____________________ ______ ______
opWeek2
opWeek2=5x2 timetable
Time AAPL FB
____________________ ______ ______
10-11
10 Timetables
Concatenate the timetables. You can concatenate timetables vertically when they have
the same variables. The row times label the rows and are not contained in a timetable
variable. Note that the row times of a timetable can be out of order and do not need to be
regularly spaced. For example, op does not include days that fall on weekends. A
timetable also can contain duplicate times. op contains two rows for 08-Jan-2016
09:00:00.
op = [opWeek2;opWeek1]
op=10x2 timetable
Time AAPL FB
____________________ ______ ______
You also can concatenate timetables horizontally. The timetables must have the same
row times and different variables.
Display the timetable opOtherStocks. The timetable has the same row times as
opWeek1, but variables for different stocks.
opOtherStocks
opOtherStocks=5x2 timetable
Time MSFT TWTR
____________________ _____ _____
10-12
Combine Timetables and Synchronize Their Data
Concatenate opWeek1 and opOtherStock. The output timetable has one set of row
times and the variables from both timetables.
op = [opWeek1 opOtherStocks]
op=5x4 timetable
Time AAPL FB MSFT TWTR
____________________ ______ ______ _____ _____
Load air quality data and weather measurements from two different timetables and
synchronize them. The dates of the measurements range from November 15, 2015, to
November 19, 2015. The air quality data come from a sensor inside a building, while the
weather measurements come from sensors outside.
load indoors
load outdoors
Display the first five lines of each timetable. They contain measurements of different
quantities taken at different times.
indoors(1:5,:)
ans=5x2 timetable
Time Humidity AirQuality
___________________ ________ __________
2015-11-15 00:00:24 36 80
2015-11-15 01:13:35 36 80
2015-11-15 02:26:47 37 79
10-13
10 Timetables
2015-11-15 03:39:59 37 82
2015-11-15 04:53:11 36 80
outdoors(1:5,:)
ans=5x3 timetable
Time Humidity TemperatureF PressureHg
___________________ ________ ____________ __________
Synchronize the timetables. The output timetable tt contains all the times from both
timetables. synchronize puts a missing data indicator where there are no data values
to place in tt. When both input timetables have a variable with the same name, such as
Humidity, synchronize renames both variables and adds both to the output timetable.
tt = synchronize(indoors,outdoors);
tt(1:5,:)
ans=5x5 timetable
Time Humidity_indoors AirQuality Humidity_outdoors Tempe
___________________ ________________ __________ _________________ _____
Synchronize the timetables, and fill in missing timetable elements with linear
interpolation. To synchronize on a time vector that includes all times from both
timetables, specify 'union' for the output times.
ttLinear = synchronize(indoors,outdoors,'union','linear');
ttLinear(1:5,:)
10-14
Combine Timetables and Synchronize Their Data
ans=5x5 timetable
Time Humidity_indoors AirQuality Humidity_outdoors Tempe
___________________ ________________ __________ _________________ _____
Synchronize the timetables to an hourly time vector. The input timetables had irregular
row times. The output timetable has regular row times with one hour as the time step.
ttHourly = synchronize(indoors,outdoors,'hourly','linear');
ttHourly(1:5,:)
ans=5x5 timetable
Time Humidity_indoors AirQuality Humidity_outdoors Tempe
___________________ ________________ __________ _________________ _____
ans=5x5 timetable
Time Humidity_indoors AirQuality Humidity_outdoors Tempe
___________________ ________________ __________ _________________ _____
10-15
10 Timetables
Synchronize the timetables and calculate the daily means for all variables in the output
timetable.
ttDaily = synchronize(indoors,outdoors,'daily','mean');
ttDaily
ttDaily=4x5 timetable
Time Humidity_indoors AirQuality Humidity_outdoors Tempe
___________________ ________________ __________ _________________ _____
Synchronize the timetables to six-hour time intervals and calculate means for each
interval.
tv = [datetime(2015,11,15):hours(6):datetime(2015,11,18)];
tv.Format = indoors.Time.Format;
tt6Hours = synchronize(indoors,outdoors,tv,'mean');
tt6Hours(1:5,:)
ans=5x5 timetable
Time Humidity_indoors AirQuality Humidity_outdoors Tempe
___________________ ________________ __________ _________________ _____
See Also
retime | synchronize | table2timetable | timetable
10-16
See Also
Related Examples
• “Create Timetables” on page 10-2
• “Resample and Aggregate Data in Timetable” on page 10-7
• “Retime and Synchronize Timetable Variables Using Different Methods” on page
10-18
• “Select Timetable Data by Row Time and Variable Type” on page 10-25
• “Clean Timetable with Missing, Duplicate, or Nonuniform Times” on page 10-32
10-17
10 Timetables
Create Timetable
Create a timetable that has simulated weather measurements for several days in May
2017. The timetable variables Tmax and Tmin contain maximum and minimum
temperature readings for each day, and PrecipTotal contains total precipitation for the
day. WXEvent is a categorical array, recording whether certain kinds of weather events,
such as thunder or hail, happened on any given day. The timetable has simulated data
from May 4 to May 10, 2017, but is missing data for two days, May 6th and May 7th.
Date = [datetime(2017,5,4) datetime(2017,5,5) datetime(2017,5,8:10)]';
Tmax = [60 62 56 59 60]';
Tmin = [44 45 40 42 45]';
PrecipTotal = [0.2 0 0 0.15 0]';
WXEvent = [2 0 0 1 0]';
WXEvent = categorical(WXEvent,[0 1 2 3 4],{'None','Thunder','Hail','Fog','Tornado'});
Station1 = timetable(Date,Tmax,Tmin,PrecipTotal,WXEvent)
Station1 =
5x4 timetable
10-18
Retime and Synchronize Timetable Variables Using Different Methods
One way to fill in data for the two missing days is to use the retime function. If you call
retime without specifying a method, then retime fills in gaps with missing data
indicators. For instance, retime fills gaps in numeric variables with NaN values, and
gaps in the categorical variable with undefined elements.
Station1Daily = retime(Station1,'daily')
Station1Daily =
7x4 timetable
If you specify a method when you call retime, it uses the same method to fill gaps in
every variable. To apply different methods to different variables, you can call retime
multiple times, each time indexing into the timetable to access a different subset of
variables.
However, you also can apply different methods by specifying the VariableContinuity
property of the timetable. You can specify whether each variable contains continuous or
discrete data. Then the retime function applies a different method to each timetable
variable, depending on the corresponding VariableContinuity value.
If you specify VariableContinuity, then the retime function fills in the output
timetable variables using the following methods:
• 'unset' — Fill in values using the missing data indicator for that type (such as NaN
for numeric variables).
• 'continuous' — Fill in values using linear interpolation.
10-19
10 Timetables
Specify that the temperature data in Station1 is continuous, that PrecipTotal is step
data, and that WXEvent is event data.
Station1.Properties.VariableContinuity = {'continuous','continuous','step','event'};
Station1.Properties
ans =
Description: ''
UserData: []
DimensionNames: {'Date' 'Variables'}
VariableNames: {'Tmax' 'Tmin' 'PrecipTotal' 'WXEvent'}
VariableDescriptions: {}
VariableUnits: {}
VariableContinuity: [continuous continuous step event]
RowTimes: [5x1 datetime]
Station1Daily =
7x4 timetable
10-20
Retime and Synchronize Timetable Variables Using Different Methods
10-May-2017 60 45 0 None
If you specify a method, then retime applies that method to all variables, overriding the
values in VariableContinuity.
Station1Missing = retime(Station1,'daily','fillwithmissing')
Station1Missing =
7x4 timetable
The synchronize function also fills in output timetable variables using different
methods, depending on the values specified in the VariableContinuity property of
each input timetable.
Create a second timetable that contains pressure readings in millibars from a second
weather station. The timetable has simulated readings from May 4 to May 8, 2017.
Date = datetime(2017,5,4:8)';
Pressure = [995 1003 1013 1018 1006]';
Station2 = timetable(Date,Pressure)
Station2 =
5x1 timetable
Date Pressure
___________ ________
10-21
10 Timetables
04-May-2017 995
05-May-2017 1003
06-May-2017 1013
07-May-2017 1018
08-May-2017 1006
Synchronize the data from the two stations using the synchronize function.
synchronize fills in values for variables from Station1 according to the values in the
VariableContinuity property of Station1. However, since the
VariableContinuity property of Station2 is empty, synchronize fills in Pressure
with NaN values.
BothStations = synchronize(Station1,Station2)
BothStations =
7x5 timetable
ans =
10-22
See Also
Description: ''
UserData: []
DimensionNames: {'Date' 'Variables'}
VariableNames: {'Pressure'}
VariableDescriptions: {}
VariableUnits: {}
VariableContinuity: continuous
RowTimes: [5x1 datetime]
Synchronize the data from the two stations. synchronize fills in values in
BothStations.Pressure because Station2.Pressure has continuous data.
BothStations = synchronize(Station1,Station2)
BothStations =
7x5 timetable
See Also
retime | synchronize | timetable
10-23
10 Timetables
Related Examples
• “Create Timetables” on page 10-2
• “Resample and Aggregate Data in Timetable” on page 10-7
• “Combine Timetables and Synchronize Their Data” on page 10-11
• “Select Timetable Data by Row Time and Variable Type” on page 10-25
• “Clean Timetable with Missing, Duplicate, or Nonuniform Times” on page 10-32
10-24
Select Timetable Data by Row Time and Variable Type
Create a timetable from the sample file outages.csv, containing data representing
electric utility outages in the United States. Read the table from the file with the
readtable function. Convert T.Cause and T.Region into categorical arrays. Then
convert the table to a timetable using the table2timetable function. Display the first
five rows of the timetable. TT is a timetable containing outage data from February 2002
to January 2014.
T = readtable('outages.csv');
T.Cause = categorical(T.Cause);
T.Region = categorical(T.Region);
TT = table2timetable(T);
TT(1:5,:)
ans=5x5 timetable
OutageTime Region Loss Customers RestorationTime C
________________ _________ ______ __________ ________________ ______
Display a summary of TT. It is a timetable that contains 1468 rows and five variables.
summary(TT)
10-25
10 Timetables
RowTimes:
Variables:
Values:
MidWest 142
NorthEast 557
SouthEast 389
SouthWest 26
West 354
Values:
Min 0
Median 180.26
Max 23418
NumMissing 604
Values:
Min 0
Median 75765
Max 5.9689e+06
NumMissing 328
Values:
10-26
Select Timetable Data by Row Time and Variable Type
Values:
attack 294
earthquake 2
energy emergency 188
equipment fault 156
fire 25
severe storm 338
thunder storm 201
unknown 24
wind 95
winter storm 145
Access the row times. The row times are not in a variable. Instead, the vector of row
times is a property of the timetable. However, you can access the row times with dot
syntax. TT.OutageTime is a 1468-by-1 vector of datetime values. Display the first five
rows of TT.OutageTime.
TT.OutageTime(1:5)
To select all timetable rows that fall in a time range, create a subscript as a helper, using
the timerange function. The start and end times you specify do not have to match any of
the row times in the timetable.
Select all rows with outages that occurred between January 2002 and December 2003.
Display the first five rows of TT2.
10-27
10 Timetables
TR = timerange('2002-01-01','2003-12-31');
TT2 = TT(TR,:);
TT2(1:5,:)
ans=5x5 timetable
OutageTime Region Loss Customers RestorationTime Cau
________________ _________ ______ __________ ________________ ______
ans=5x5 timetable
OutageTime Region Loss Customers RestorationTime C
________________ _________ ______ __________ ________________ ______
TT2 is a timetable with only 98 rows, containing outage data only from 2002 and 2003.
You can index into TT with datetime values or character vectors representing specific
times in TT.OutageTime. But when you do so, the times you specify must have exact
matches in the time vector, and only those times are selected. Index into TT on times for
the first and third rows of TT.
TT({'2002-02-01 12:18:00','2003-02-07 21:15:00'},:)
ans=2x5 timetable
OutageTime Region Loss Customers RestorationTime Cau
________________ _________ ______ __________ ________________ ______
10-28
Select Timetable Data by Row Time and Variable Type
Specify a tolerance when indexing on times. You can use the withtol function to create
a subscript as a helper. With the output of withtol, you can select row times that match
within the specified tolerance.
Index into TT on specified dates. Specify a tolerance of one day to return rows with row
times that are within one day of the specified dates. The times must be in a datetime or
duration vector, or in a cell array of character vectors that can be converted to datetime
or duration values. The tolerance must be specified as a duration, using a function such
as seconds, minutes, hours, or days.
rowTimes = {'2002-02-01','2003-02-07'};
S = withtol(rowTimes,days(1));
TT(S,:)
ans=2x5 timetable
OutageTime Region Loss Customers RestorationTime Cau
________________ _________ ______ __________ ________________ ______
To select all timetable variables that are of a given type, create a subscript as a helper,
using the vartype function. You can specify variable types without having to specify
their names or positions in the timetable.
Select all variables that contain numeric data. TT2 contains only the variables Loss and
Customers. The other three variables of TT are either categorical or datetime variables.
Display the first five rows of TT2.
S = vartype('numeric');
TT2 = TT(:,S);
TT2(1:5,:)
ans=5x2 timetable
OutageTime Loss Customers
10-29
10 Timetables
ans=5x2 timetable
OutageTime Loss Customers
________________ ______ __________
Tables and timetables have a property, Variables, that you can use to extract data
from variables into a matrix, as long as the variables can be concatenated together.
Extract the numeric data from TT2 using the Variables property. A is a 1468-by-2
matrix of doubles. When you extract data from a timetable into an array, the row times
are not included.
A = TT2.Variables;
A(1:5,:)
ans =
1.0e+06 *
0.0005 1.8202
0.0005 0.2120
0.0003 0.1429
10-30
See Also
0.0002 0.2128
0 0
The result of TT2.Variables is the same as the result of using curly braces to extract
data, using the TT2{:,:} syntax.
You can concatenate the variables in TT2 into an array of doubles. However, TT contains
numeric, categorical, and datetime variables that cannot be concatenated. The
Variables property returns an error when variables cannot be concatenated. To avoid
such an error, you can subscript by variable type before using the Variables property.
Subscript into TT to select numeric variables and extract them into a matrix.
A = TT(:,vartype('numeric')).Variables;
A(1:5,:)
ans =
1.0e+06 *
0.0005 1.8202
0.0005 0.2120
0.0003 0.1429
0.0004 0.3404
0.0002 0.2128
See Also
retime | synchronize | table2timetable | timerange | timetable | vartype |
withtol
Related Examples
• “Create Timetables” on page 10-2
• “Resample and Aggregate Data in Timetable” on page 10-7
• “Combine Timetables and Synchronize Their Data” on page 10-11
• “Clean Timetable with Missing, Duplicate, or Nonuniform Times” on page 10-32
10-31
10 Timetables
Timetables can be irregular. They can contain rows that are not sorted by their row
times. Timetables can contain multiple rows with the same row time, though the rows
can have different data values. Even when row times are sorted and unique, they can
differ by time steps of different sizes. Timetables can even contain NaT or NaN values to
indicate missing row times.
10-32
Clean Timetable with Missing, Duplicate, or Nonuniform Times
Load Timetable
Load a sample timetable from the MAT-file badTimes that contains weather
measurements taken over several hours on June 9, 2016. The timetable includes
temperature, rainfall, and wind speed measurements taken at irregular times
throughout that day.
load badTimes
TT
TT=12x3 timetable
Time Temp Rain WindSpeed
____________________ ____ ____ _________
10-33
10 Timetables
56 0 0
09-Jun-2016 09:53:57 67 0.03 3.4
09-Jun-2016 08:49:10 62 0.01 2.7
09-Jun-2016 08:49:10 75.8 0.01 2.7
09-Jun-2016 08:49:10 82 0.01 2.7
09-Jun-2016 05:03:11 66.2 0.05 3
09-Jun-2016 08:49:10 67.2 0.01 2.7
09-Jun-2016 04:12:00 58.8 NaN NaN
Remove rows that have NaT, or a missing value, as the row time. To find missing values
in the vector of row times, use the ismissing function. ismissing returns a logical
vector that contains 1 wherever TT.Time has a missing value. Index back into the
timetable to keep only those rows that do not have missing values as row times. Assign
those rows to TT2.
TF = ismissing(TT.Time);
TT2 = TT(~TF,:);
TT2
TT2=11x3 timetable
Time Temp Rain WindSpeed
____________________ ____ ____ _________
This method removes only the rows that have missing row times. The table variables
might still have missing data values. For example, the last row of TT2 has NaN values for
the Rain and Windspeed variables.
10-34
Clean Timetable with Missing, Duplicate, or Nonuniform Times
You can remove missing row times and missing data values using the rmmissing
function. rmmissing removes any timetable row that has a missing row time, missing
data values, or both.
Display the missing row time and missing data values of TT. Then remove all missing
values from TT.
TT
TT=12x3 timetable
Time Temp Rain WindSpeed
____________________ ____ ____ _________
TT = rmmissing(TT)
TT=10x3 timetable
Time Temp Rain WindSpeed
____________________ ____ ____ _________
10-35
10 Timetables
Determine whether TT is sorted. Then, sort the timetable on its row times using the
sortrows function.
TF = issorted(TT)
TF = logical
0
TT = sortrows(TT)
TT=10x3 timetable
Time Temp Rain WindSpeed
____________________ ____ ____ _________
Determine whether TT is regular. A regular timetable has the same time interval
between consecutive row times. Even a sorted timetable can have time steps that are not
uniform.
TF = isregular(TT)
TF = logical
0
10-36
Clean Timetable with Missing, Duplicate, or Nonuniform Times
Timetables can have duplicate rows. Timetable rows are duplicates if they have the same
row times and the same data values. In this example, the last two rows of TT are
duplicates.
To remove the duplicate rows, use the unique function. unique returns the unique rows
and sorts them by their row times.
TT = unique(TT)
TT=9x3 timetable
Time Temp Rain WindSpeed
____________________ ____ ____ _________
Timetables can have rows with duplicate row times but different data values. In this
example, TT has several rows with the same row times but different values.
Find the rows that have duplicate row times. First, sort the row times and find
consecutive times that have no difference between them. Times with no difference
10-37
10 Timetables
between them are the duplicates. Index back into the vector of row times and return a
unique set of times that identify the duplicate row times in TT.
dupTimes = sort(TT.Time);
TF = (diff(dupTimes) == 0);
dupTimes = dupTimes(TF);
dupTimes = unique(dupTimes)
Index into the timetable to display the rows with duplicate row times. When you index on
times, the output timetable contains all rows with matching row times.
TT(dupTimes,:)
ans=6x3 timetable
Time Temp Rain WindSpeed
____________________ ____ ____ _________
Select either the first and the last of the rows with duplicate row times using the unique
and retime functions.
First, create a vector of unique row times from TT using the unique function.
uniqueTimes = unique(TT.Time);
Select the first row from each set of rows that have duplicate times.
TT2 = retime(TT,uniqueTimes)
TT2=5x3 timetable
Time Temp Rain WindSpeed
10-38
Clean Timetable with Missing, Duplicate, or Nonuniform Times
Select the last rows from each set of rows that have duplicate times. Specify the
'previous' method of retime to copy data from the last row. When you specify
'previous', then retime starts at the end of the vector of row times and stops when it
encounters a duplicate row time. Then it copies the data from that row.
TT2 = retime(TT,uniqueTimes,'previous')
TT2=5x3 timetable
Time Temp Rain WindSpeed
____________________ ____ ____ _________
Aggregate data from rows that have duplicate row times. For example, you can calculate
the means of several measurements of the same quantity taken at the same time.
Calculate the mean temperature, rainfall, and wind speed for rows with duplicate row
times using the retime function.
TT = retime(TT,uniqueTimes,'mean')
TT=5x3 timetable
Time Temp Rain WindSpeed
____________________ _____ ____ _________
10-39
10 Timetables
Create a regular timetable using retime. Interpolate the data onto a regular hourly time
vector. To use linear interpolation, specify 'linear'. Each row time in TT begins on the
hour, and there is a one-hour interval between consecutive row times.
TT = retime(TT,'hourly','linear')
TT=6x3 timetable
Time Temp Rain WindSpeed
____________________ ______ ________ _________
You can export the timetable data for use with functions to analyze data that is regularly
spaced in time. For example, the Econometrics Toolbox™ and the Signal Processing
Toolbox™ have functions you can use for further analysis on regularly spaced data.
Extract the timetable data as an array. You can use the Variables property to return
the data as an array when the table variables can be concatenated.
A = TT.Variables;
A(1:5,:)
ans =
10-40
See Also
A2 = TT{:,:};
A2(1:5,:)
ans =
See Also
diff | fillmissing | isregular | issorted | retime | rmmissing | sortrows |
table2timetable | timetable | unique
Related Examples
• “Create Timetables” on page 10-2
• “Resample and Aggregate Data in Timetable” on page 10-7
• “Combine Timetables and Synchronize Their Data” on page 10-11
• “Retime and Synchronize Timetable Variables Using Different Methods” on page
10-18
• “Select Timetable Data by Row Time and Variable Type” on page 10-25
10-41
10 Timetables
For example, you can sort a timetable on its row times, on one or more of its data
variables, or on row times and data variables together.
Create a timetable using the timetable function. A timetable has row times along its
first dimension, labeling the rows. The row times are a property of the timetable, not a
timetable variable.
Date = datetime(2016,7,[10;10;11;11;10;10;11;11]);
X = [1;1;1;1;2;2;2;2];
Y = {'a';'b';'a';'b';'a';'b';'a';'b'};
Z = [1;2;3;4;5;6;7;8];
TT = timetable(X,Y,Z,'RowTimes',Date)
TT=8x3 timetable
Time X Y Z
___________ _ ___ _
10-Jul-2016 1 'a' 1
10-Jul-2016 1 'b' 2
11-Jul-2016 1 'a' 3
11-Jul-2016 1 'b' 4
10-Jul-2016 2 'a' 5
10-Jul-2016 2 'b' 6
11-Jul-2016 2 'a' 7
11-Jul-2016 2 'b' 8
Rename the first dimension. By default, the name of the first dimension of a timetable is
Time. You can access the Properties.DimensionNames property to rename a
dimension.
10-42
Using Row Labels in Table and Timetable Operations
TT.Properties.DimensionNames{1} = 'Date';
TT.Properties.DimensionNames
As an alternative, you can specify the row times as the first input argument to
timetable, without specifying 'RowTimes'. The timetable function names the row
times, or the first dimension, after the first input argument, just as it names the
timetable variables after the other input arguments.
TT = timetable(Date,X,Y,Z)
TT=8x3 timetable
Date X Y Z
___________ _ ___ _
10-Jul-2016 1 'a' 1
10-Jul-2016 1 'b' 2
11-Jul-2016 1 'a' 3
11-Jul-2016 1 'b' 4
10-Jul-2016 2 'a' 5
10-Jul-2016 2 'b' 6
11-Jul-2016 2 'a' 7
11-Jul-2016 2 'b' 8
Sort the timetable by row times. To sort on row times, refer to the first dimension of the
timetable by name.
sortrows(TT,'Date')
ans=8x3 timetable
Date X Y Z
___________ _ ___ _
10-Jul-2016 1 'a' 1
10-Jul-2016 1 'b' 2
10-Jul-2016 2 'a' 5
10-Jul-2016 2 'b' 6
11-Jul-2016 1 'a' 3
11-Jul-2016 1 'b' 4
11-Jul-2016 2 'a' 7
10-43
10 Timetables
11-Jul-2016 2 'b' 8
ans=8x3 timetable
Date X Y Z
___________ _ ___ _
10-Jul-2016 1 'a' 1
11-Jul-2016 1 'a' 3
10-Jul-2016 1 'b' 2
11-Jul-2016 1 'b' 4
10-Jul-2016 2 'a' 5
11-Jul-2016 2 'a' 7
10-Jul-2016 2 'b' 6
11-Jul-2016 2 'b' 8
ans=8x3 timetable
Date X Y Z
___________ _ ___ _
10-Jul-2016 1 'a' 1
10-Jul-2016 1 'b' 2
10-Jul-2016 2 'a' 5
10-Jul-2016 2 'b' 6
11-Jul-2016 1 'a' 3
11-Jul-2016 1 'b' 4
11-Jul-2016 2 'a' 7
11-Jul-2016 2 'b' 8
When you group rows together using the rowfun, varfun, stack, and unstack
functions, you can specify row labels as grouping variables. When you join tables or
timetable together using the join, innerjoin, and outerjoin functions, you can
specify row labels as key variables.
10-44
Using Row Labels in Table and Timetable Operations
For example, you can perform an inner join two tables together, using row names and a
table variable together as key variables. An inner join keeps only those table rows that
match with respect to the key variables.
Create two tables of patient data. A table can have row names along its first dimension,
labeling the rows, but is not required to have them. Specify the last names of patients as
the row names of the tables. Add the first names of the patients as table variables.
A = table({'Michael';'Louis';'Alice';'Rosemary';'Julie'},[38;43;45;40;49],...
'VariableNames',{'FirstName' 'Age'},...
'RowNames',{'Garcia' 'Johnson' 'Wu' 'Jones' 'Picard'})
A=5x2 table
FirstName Age
__________ ___
Garcia 'Michael' 38
Johnson 'Louis' 43
Wu 'Alice' 45
Jones 'Rosemary' 40
Picard 'Julie' 49
B = table({'Michael';'Beverly';'Alice'},...
[64;69;67],...
[119;163;133],...
[122 80; 109 77; 117 75],...
'VariableNames',{'FirstName' 'Height' 'Weight' 'BloodPressure'},...
'RowNames',{'Garcia' 'Johnson' 'Wu'})
B=3x4 table
FirstName Height Weight BloodPressure
_________ ______ ______ _____________
If a table has row names, then you can index into it by row name. Indexing by row names
is a convenient way to select rows of a table. Index into B by a patient's last name to
retrieve information about the patient.
B('Garcia',:)
10-45
10 Timetables
ans=1x4 table
FirstName Height Weight BloodPressure
_________ ______ ______ _____________
Perform an inner join on the two tables. Both tables use the last names of patients as row
names, and contain the first names as a table variable. Some patients in the two tables
have matching last names but different first names. To ensure that both last and first
names match, use the row names and FirstName as key variables. To specify the row
names as a key or grouping variable, use the name of the first dimension of the table. By
default, the name of the first dimension is 'Row'.
C = innerjoin(A,B,'Keys',{'Row','FirstName'})
C=2x5 table
FirstName Age Height Weight BloodPressure
_________ ___ ______ ______ _____________
If you rename the first dimension of a table, then you can refer to the row names by that
name instead of using 'Row'. Perform the same inner join as above but use a different
name to refer to the row names.
A.Properties.DimensionNames
Change the name of the first dimension of the table by using its
Properties.DimensionNames property. Then use the new name as a key variable.
A.Properties.DimensionNames{1} = 'LastName';
A.Properties.DimensionNames
10-46
See Also
Perform an inner join on A and B using LastName and FirstName as key variables.
B.Properties.DimensionNames{1} = 'LastName';
D = innerjoin(A,B,'Keys',{'LastName','FirstName'})
D=2x5 table
FirstName Age Height Weight BloodPressure
_________ ___ ______ ______ _____________
• You cannot stack or unstack row labels using the stack and unstack functions.
However, you can use row labels as grouping variables.
• You cannot perform a join using the join, innerjoin, or outerjoin functions when
the first argument is a table and the second argument is a timetable. However, you
can perform a join when both arguments are tables, both are timetables, or the first
argument is a timetable and the second is a table.
• The output of a join operation can have row labels if you specify row labels as key
variables. For more details on row labels from a join operation, see the documentation
on the 'Keys', 'LeftKeys', and 'RightKeys' arguments of the join, innerjoin,
and outerjoin functions.
See Also
innerjoin | join | outerjoin | rowfun | sortrows | stack | unstack | varfun
10-47
11
Structures
Store a patient record in a scalar structure with fields name, billing, and test.
Add records for other patients to the array by including subscripts after the array name.
11-2
Create Structure Array
Each patient record in the array is a structure of class struct. An array of structures is
often referred to as a struct array. Like other MATLAB arrays, a struct array can have
any dimensions.
11-3
11 Structures
Any unspecified fields for new structs in the array contain empty arrays.
patient(3).name = 'New Name';
patient(3)
Access data in the structure array to find how much the first patient owes, and to create
a bar graph of his test results.
amount_due = patient(1).billing
amount_due = 127
bar(patient(1).test)
title(['Test Results for ', patient(1).name])
11-4
See Also
See Also
Related Examples
• “Access Data in a Structure Array” on page 11-7
• “Create Cell Array” on page 12-3
• “Create and Work with Tables” on page 9-2
11-5
11 Structures
More About
• “Cell vs. Struct Arrays” on page 12-19
• “Advantages of Using Tables” on page 9-54
11-6
Access Data in a Structure Array
S = load('clown.mat')
The variables from the file (X, caption, and map) are now fields in the struct.
Access the data using dot notation of the form structName.fieldName. For example,
pass the numeric data in field X to the image function:
image(S.X)
colormap(S.map)
11-7
11 Structures
To access part of a field, add indices as appropriate for the size and type of data in the
field. For example, pass the upper left corner of X to the image function:
upperLeft = S.X(1:50,1:80);
image(upperLeft);
11-8
Access Data in a Structure Array
If a particular field contains a cell array, use curly braces to access the data, such as
S.cellField{1:50,1:80}.
Create a nonscalar array by loading data from the file mandrill.mat into a second
element of array S:
S(2) = load('mandrill.mat')
Each element of a structure array must have the same fields. Both clown.mat and
mandrill.mat contain variables X, map, and caption.
S is a 1-by-2 array.
11-9
11 Structures
S =
X
map
caption
image(S(1).X)
colormap(S(1).map)
Add indices to select and redisplay the upper left corner of the field contents:
upperLeft = S(1).X(1:50,1:80);
image(upperLeft)
Note You can index into part of a field only when you refer to a single element of a
structure array. MATLAB does not support statements such as S(1:2).X(1:50,1:80),
which attempt to index into a field for multiple elements of the structure.
See Also
Related Examples
• “Access Data in Nested Structures” on page 11-15
• “Access Elements of a Nonscalar Struct Array” on page 11-17
• “Generate Field Names from Variables” on page 11-14
11-10
Concatenate Structures
Concatenate Structures
This example shows how to concatenate structure arrays using the [] operator. To
concatenate structures, they must have the same set of fields, but the fields do not need
to contain the same sizes or types of data.
Create scalar (1-by-1) structure arrays struct1 and struct2, each with fields a and b:
struct1.a = 'first';
struct1.b = [1,2,3];
struct2.a = 'second';
struct2.b = rand(5);
struct1,struct2
struct1 =
a: 'first'
b: [1 2 3]
struct2 =
a: 'second'
b: [5x5 double]
Just as concatenating two scalar values such as [1,2] creates a 1-by-2 numeric array,
concatenating struct1 and struct2 creates a 1-by-2 structure array.
combined = [struct1,struct2]
combined =
a
b
11-11
11 Structures
When you want to access the contents of a particular field, specify the index of the
structure in the array. For example, access field a of the first structure.
combined(1).a
ans =
'first'
Concatenation also applies to nonscalar structure arrays. For example, create a 2-by-2
structure array named new. Because the 1-by-2 structure combined and the 2-by-2
structure new both have two columns, you can concatenate them vertically with a
semicolon separator.
new(1,1).a = 1;
new(1,1).b = 10;
new(1,2).a = 2;
new(1,2).b = 20;
new(2,1).a = 3;
new(2,1).b = 30;
new(2,2).a = 4;
new(2,2).b = 40;
larger =
a
b
Access field a of the structure larger(2,1). It contains the same value as new(1,1).a.
larger(2,1).a
ans =
11-12
See Also
See Also
Related Examples
• “Creating and Concatenating Matrices”
• “Access Data in a Structure Array” on page 11-7
• “Access Elements of a Nonscalar Struct Array” on page 11-17
11-13
11 Structures
If the current date reported by your system is February 29, then this code assigns data to
a field named Feb29:
myStruct =
Feb29: [1 2 3]
Field names, like variable names, must begin with a letter, can contain letters, digits, or
underscore characters, and are case sensitive. To avoid potential conflicts, do not use the
names of existing variables or functions as field names. For more information, see
“Variable Names” on page 1-5.
11-14
Access Data in Nested Structures
When a structure is scalar (1-by-1), you do not need to include the indices to refer to the
single element. For example, create a scalar structure s, where field n is a nested scalar
structure with fields a, b, and c:
s.n.a = ones(3);
s.n.b = eye(4);
s.n.c = magic(5);
third_row_b = s.n.b(3,:)
third_row_b =
0 0 1 0
s(1).n(2).a = 2*ones(3);
s(1).n(2).b = 2*eye(4);
s(1).n(2).c = 2*magic(5);
s(2).n(1).a = '1a';
s(2).n(2).a = '2a';
s(2).n(1).b = '1b';
s(2).n(2).b = '2b';
s(2).n(1).c = '1c';
s(2).n(2).c = '2c';
11-15
11 Structures
s(1)
.n(1) .a 1 1 1 .n(2) .a 2 2 2
1 1 1 2 2 2
1 1 1 2 2 2
.b 1 0 0 0 .b 2 0 0 0
0 1 0 0 0 2 0 0
0 0 1 0 0 0 2 0
0 0 0 1 0 0 0 2
.c 17 24 1 8 15 .c 34 48 2 16 30
23 5 7 14 16 46 10 14 28 32
4 6 13 20 22 8 12 26 40 44
10 12 19 21 3 20 24 38 42 6
11 18 25 2 9 22 36 50 4 18
s(2)
.n(1) .a 1a .n(2) .a 2a
.b 1b .b 2b
.c 1c .c 2c
Access part of the array in field b of the second element in n within the first element of s:
part_two_eye = s(1).n(2).b(1:2,1:2)
part_two_eye =
2 0
0 2
11-16
Access Elements of a Nonscalar Struct Array
s(1).f = 1;
s(2).f = 'two';
s(3).f = 3 * ones(3);
Although each structure in the array must have the same number of fields and the same
field names, the contents of the fields can be different types and sizes. When you refer to
field f for multiple elements of the structure array, such as
s(1:3).f
or
s.f
MATLAB returns the data from the elements in a comma-separated list, which displays
as follows:
ans =
1
ans =
two
ans =
3 3 3
3 3 3
3 3 3
You cannot assign the list to a single variable with the syntax v = s.f because the
fields can contain different types of data. However, you can assign the list items to the
same number of variables, such as
[v1, v2, v3] = s.f;
11-17
11 Structures
If all of the fields contain the same type of data and can form a hyperrectangle, you can
concatenate the list items. For example, create a structure nums with scalar numeric
values in field f, and concatenate the data from the fields:
nums(1).f = 1;
nums(2).f = 2;
nums(3).f = 3;
allNums = [nums.f]
If you want to process each element of an array with the same operation, use the
arrayfun function. For example, count the number of elements in field f of each struct
in array s:
The syntax @(x) creates an anonymous function. This code calls the numel function for
each element of array s, such as numel(s(1).f), and returns
numElements =
1 3 9
11-18
Ways to Organize Data in Structure Arrays
Plane organization allows easier access to all values within a field. Element-by-element
organization allows easier access to all information related to a single element or record.
The following sections include an example of each type of organization:
When you create a structure array, MATLAB stores information about each element and
field in the array header. As a result, structures with more elements and fields require
more memory than simpler structures that contain the same data. For more information
on memory requirements for arrays, see “How MATLAB Allocates Memory” on page 29-
12.
Plane Organization
Consider an RGB image with three arrays corresponding to color intensity values.
11-19
11 Structures
If you have arrays RED, GREEN, and BLUE in your workspace, then these commands
create a scalar structure named img that uses plane organization:
img.red = RED;
img.green = GREEN;
img.blue = BLUE;
Plane organization allows you to easily extract entire image planes for display, filtering,
or other processing. For example, multiply the red intensity values by 0.9:
adjustedRed = .9 * img.red;
If you have multiple images, you can add them to the img structure, so that each element
img(1),...,img(n) contains an entire image. For an example that adds elements to a
structure, see the following section.
11-20
Ways to Organize Data in Structure Arrays
Element-by-Element Organization
Consider a database with patient information. Each record contains data for the patient’s
name, test results, and billing amount.
Additional patients correspond to new elements in the structure. For example, add an
element for a second patient:
patient(2).name = 'Ann Lane';
patient(2).billing = 28.50;
patient(2).test = [68, 70, 68; 118, 118, 119; 172, 170, 169];
aveResultsDoe = mean(patient(1).test,2)
11-21
11 Structures
178.5000
212.0000
For information on processing data from more than one element at a time, see “Access
Data in a Structure Array” on page 11-7.
11-22
Memory Requirements for a Structure Array
Allocate memory for the contents by assigning initial values with the struct function,
such as
newStruct(1:25,1:50) = struct('a',ones(20),'b',zeros(30),'c',rand(40));
This code creates and populates a 25-by-50 structure array S with fields a, b, and c.
If you prefer not to assign initial values, you can initialize a structure array by assigning
empty arrays to each field of the last element in the structure array, such as
newStruct(25,50).a = [];
newStruct(25,50).b = [];
newStruct(25,50).c = [];
or, equivalently,
newStruct(25,50) = struct('a',[],'b',[],'c',[]);
However, in this case, MATLAB only allocates memory for the header, and not for the
contents of the array.
• “Preallocating Memory”
• “How MATLAB Allocates Memory” on page 29-12
11-23
12
Cell Arrays
There are two ways to refer to the elements of a cell array. Enclose indices in smooth
parentheses, (), to refer to sets of cells — for example, to define a subset of the array.
Enclose indices in curly braces, {}, to refer to the text, numbers, or other data within
individual cells.
12-2
Create Cell Array
When you have data to put into a cell array, create the array using the cell array
construction operator, {}.
myCell = {1, 2, 3;
'text', rand(5,10,2), {11; 22; 33}}
Like all MATLAB® arrays, cell arrays are rectangular, with the same number of cells in
each row. myCell is a 2-by-3 cell array.
You also can use the {} operator to create an empty 0-by-0 cell array.
C = {}
C =
To add values to a cell array over time or in a loop, create an empty N-dimensional array
using the cell function.
emptyCell = cell(3,4,2)
emptyCell(:,:,2) =
12-3
12 Cell Arrays
emptyCell is a 3-by-4-by-2 cell array, where each cell contains an empty array, [].
See Also
cell
Related Examples
• “Access Data in Cell Array” on page 12-5
• “Multidimensional Cell Arrays”
• “Create Structure Array” on page 11-2
• “Create and Work with Tables” on page 9-2
More About
• “Cell vs. Struct Arrays” on page 12-19
• “Advantages of Using Tables” on page 9-54
12-4
Access Data in Cell Array
There are two ways to refer to the elements of a cell array. Enclose indices in smooth
parentheses, (), to refer to sets of cells--for example, to define a subset of the array.
Enclose indices in curly braces, {}, to refer to the text, numbers, or other data within
individual cells.
Cell array indices in smooth parentheses refer to sets of cells. For example, to create a 2-
by-2 cell array that is a subset of C, use smooth parentheses.
upperLeft = C(1:2,1:2)
Update sets of cells by replacing them with the same number of cells. For example,
replace cells in the first row of C with an equivalent-sized (1-by-3) cell array.
C(1,1:3) = {'first','second','third'}
If cells in your array contain numeric data, you can convert the cells to a numeric array
using the cell2mat function.
12-5
12 Cell Arrays
numericCells = C(2,1:3)
numericVector = cell2mat(numericCells)
numericVector =
1 2 3
Access the contents of cells--the numbers, text, or other data within the cells--by indexing
with curly braces. For example, to access the contents of the last cell of C, use curly
braces.
last = C{2,3}
last = 3
last is a numeric variable of type double, because the cell contains a double value.
Similarly, you can index with curly braces to replace the contents of a cell.
C{2,3} = 300
You can access the contents of multiple cells by indexing with curly braces. MATLAB®
returns the contents of the cells as a comma-separated list. Because each cell can contain
a different type of data, you cannot assign this list to a single variable. However, you can
assign the list to the same number of variables as cells. MATLAB® assigns to the
variables in column order.
12-6
See Also
r1c1 =
'first'
r2c1 = 1
r1c2 =
'second'
r2c2 = 2
If each cell contains the same type of data, you can create a single variable by applying
the array concatenation operator, [], to the comma-separated list.
nums =
1 2 300
See Also
cell | cell2mat
Related Examples
• “Create Cell Array” on page 12-3
• “Multidimensional Cell Arrays”
• “Multilevel Indexing to Access Parts of Cells” on page 12-25
• “Comma-Separated Lists” on page 2-74
12-7
12 Cell Arrays
Assign data to a cell outside the current dimensions. MATLAB® expands the cell array
to a rectangle that includes the specified subscripts. Any intervening cells contain empty
arrays.
C{4,4} = 44
Add cells without specifying a value by assigning an empty array as the contents of a
cell. C is now a 5-by-5 cell array.
C{5,5} = []
Column 5
{0x0 double}
{0x0 double}
{0x0 double}
12-8
See Also
{0x0 double}
{0x0 double}
See Also
Related Examples
• “Access Data in Cell Array” on page 12-5
• “Combine Cell Arrays” on page 12-12
• “Delete Data from Cell Array” on page 12-10
12-9
12 Cell Arrays
Delete the contents of a particular cell by assigning an empty array to the cell, using
curly braces for content indexing, {}.
C{2,2} = []
Delete sets of cells using standard array indexing with smooth parentheses, (). For
example, remove the second row of C.
C(2,:) = []
See Also
Related Examples
• “Add Cells to Cell Array” on page 12-8
12-10
See Also
12-11
12 Cell Arrays
Concatenate cell arrays with the array concatenation operator, []. In this example,
vertically concatenate the cell arrays by separating them with semicolons:
C4 = [C1; C2; C3]
C4 =
[ 1] [ 2] [ 3]
'A' 'B' 'C'
[10] [20] [30]
Create a nested cell array with the cell array construction operator, {}:
C5 =
{1x3 cell}
{1x3 cell}
{1x3 cell}
To combine cell arrays of character vectors into one character vector, use the strjoin
function.
See Also
strjoin
Related Examples
• “Concatenating Matrices”
12-12
Pass Contents of Cell Arrays to Functions
Pass the contents of a single cell by indexing with curly braces, {}.
This example creates a cell array that contains text and a 20-by-2 array of random
numbers.
12-13
12 Cell Arrays
Plot only the first column of data by indexing further into the content (multilevel
indexing).
figure
plot(randCell{1,2}(:,1))
title('First Column of Data')
Combine numeric data from multiple cells using the cell2mat function.
This example creates a 5-by-2 cell array that stores temperature data for three cities, and
plots the temperatures for each city by date.
12-14
Pass Contents of Cell Arrays to Functions
allTemps = cell2mat(temperature(:,2));
dates = datenum(temperature(:,1), 'dd-mmm-yyyy');
plot(dates, allTemps)
datetick('x','mmm')
Pass the contents of multiple cells as a comma-separated list to functions that accept multiple
inputs.
This example plots X against Y , and applies line styles from a 2-by-3 cell array C.
12-15
12 Cell Arrays
X = -pi:pi/10:pi;
Y = tan(sin(X)) - sin(tan(X));
12-16
See Also
See Also
More About
• “Access Data in Cell Array” on page 12-5
• “Multilevel Indexing to Access Parts of Cells” on page 12-25
• “Comma-Separated Lists” on page 2-74
12-17
12 Cell Arrays
Cell arrays do not require completely contiguous memory. However, each cell requires
contiguous memory, as does the cell array header that MATLAB creates to describe the
array. For very large arrays, incrementally increasing the number of cells or the number
of elements in a cell results in Out of Memory errors.
Initialize a cell array by calling the cell function, or by assigning to the last element.
For example, these statements are equivalent:
C = cell(25,50);
C{25,50} = [];
MATLAB creates the header for a 25-by-50 cell array. However, MATLAB does not
allocate any memory for the contents of each cell.
See Also
cell
Related Examples
• “Preallocating Memory”
• “How MATLAB Allocates Memory” on page 29-12
12-18
Cell vs. Struct Arrays
Structure Arrays
patient
12-19
12 Cell Arrays
12-20
Cell vs. Struct Arrays
Cell Arrays
Cell arrays contain data in cells that you access by numeric indexing. Common
applications of cell arrays include storing separate pieces of text and storing
heterogeneous data from spreadsheets.
For example, store temperature data for three cities over time in a cell array.
12-21
12 Cell Arrays
temperature
plot(dates,allTemps)
title('Temperature Trends for Different Locations')
xlabel('Date')
ylabel('Degrees (Fahrenheit)')
12-22
See Also
Struct and cell arrays are the most commonly used containers for storing heterogeneous
data. Tables are convenient for storing heterogeneous column-oriented or tabular data.
Alternatively, use map containers, or create your own class.
See Also
cell | cell2mat | containers.Map | datetime | plot | struct | table
12-23
12 Cell Arrays
Related Examples
• “Access Data in Cell Array” on page 12-5
• “Access Data in a Structure Array” on page 11-7
• “Access Data in a Table” on page 9-32
More About
• “Advantages of Using Tables” on page 9-54
12-24
Multilevel Indexing to Access Parts of Cells
C = {myNum, 100*myNum;
myCell, myStruct}
Access the complete contents of a particular cell using curly braces, {}. For example,
return a numeric vector from the cell that contains it.
C{1,2}
ans =
Access part of the contents of a cell by appending indices, using syntax that matches the
data type of the contents.
Enclose numeric indices in smooth parentheses. For example, C{1,1} returns the 1-by-3
numeric vector, [1 2 3]. Access the second element of that vector using smooth
parentheses.
C{1,1}(1,2)
ans = 2
Enclose cell array indices in curly braces. For example, C{2,1} returns the cell array,
{'one','two'}. Access the contents of the second cell within that cell array using curly
braces.
12-25
12 Cell Arrays
C{2,1}{1,2}
ans =
'two'
Refer to fields of a struct array with dot notation, and index into the array as described
for numeric and cell arrays. For example, C{2,2} returns a structure array, where
Field2 contains a 5-by-5 numeric array of fives. Access the element in the fifth row and
first column of that field using dot notation and smooth parentheses.
C{2,2}.Field2(5,1)
ans = 5
You can nest any number of cell and structure arrays. For example, add nested cells and
structures to C.
Access parts of the new data using curly braces, smooth parentheses, or dot notation.
copy_pi = C{2,1}{2,2}{1,1}
copy_pi = 3.1416
part_magic = C{2,2}.Field3.NestedField2(1:2,1:2)
part_magic =
16 2
5 11
nested_cell = C{2,2}.Field3.NestedField3{2,1}
nested_cell =
'more text'
12-26
See Also
See Also
Related Examples
• “Access Data in Cell Array” on page 12-5
12-27
13
Function Handles
You can create function handles to named and anonymous functions. You can store
multiple function handles in an array, and save and load them, as you would any other
variable.
• Pass a function to another function (often called function functions). For example,
passing a function to integration and optimization functions, such as integral and
fzero.
• Specify callback functions. For example, a callback that responds to a UI event or
interacts with data acquisition hardware.
• Construct handles to functions defined inline instead of stored in a program file
(anonymous functions).
• Call local functions from outside the main function.
f = @myfunction;
13-2
Create Function Handle
You call a function using a handle the same way you call the function directly. For
example, suppose that you have a function named computeSquare, defined as:
function y = computeSquare(x)
y = x.^2;
end
Create a handle and call the function to compute the square of four.
f = @computeSquare;
a = 4;
b = f(a)
b =
16
If the function does not require any inputs, then you can call the function with empty
parentheses, such as
h = @ones;
a = h()
a =
a =
@ones
Function handles are variables that you can pass to other functions. For example,
calculate the integral of x2 on the range [0,1].
q = integral(f,0,1);
Function handles store their absolute path, so when you have a valid handle, you can
invoke the function from any location. You do not have to specify the path to the function
when creating the handle, only the function name.
13-3
13 Function Handles
• Name length — Each part of the function name (including package and class names)
must be less than the number specified by namelengthmax. Otherwise, MATLAB
truncates the latter part of the name.
• Scope — The function must be in scope at the time you create the handle. Therefore,
the function must be on the MATLAB path or in the current folder. Or, for handles to
local or nested functions, the function must be in the current file.
• Precedence — When there are multiple functions with the same name, MATLAB uses
the same precedence rules to define function handles as it does to call functions. For
more information, see “Function Precedence Order” on page 20-43.
• Overloading — If the function you specify overloads a function in a class that is not a
fundamental MATLAB class, the function is not associated with the function handle
at the time it is constructed. Instead, MATLAB considers the input arguments and
determines which implementation to call at the time of evaluation.
Anonymous Functions
You can create handles to anonymous functions. An anonymous function is a one-line
expression-based MATLAB function that does not require a program file. Construct a
handle to an anonymous function by defining the body of the function,
anonymous_function, and a comma-separated list of input arguments to the
anonymous function, arglist. The syntax is:
h = @(arglist)anonymous_function
For example, create a handle, sqr, to an anonymous function that computes the square
of a number, and call the anonymous function using its handle.
sqr = @(n) n.^2;
x = sqr(3)
x =
13-4
See Also
ans =
-1
ans =
See Also
func2str | functions | isa | str2func
Related Examples
• “Pass Function to Another Function” on page 13-6
More About
• “Anonymous Functions” on page 20-24
13-5
13 Function Handles
For example, to find the integral of the natural log from 0 through 5, pass a handle to the
log function to integral.
a = 0;
b = 5;
q1 = integral(@log,a,b)
q1 = 3.0472
Similarly, to find the integral of the sin function and the exp function, pass handles to
those functions to integral.
q2 = integral(@sin,a,b)
q2 = 0.7163
q3 = integral(@exp,a,b)
q3 = 147.4132
q4 = 1.6449
Functions that take a function as an input (called function functions) expect that the
function associated with the function handle has a certain number of input variables. For
example, if you call integral or fzero, the function associated with the function handle
must have exactly one input variable. If you call integral3, the function associated
with the function handle must have three input variables. For information on calling
function functions with more variables, see “Parameterizing Functions”.
13-6
See Also
See Also
Related Examples
• “Create Function Handle” on page 13-2
• “Parameterizing Functions”
More About
• “Anonymous Functions” on page 20-24
13-7
13 Function Handles
Create the following function in a file, ellipseVals.m, in your working folder. The
function returns a struct with handles to the local functions.
function fh = ellipseVals
fh.focus = @computeFocus;
fh.eccentricity = @computeEccentricity;
fh.area = @computeArea;
end
function f = computeFocus(a,b)
f = sqrt(a^2-b^2);
end
function e = computeEccentricity(a,b)
f = computeFocus(a,b);
e = f/a;
end
function ae = computeArea(a,b)
ae = pi*a*b;
end
h =
focus: @computeFocus
eccentricity: @computeEccentricity
13-8
See Also
area: @computeArea
Call a local function using its handle to compute the area of an ellipse.
h.area(3,1)
ans =
9.4248
Alternatively, you can use the localfunctions function to create a cell array of
function handles from all local functions automatically. This approach is convenient if
you expect to add, remove, or modify names of the local functions.
See Also
localfunctions
Related Examples
• “Create Function Handle” on page 13-2
More About
• “Local Functions” on page 20-30
13-9
13 Function Handles
MATLAB® considers function handles that you construct from the same named function
to be equal. The isequal function returns a value of true when comparing these types of
handles.
fun1 = @sin;
fun2 = @sin;
isequal(fun1,fun2)
ans =
logical
If you save these handles to a MAT-file, and then load them back into the workspace,
they are still equal.
Unlike handles to named functions, function handles that represent the same
anonymous function are not equal. They are considered unequal because MATLAB
cannot guarantee that the frozen values of nonargument variables are the same. For
example, in this case, A is a nonargument variable.
A = 5;
h1 = @(x)A * x.^2;
h2 = @(x)A * x.^2;
isequal(h1,h2)
ans =
logical
If you make a copy of an anonymous function handle, the copy and the original are equal.
13-10
Compare Function Handles
h1 = @(x)A * x.^2;
h2 = h1;
isequal(h1,h2)
ans =
logical
MATLAB considers function handles to the same nested function to be equal only if your
code constructs these handles on the same call to the function containing the nested
function. This function constructs two handles to the same nested function.
function z = findZ
z = a.^3 + b.^2 + c';
end
end
Function handles constructed from the same nested function and on the same call to the
parent function are considered equal.
[h1,h2] = test_eq(4,19,-7);
isequal(h1,h2)
ans =
logical
Function handles constructed from different calls are not considered equal.
13-11
13 Function Handles
[q1,q2] = test_eq(4,19,-7);
isequal(h1,q1)
ans =
logical
See Also
isequal
Related Examples
• “Create Function Handle” on page 13-2
13-12
14
Map Containers
Indices into the elements of a Map are called keys. These keys, along with the data
values associated with them, are stored within the Map. Each entry of a Map contains
exactly one unique key and its corresponding value. Indexing into the Map of rainfall
statistics shown below with a character vector representing the month of August yields
the value internally associated with that month, 37.3.
KEYS VALUES
Jan 327.2
Feb 368.2
Mar 197.6
Apr 178.4
May 100.0
Jun 69.9
Jul 32.3
Aug Aug 37.3 37.3
Sep 19.0
Oct 37.0
Nov 73.2
Dec 110.9
Annual 1551.0
Keys are not restricted to integers as they are with other arrays. Specifically, a key may
be any of the following types:
14-2
See Also
The values stored in a Map can be of any type. This includes arrays of numeric values,
structures, cells, character arrays, objects, or other Maps.
Note A Map is most memory efficient when the data stored in it is a scalar number or a
character array.
See Also
containers.Map | keys | values
Related Examples
• “Description of Map Class” on page 14-4
• “Create Map Object” on page 14-6
• “Examine Contents of Map” on page 14-9
14-3
14 Map Containers
To examine one of these properties, follow the name of the Map object with a dot and
then the property name. For example, to see what type of keys are used in Map mapObj,
use
mapObj.KeyType
A Map is a handle object. As such, if you make a copy of the object, MATLAB does not
create a new Map; it creates a new handle for the existing Map that you specify. If you
alter the Map's contents in reference to this new handle, MATLAB applies the changes
you make to the original Map as well. You can, however, delete the new handle without
affecting the original Map.
14-4
See Also
See Also
containers.Map | isKey | keys | length | remove | size | values
Related Examples
• “Overview of Map Data Structure” on page 14-2
• “Create Map Object” on page 14-6
• “Examine Contents of Map” on page 14-9
14-5
14 Map Containers
newMap =
Count: 0
KeyType: char
ValueType: any
The properties of an empty Map object are set to their default values:
• Count = 0
• KeyType = 'char'
• ValueType = 'any'
Once you construct the empty Map object, you can use the keys and values methods to
populate it. For a summary of MATLAB functions you can use with a Map object, see
“Methods of Map Class” on page 14-5
14-6
Create Map Object
For those keys and values that are character vectors, be sure that you specify them
enclosed within single quotation marks. For example, when constructing a Map that has
character vectors as keys, use
mapObj = containers.Map(...
{'keystr1', 'keystr2', ...}, {val1, val2, ...});
As an example of constructing an initialized Map object, create a new Map for the
following key/value pairs taken from the monthly rainfall map shown earlier in this
section.
KEYS VALUES
Jan 327.2
Feb 368.2
Mar 197.6
Apr 178.4
May 100.0
Jun 69.9
Jul 32.3
Aug 37.3
Sep 19.0
Oct 37.0
Nov 73.2
Dec 110.9
Annual 1551.0
rainfallMap = containers.Map(k, v)
rainfallMap =
14-7
14 Map Containers
Count: 13
KeyType: char
ValueType: double
The Count property is now set to the number of key/value pairs in the Map, 13, the
KeyType is char, and the ValueType is double.
See Also
containers.Map | keys | values
Related Examples
• “Overview of Map Data Structure” on page 14-2
• “Description of Map Class” on page 14-4
• “Examine Contents of Map” on page 14-9
14-8
Examine Contents of Map
Create a new Map called ticketMap that maps airline ticket numbers to the holders of
those tickets. Construct the Map with four key/value pairs:
ticketMap = containers.Map(...
{'2R175', 'B7398', 'A479GY', 'NZ1452'}, ...
{'James Enright', 'Carl Haynes', 'Sarah Latham', ...
'Bradley Reid'});
Use the keys method to display all keys in the Map. MATLAB lists keys of type char in
alphabetical order, and keys of any numeric type in numerical order:
keys(ticketMap)
ans =
Next, display the values that are associated with those keys in the Map. The order of the
values is determined by the order of the keys associated with them.
values(ticketMap)
ans =
14-9
14 Map Containers
See Also
containers.Map | isKey | keys | length | remove | size | values
Related Examples
• “Create Map Object” on page 14-6
• “Read and Write Using Key Index” on page 14-11
• “Modify Keys and Values in Map” on page 14-16
• “Map to Different Value Types” on page 14-19
14-10
Read and Write Using Key Index
Note For a large Map, the keys and value methods use a lot of memory as their outputs
are cell arrays.
You can find any single value by indexing into the Map with the appropriate key:
passenger = ticketMap('2R175')
passenger =
James Enright
ans =
14-11
14 Map Containers
To access the values of multiple keys, use the values method, specifying the keys in a
cell array:
values(ticketMap, {'2R175', 'B7398'})
ans =
Map containers support scalar indexing only. You cannot use the colon operator to access
a range of keys as you can with other MATLAB classes. For example, the following
statements throw an error:
ticketMap('2R175':'B7398')
ticketMap(:)
Add two more entries to the ticketMap Map. Verify that ticketMap now has six key/
value pairs:
ticketMap('947F4') = 'Susan Spera';
ticketMap('417R93') = 'Patricia Hughes';
ticketMap.Count
ans =
14-12
Read and Write Using Key Index
keys(ticketMap), values(ticketMap)
ans =
ans =
• Only vertical vectors of Map objects are allowed. You cannot create an m-by-n array
or a horizontal vector of Map objects. For this reason, vertcat is supported for Map
objects, but not horzcat.
• All keys in each Map being concatenated must be of the same class.
• You can combine Maps with different numbers of key/value pairs. The result is a
single Map object containing key/value pairs from each of the contributing Map
objects:
The result of this concatenation is the same 6-element Map that was constructed in
the previous section:
14-13
14 Map Containers
ticketMap.Count
ans =
keys(ticketMap), values(ticketMap)
ans =
ans =
In the following example, both objects m1 and m2 use a key of 8. In Map m1, 8 is a key
to value C; in m2, it is a key to value X:
m = [m1; m2];
The resulting Map object m has only five key/value pairs. The value C was dropped
from the concatenation because its key was not unique:
keys(m), values(m)
ans =
ans =
14-14
See Also
See Also
containers.Map | isKey | keys | values
Related Examples
• “Create Map Object” on page 14-6
• “Examine Contents of Map” on page 14-9
• “Modify Keys and Values in Map” on page 14-16
• “Map to Different Value Types” on page 14-19
14-15
14 Map Containers
Note Keep in mind that if you have more than one handle to a Map, modifying the
handle also makes changes to the original Map. See “Modify Copy of Map” on page 14-
17, below.
ticketMap = containers.Map(...
{'2R175', 'B7398', 'A479GY', 'NZ1452'}, ...
{'James Enright', 'Carl Haynes', 'Sarah Latham', ...
'Bradley Reid'});
Remove one entry (the specified key and its value) from the Map object:
remove(ticketMap, 'NZ1452');
values(ticketMap)
ans =
Modify Values
You can modify any value in a Map simply by overwriting the current value. The
passenger holding ticket A479GY is identified as Sarah Latham:
ticketMap('A479GY')
ans =
14-16
Modify Keys and Values in Map
Sarah Latham
Change the passenger's first name to Anna Latham by overwriting the original value for
the A479GY key:
ticketMap('A479GY') = 'Anna Latham';
ans =
Anna Latham
Modify Keys
To modify an existing key while keeping the value the same, first remove both the key
and its value from the Map. Then create a new entry, this time with the corrected key
name.
k = keys(ticketMap); v = values(ticketMap);
str1 = ' ''%s'' has been assigned a new\n';
str2 = ' ticket number: %s.\n';
fprintf(str1, v{1})
fprintf(str2, k{1})
14-17
14 Map Containers
Make a copy of the ticketMap Map. Write to this copy, and notice that the change is
applied to the original Map object itself:
copiedMap = ticketMap;
ans =
unidentified person
Clean up:
remove(ticketMap, 'AZ12345');
clear copiedMap;
See Also
containers.Map | isKey | keys | length | remove | size | values
Related Examples
• “Create Map Object” on page 14-6
• “Examine Contents of Map” on page 14-9
• “Read and Write Using Key Index” on page 14-11
• “Map to Different Value Types” on page 14-19
14-18
Map to Different Value Types
Then create the following structure array, containing ticket numbers and destinations:
s1.ticketNum = '2S185'; s1.destination = 'Barbados';
s1.reserved = '06-May-2008'; s1.origin = 'La Guardia';
s2.ticketNum = '947F4'; s2.destination = 'St. John';
s2.reserved = '14-Apr-2008'; s2.origin = 'Oakland';
s3.ticketNum = 'A479GY'; s3.destination = 'St. Lucia';
s3.reserved = '28-Mar-2008'; s3.origin = 'JFK';
s4.ticketNum = 'B7398'; s4.destination = 'Granada';
s4.reserved = '30-Apr-2008'; s4.origin = 'JFK';
s5.ticketNum = 'NZ1452'; s5.destination = 'Aruba';
s5.reserved = '01-May-2008'; s5.origin = 'Denver';
Using this Map object, find information about the passenger who has reserved seat 09C:
seatingMap('09C')
ans =
ticketNum: 'B7398'
14-19
14 Map Containers
destination: 'Granada'
reserved: '30-Apr-2008'
origin: 'JFK'
Using ticketMap and seatingMap together, you can find the name of the person who
has reserved seat 15B:
ticket = seatingMap('15B').ticketNum;
passenger = ticketMap(ticket)
passenger =
Sarah Latham
See Also
cell | containers.Map | isKey | keys | struct | values
14-20
See Also
Related Examples
• “Create Map Object” on page 14-6
• “Create Structure Array” on page 11-2
• “Create Cell Array” on page 12-3
• “Examine Contents of Map” on page 14-9
• “Read and Write Using Key Index” on page 14-11
• “Modify Keys and Values in Map” on page 14-16
14-21
15
Data type conversion is done with respect to a preset precedence of classes. The following
table shows the five classes you can concatenate with an unlike type without generating
an error (that is, with the exception of character and logical).
TYPE character integer single double logical
character character character character character invalid
integer character integer integer integer integer
single character integer single single single
double character integer single double double
logical invalid integer single double logical
For example, concatenating a double and single matrix always yields a matrix of type
single. MATLAB converts the double element to single to accomplish this.
See Also
More About
• “Combining Unlike Integer Types” on page 15-3
• “Combining Integer and Noninteger Data” on page 15-5
• “Combining Cell Arrays with Non-Cell Arrays” on page 15-6
• “Concatenation Examples” on page 15-8
15-2
Combining Unlike Integer Types
Overview
If you combine different integer types in a matrix (e.g., signed with unsigned, or 8-bit
integers with 16-bit integers), MATLAB returns a matrix in which all elements are of one
common type. MATLAB sets all elements of the resulting matrix to the data type of the
left-most element in the input matrix. For example, the result of the following
concatenation is a vector of three 16-bit signed integers:
A = [int16(450) uint8(250) int32(1000000)]
B = [int8(50) int16(5000)]
B =
50 127
The first operation returns a vector of 16-bit integers. The second returns a vector of 8-bit
integers. The element int16(5000) is set to 127, the maximum value for an 8-bit
signed integer.
15-3
15 Combining Unlike Classes
50
127
Note You can find the maximum or minimum values for any MATLAB integer type using
the intmax and intmin functions. For floating-point types, use realmax and realmin.
B = [uint8(100) int8(-100)]
B =
100 0
MATLAB evaluates each element prior to concatenating them into a combined array. In
other words, the following statement evaluates to an 8-bit signed integer (equal to 50)
and an 8-bit unsigned integer (unsigned -50 is set to zero) before the two elements are
combined. Following the concatenation, the second element retains its zero value but
takes on the unsigned int8 type:
A = [int8(50), uint8(-50)]
A =
50 0
15-4
Combining Integer and Noninteger Data
15-5
15 Combining Unlike Classes
15-6
Empty Matrices
Empty Matrices
If you construct a matrix using empty matrix elements, the empty matrices are ignored
in the resulting matrix:
A = [5.36; 7.01; []; 9.44]
A =
5.3600
7.0100
9.4400
15-7
15 Combining Unlike Classes
Concatenation Examples
In this section...
“Combining Single and Double Types” on page 15-8
“Combining Integer and Double Types” on page 15-8
“Combining Character and Double Types” on page 15-9
“Combining Logical and Double Types” on page 15-9
15-8
Concatenation Examples
class(x)
ans =
char
class(x)
ans =
double
15-9
16
Using Objects
16 Using Objects
Object Behavior
In this section...
“Two Copy Behaviors” on page 16-2
“Handle Object Copy” on page 16-2
“Value Object Copy Behavior” on page 16-2
“Handle Object Copy Behavior” on page 16-3
“Testing for Handle or Value Class” on page 16-6
Value objects behave like MATLAB fundamental types with respect to copy operations.
Copies are independent values. Operations that you perform on one object do not affect
copies of that object.
Handle objects are referenced by their handle variable. Copies of the handle variable
refer to the same object. Operations that you perform on a handle object are visible from
all handle variables that reference that object.
a = 8;
b = a;
16-2
Object Behavior
a = 6;
b
b =
8
clear a
b
b =
8
The copy behavior of values stored as properties in value objects is the same as numeric
variables. For example, suppose vobj1 is a value object with property a:
vobj1.a = 8;
If you copy vobj1 to vobj2, and then change the value of vobj1 property a, the value of
the copied object's property, vobj2.a, is unaffected:
vobj2 =vobj1;
vobj1.a = 5;
vobj2.a
ans =
8
16-3
16 Using Objects
end
end
end
hobj1 = HdClass(8)
hobj1 =
Data: 8
The variable hobj1 is a handle that references the object created. Copying hobj1 to
hobj2 results in another handle referring to the same object:
hobj2 = hobj1
hobj2 =
Data: 8
Because handles reference the object, copying a handle copies the handle to a new
variable name, but the handle still refers to the same object. For example, given that
hobj1 is a handle object with property Data:
hobj1.Data
ans =
Change the value of hobj1's Data property and the value of the copied object's Data
property also changes:
hobj1.Data = 5;
hobj2.Data
16-4
Object Behavior
ans =
Because hobj2 and hobj1 are handles to the same object, changing the copy, hobj2,
also changes the data you access through handle hobj1:
hobj2.Data = 17;
hobj1.Data
ans =
17
Reassigning a handle variable produces the same result as reassigning any MATLAB
variable. When you create an object and assign it to hobj1:
hobj1 = HdClass(3.14);
hobj1 references the new object, not the same object referenced previously (and still
referenced by hobj2).
When you clear a handle from the workspace, MATLAB removes the variable, but does
not remove the object referenced by the other handle. However, if there are no references
to an object, MATLAB destroys the object.
Given hobj1 and hobj2, which both reference the same object, you can clear either
handle without affecting the object:
hobj1.Data = 2^8;
clear hobj1
hobj2
hobj2 =
Data: 256
If you clear both hobj1 and hobj2, then there are no references to the object. MATLAB
destroys the object and frees the memory used by that object.
16-5
16 Using Objects
To remove an object referenced by any number of handles, use delete. Given hobj1 and
hobj2, which both refer to the same object, delete either handle. MATLAB deletes the
object:
hobj1 = HdClass(8);
hobj2 = hobj1;
delete(hobj1)
hobj2
hobj2 =
Modifying Objects
When you pass an object to a function, MATLAB passes a copy of the object into the
function workspace. If the function modifies the object, MATLAB modifies only the copy
of the object that is in the function workspace. The differences in copy behavior between
handle and value classes are important in such cases:
• Value object — The function must return the modified copy of the object. To modify
the object in the caller’s workspace, assign the function output to a variable of the
same name
• Handle object — The copy in the function workspace refers to the same object.
Therefore, the function does not have to return the modified copy.
isa(obj,'handle')
16-6
See Also
ans =
isa(hobj,'containers.Map')
ans =
class(hobj)
ans =
containers.Map
See Also
Related Examples
• “Implement Copy for Handle Classes”
16-7
17
All MATLAB data types are implemented as object-oriented classes. You can add data
types of your own to your MATLAB environment by creating additional classes. These
user-defined classes define the structure of your new data type, and the functions, or
methods, that you write for each class define the behavior for that data type.
These methods can also define the way various MATLAB operators, including arithmetic
operations, subscript referencing, and concatenation, apply to the new data types. For
example, a class called polynomial might redefine the addition operator (+) so that it
correctly performs the operation of addition on polynomials.
3
18
Scripts
Create Scripts
Scripts are the simplest kind of program file because they have no input or output
arguments. They are useful for automating series of MATLAB commands, such as
computations that you have to perform repeatedly from the command line or series of
commands you have to reference.
• Highlight commands from the Command History, right-click, and select Create
Script.
•
Click the New Script button on the Home tab.
• Use the edit function. For example, edit new_file_name creates (if the file does
not exist) and opens the file new_file_name. If new_file_name is unspecified,
MATLAB opens a new file called Untitled.
After you create a script, you can add code to the script and save it. For example, you can
save this code that generates random numbers between 0 and 100 as a script called
numGenerator.m.
columns = 10000;
rows = 1;
bins = columns/100;
rng(now);
list = 100*rand(rows,columns);
histogram(list,bins)
Save your script and run the code using either of these methods:
• Type the script name on the command line and press Enter. For example, to run the
numGenerator.m script, type numGenerator.
•
Click the Run button on the Editor tab
You also can run the code from a second program file. To do this, add a line of code with
the script name to the second program file. For example, to run the numGenerator.m
script from a second program file, add the line numGenerator; to the file. MATLAB
runs the code in numGenerator.m when you run the second file.
18-2
See Also
When execution of the script completes, the variables remain in the MATLAB workspace.
In the numGenerator.m example, the variables columns, rows, bins, and list remain
in the workspace. To see a list of variables, type whos at the command prompt. Scripts
share the base workspace with your interactive MATLAB session and with other scripts.
See Also
More About
• “Run Code Sections” on page 18-7
• “Scripts vs. Functions” on page 18-16
• “Base and Function Workspaces” on page 20-10
• “Create Live Scripts in the Live Editor” on page 19-8
18-3
18 Scripts
Add comments to MATLAB code using the percent (%) symbol. Comment lines can appear
anywhere in a program file, and you can append comments to the end of a line of code.
For example,
% Add up all the vector elements.
y = sum(x) % Use the sum function.
In live scripts, you can also describe a process or code by inserting lines of text before and
after code. Text lines provide additional flexibility such as standard formatting options,
and the insertion of images, hyperlinks, and equations. For more information, see
“Create Live Scripts in the Live Editor” on page 19-8.
Note When you have a MATLAB code file (.m) containing text that has characters in a
different encoding than that of your platform, when you save or publish your file,
MATLAB displays those characters as garbled text. Live scripts (.mlx) support storing
and displaying characters across all locales.
Comments are also useful for program development and testing—comment out any code
that does not need to run. To comment out multiple lines of code, you can use the block
comment operators, %{ and %}:
a = magic(3);
%{
sum(a)
diag(a)
sum(diag(a))
%}
sum(diag(fliplr(a)))
The %{ and %} operators must appear alone on the lines that immediately precede and
follow the block of help text. Do not include any other text on these lines.
To comment out part of a statement that spans multiple lines, use an ellipsis (...)
instead of a percent sign. For example,
18-4
See Also
The MATLAB Editor includes tools and context menu items to help you add, remove, or
change the format of comments for MATLAB, Java, and C/C++ code. For example, if you
paste lengthy text onto a comment line, such as
% This is a program that has a comment that is a little more than 75 columns wide.
disp('Hello, world')
and then press the button next to Comment on the Editor or Live Editor tab, the
Editor wraps the comment:
% This is a program that has a comment that is a little more than 75
% columns wide.
disp('Hello, world')
By default, as you type comments in the Editor, the text wraps when it reaches a column
width of 75. To change the column where the comment text wraps, or to disable
automatic comment wrapping, adjust the Editor/Debugger Language preference
settings labeled Comment formatting.
See Also
Related Examples
• “Add Help for Your Program” on page 20-6
• “Create Scripts” on page 18-2
• “Create Live Scripts in the Live Editor” on page 19-8
18-5
18 Scripts
More About
• “Editor/Debugger Preferences”
18-6
Run Code Sections
To define code section boundaries explicitly, insert section breaks using these methods:
•
On the Editor tab, in the Edit section, in the Insert button group, click .
• Enter two percent signs (%%) at the start of the line where you want to begin the new
code section.
The text on the same line as %% is called the section title. Including section titles is
optional, however, it improves the readability of the file and appears as a heading if you
publish your code.
18-7
18 Scripts
The section evaluation features run the section code currently highlighted in yellow.
MATLAB does not automatically save your file when evaluating individual code sections.
The file does not have to be on your search path.
Note You cannot debug when running individual code sections. MATLAB ignores any
breakpoints.
You can increment numbers within a section, rerunning that section after every change.
This helps you fine-tune and experiment with your code.
18-8
Run Code Sections
5 Click the , , , or button to add to, subtract from, multiply, or divide the
selected number in your section.
Note MATLAB software does not automatically save changes you make to the numbers
in your script.
1 Insert a section break and the following title on the first line of the file.
%% Calculate and Plot Sine Wave
2 Insert a blank line and a second section break after plot(x,y). Add a section title,
Modify Plot Properties, so that the entire file contains this code:
18-9
18 Scripts
18-10
Run Code Sections
18-11
18 Scripts
1
On the Home tab, in the Environment section, click Preferences.
You can choose whether to highlight the sections, the color of the highlighting, and
whether dividing lines appear between code sections.
18-12
Run Code Sections
• MATLAB inserts a section break at the top and bottom of a file, creating a code
section that encompasses the entire file. However, the Editor does not highlight the
resulting section, which encloses the entire file, unless you add one or more explicit
code sections to the file.
• If you define a section break within a control flow statement (such as an if or while
statement), MATLAB automatically inserts section breaks at the lines containing the
start and end of the statement.
• If you define a section break within a function, MATLAB inserts section breaks at the
function declaration and at the function end statement. If you do not end the function
with an end statement, MATLAB behaves as if the end of the function occurs
immediately before the start of the next function.
If an automatic break occurs on the same line as a break you insert, they collapse into
one section break.
for k = 3:2:9
%%
y = y + sin(k*t)/k;
if ~mod(k,3)
%%
display(sprintf('When k = %.1f',k));
plot(t,y)
end
end
18-13
18 Scripts
If you copy and paste this code into a MATLAB Editor, you see that the two section
breaks create three nested levels:
• At the outermost level of nesting, one section spans the entire file.
MATLAB only defines section in a code block if you specify section breaks at the same
level within the code block. Therefore, MATLAB considers the cursor to be within the
section that encompasses the entire file.
• At the second level of nesting, a section exists within the for loop.
18-14
See Also
See Also
More About
• “Create Scripts” on page 18-2
• “Create Live Scripts in the Live Editor” on page 19-8
• “Scripts vs. Functions” on page 18-16
18-15
18 Scripts
Both scripts and functions allow you to reuse sequences of commands by storing them in
program files. Scripts are the simplest type of program, since they store commands
exactly as you would type them at the command line. However, functions are more
flexible and more easily extensible.
Create a script in a file named triarea.m that computes the area of a triangle:
b = 5;
h = 3;
a = 0.5*(b.*h)
After you save the file, you can call the script from the command line:
triarea
a =
7.5000
To calculate the area of another triangle using the same script, you could update the
values of b and h in the script and rerun it. Each time you run it, the script stores the
result in a variable named a that is in the base workspace.
However, instead of manually updating the script each time, you can make your program
more flexible by converting it to a function. Replace the statements that assign values to
b and h with a function declaration statement. The declaration includes the function
keyword, the names of input and output arguments, and the name of the function.
function a = triarea(b,h)
a = 0.5*(b.*h);
end
After you save the file, you can call the function with different base and height values
from the command line without modifying the script:
a1 = triarea(1,5)
a2 = triarea(2,10)
a3 = triarea(3,6)
18-16
See Also
a1 =
2.5000
a2 =
10
a3 =
9
Functions have their own workspace, separate from the base workspace. Therefore, none
of the calls to the function triarea overwrite the value of a in the base workspace.
Instead, the function assigns the results to variables a1, a2, and a3.
See Also
More About
• “Create Scripts” on page 18-2
• “Create Functions in Files” on page 20-2
• “Add Functions to Scripts” on page 18-18
• “Base and Function Workspaces” on page 20-10
18-17
18 Scripts
To add local functions to a script, first, create the script. Go to the Home tab and select
New > Script. For more information about creating scripts, see “Create Scripts” on page
18-2. You can also “Create Live Scripts in the Live Editor” on page 19-8.
After you create the script, add code to the script and save it. For example, add this code
and save it as a script called mystats.m. This code declares an array, determines the
length of the array, and passes both values to the local functions mymean and mymedian.
The local functions mymean and mymedian calculate the average and median of the input
list and return the results.
x = 1:10;
n = length(x);
avg = mymean(x,n);
med = mymedian(x,n);
function a = mymean(v,n)
% MYMEAN Example of a local function.
a = sum(v)/n;
end
18-18
Add Functions to Scripts
function m = mymedian(v,n)
% MYMEDIAN Another example of a local function.
w = sort(v);
if rem(n,2) == 1
m = w((n + 1)/2);
else
m = (w(n/2) + w(n/2 + 1))/2;
end
end
You can add local functions in any order, as long as they all appear after the rest of the
script code. Each function begins with its own function definition statement, and ends
with the end keyword. The definition statement is the first executable line of any
function, for example, function a = mymean(v,n). For more information about
function definition statements, including how to create them, see “Create Functions in
Files” on page 20-2.
Access Help
Although you cannot call a local function from the command line or from functions in
other files, you can access its help using the help command. Specify the names of both
the script and the local function, separating them with a > character:
help mystats>mymean
Run Code
To run a script, including all local functions, click the Run (for scripts) or Run
All (for live scripts) button, or type the saved script name in the Command Window. You
can also run individual sections in a script by clicking the Run Section button.
Local functions in the current file have precedence over functions in other files. That is,
when you call a function within a program file, MATLAB checks whether the function is
a local function before looking for other functions. This allows you to create an alternate
version of a particular function while retaining the original in another file.
Scripts create and access variables in the base workspace. Local functions, similar to
other functions, have their own workspaces that are separate from the base workspace.
18-19
18 Scripts
Local functions cannot access variables in the workspace of other functions or in the base
workspace, unless you pass them as arguments. For more information, see “Base and
Function Workspaces” on page 20-10.
See Also
More About
• “Create Functions in Files” on page 20-2
• “Function Precedence Order” on page 20-43
18-20
19
Live Scripts
19 Live Scripts
• Add titles, headings, and formatted text to describe a process and include LaTeX
equations, images, and hyperlinks as supporting material.
• Save your narratives as richly formatted, executable documents and share them
with colleagues or the MATLAB community, or convert them to HTML, PDF, or
LaTeX files for publication.
19-2
What Is a Live Script?
• Combine code and results with formatted text and mathematical equations.
• Create step-by-step lectures and evaluate them incrementally to illustrate a topic.
• Modify code on the fly to answer questions or explore related topics.
• Share lectures with students as interactive documents or in hardcopy format, and
distribute partially completed files as assignments.
19-3
19 Live Scripts
19-4
What Is a Live Script?
Requirements
• MATLAB R2016a — MATLAB supports live scripts in versions R2016a and above.
You can open live scripts as code only files in MATLAB versions R2014b, R2015a, and
R2015b.
Caution Saving a live script in MATLAB versions R2014b, R2015a, and R2015b
causes all formatted text, images, hyperlinks, equations, and generated output
content to be lost.
• Operating System — MATLAB supports live scripts in most of the operating systems
supported by MATLAB. For more information, see System Requirements.
19-5
19 Live Scripts
Some operating systems require additional configuration to run the Live Editor. If
you are unable to run the Live Editor on your system, Contact Technical Support for
information on how to configure your system.
Unsupported Features
When deciding whether to create a live script, it is important to note several features
that the Live Editor does not support:
• Functions and classes — The Live Editor only supports functions in live scripts. You
can create functions in the Live Editor by including them at the end of a live script.
For more information, see “Add Functions to Scripts” on page 18-18. To create class or
function files, create them as plain code files (.m). You then can call the functions and
classes from your live scripts.
• Debugging using the graphical debugger — In the Live Editor, you cannot set
breakpoints graphically or pause the execution of a live script using the Pause
button. To debug your file, see Debugging in live scripts on page 19-17.
Alternatively, you can Save your live script as a plain code file (.m) on page 19-6.
If a breakpoint is placed in a plain code file (.m) that is called from a live script,
MATLAB ignores the breakpoint when the live script is executed.
• Editor preferences — The Live Editor ignores most Editor preferences, including
custom keyboard shortcuts and Emacs-style keyboard shortcuts.
1 On the Live Editor tab, in the File section, select Save > Save As....
2 In the dialog box that appears, select MATLAB Code files (*.m) as the Save as
type.
3 Click Save.
19-6
See Also
See Also
Related Examples
• “Create Live Scripts in the Live Editor” on page 19-8
• “Create Scripts” on page 18-2
• “Live Script File Format (.mlx)” on page 19-51
19-7
19 Live Scripts
Live scripts are program files that contain your code, output, and formatted text together
in a single interactive environment called the Live Editor. In live scripts, you can write
your code and view the generated output and graphics along with the code that produced
it. Add formatted text, images, hyperlinks, and equations to create an interactive
narrative that you can share with others.
•
On the Home tab, click New Live Script .
• Highlight commands from the Command History, right-click, and select Create Live
Script.
• Use the edit function. To ensure that a live script is created, specify a .mlx
extension. For example:
19-8
Create Live Scripts in the Live Editor
edit penny.mlx
If you have an existing script, you can open it as a live script in the Live Editor. Opening
a script as a live script creates a copy of the file and leaves the original file untouched.
MATLAB converts publishing markup from the original script to formatted content in
the new live script.
To open an existing script (.m) as a live script (.mlx) from the Editor, right-click the
document tab, and select Open scriptName as Live Script from the context menu. You
also can go to the Editor tab, click Save , and select Save As. Then, set the Save as
type: to MATLAB Live Scripts (*.mlx) and click Save.
To open an existing script as a live script from the Current Folder browser, right-click
the file and select Open as Live Script from the context menu.
Note
• You must use one of the described conversion methods to convert your script to a live
script. Simply renaming the script with a .mlx extension does not work and can
corrupt the file.
• Only script files can be opened as live scripts. The Live Editor does not support
functions and classes.
Run Code
After you create a live script, you can add code and run it. For example, add this code
that plots a vector of random data and draws a horizontal line on the plot at the mean.
n = 50;
r = rand(n,1);
plot(r)
m = mean(r);
hold on
19-9
19 Live Scripts
plot([0,n],[m,m])
hold off
title('Mean of Random Uniform Data')
By default, MATLAB autocompletes parentheses and quotes when entering code in the
Live Editor. For example, type
r = rand(
r = rand()
MATLAB also autocompletes comments, character vectors, and strings when split across
two lines. To escape out of an autocompletion, press Ctrl+Z or the Undo button .
Autocompletions are enabled by default. To disable them, see “Editor/Debugger
Autocoding Preferences”.
To run the code, click the vertical striped bar to the left of the code. Alternatively, go to
the Live Editor tab and in the Section section, click Run Section.
You do not need to save your live script to run it. When you do save your live script,
MATLAB automatically saves it with a .mlx extension. For example, to save your
current live script, on the Live Editor tab, click Save. Enter the name plotRand.
MATLAB saves the live script as plotRand.mlx.
19-10
Create Live Scripts in the Live Editor
Display Output
By default, MATLAB displays the output to the right of the code. Each output is
displayed with the line that creates it, like in the Command Window.
You can change the size of the output display panel by dragging left or right on the
resizer bar between the code and output.
To clear all output, right-click anywhere in the script and select Clear All Output.
Alternatively, go to the View tab and in the Output section, click the Clear all Output
button.
When scrolling, MATLAB aligns the output to the code that generates it:
• To disable the alignment of output to code, right-click the output section and select
Disable Synchronous Scrolling.
• To reenable the alignment of output to code, right-click the output section and select
Enable Synchronous Scrolling.
To view the output in line with the code, click the icon to the right of the live script.
You also can go to the View tab and in the Layout section, click the Output Inline
button.
19-11
19 Live Scripts
To modify figures in the output, use the tools in the upper-right corner of the figure axes
or in the Figure toolstrip. You can use the tools to explore the data in a figure and add
formatting and annotations. For more information, see “Modify Figures in Live Scripts”
on page 19-18.
To open individual outputs, such as variables and figures in a separate window, click the
icon in the upper right corner of the output. Variables open in the Variables editor,
and figures open in a new figure window. Changes made to variables or figures outside of
a live script do no apply the output displayed in the live script.
19-12
Create Live Scripts in the Live Editor
Format Text
You can add formatted text, hyperlinks, images, and equations to your live scripts to
create a presentable document to share with others. For example, add a title and some
introductory text to plotRand.mlx:
1
Place your cursor at the top of the live script and in the Live Editor tab, select
Text. A new text line appears above the code.
2
Click and select Title.
3 Add the text Plot Random Data.
4 With your cursor still in the line, click the button to center the text.
5 Press Enter to move to the next line.
6 Type the text This script plots a vector of random data and draws a
horizontal line on the plot at the mean.
For more information including a list of all available formatting options, see “Format
Live Scripts” on page 19-32.
19-13
19 Live Scripts
See Also
More About
• “Run Sections in Live Scripts” on page 19-15
• “Modify Figures in Live Scripts” on page 19-18
• “Insert Equations into Live Scripts” on page 19-37
• “Format Live Scripts” on page 19-32
19-14
Run Sections in Live Scripts
To insert a section break into your live script, go to the Live Editor tab and in the
Insert section, click the Section Break button. The new section is highlighted in blue,
indicating that it is selected. A vertical striped bar to the left of the section indicates that
the section is stale. A stale section is a section that has not yet been run, or that has been
modified since it was last run.
To delete a section break, click the beginning of the line directly after the section break
and press Backspace. You can also click the end of the line directly before the section
break and press Delete.
Evaluate Sections
Run your live script either by evaluating each section individually or by running all the
code at once. To evaluate a section individually, it must contain all the values it requires,
or the values must exist in the MATLAB workspace. Section evaluation runs the
currently selected section, highlighted in blue. If there is only one section in your
program file, the section is not highlighted, as it is always selected.
19-15
19 Live Scripts
Operation Instructions
Run the code in the • Click the bar to the left of the section. If the bar is not
selected section. visible, hover the mouse on the left side of the section
until the bar appears.
OR
OR
While your program is running, a status indicator appears at the top left of the Editor
window. A gray blinking bar to the left of a line indicates the line that MATLAB is
evaluating. To navigate to the line, click the status indicator.
If an error occurs while MATLAB is running your program, the status indicator becomes
an error icon . To navigate to the error, click the icon. An error icon to the right of
the line of code indicates the error. The corresponding error message is displayed as an
output.
19-16
See Also
Debugging
You can diagnose problems with your live script using several debugging methods:
• Visually — Remove semi-colons from the end of code lines to view output and
determine where the problem occurs. To make visual debugging easier, live scripts
display each output with the line of code that creates it.
• Programmatically — Use the command line debugger to create and navigate through
breakpoints. For a list of available command line debugging functions, see the
“Debugging” documentation.
Note Debugging using the graphical debugger is not supported in live scripts. For more
information, see “What Is a Live Script?” on page 19-2
See Also
Related Examples
• “Modify Figures in Live Scripts” on page 19-18
• “Create Live Scripts in the Live Editor” on page 19-8
• “Share Live Scripts” on page 19-49
• “What Is a Live Script?” on page 19-2
19-17
19 Live Scripts
Explore Data
Use the tools in the upper-right corner of each axes to pan, zoom, and rotate a figure in
your script. These tools appear when you hover over the axes of a selected figure.
To undo or redo an action, click or at the upper right corner of the toolstrip. To
undo all pan, zoom, and rotate actions on a figure, right-click the axes and select Reset
to Original View.
Note
•
When you open a saved live script, appears next to each output figure, indicating
that the interactive tools are not available yet. To make these tools available, run the
live script.
• The interactive tools are not available for invisible axes.
Suppose that you want to explore the health information for 100 different patients.
Create a live script called patients.mlx and add code that loads the data.
load patients
Run the code by going to the Live Editor tab and clicking Run All.
Add a scatter plot that shows the height versus weight of two groups of patients, female
and male.
19-18
Modify Figures in Live Scripts
load patients
figure
Gender = categorical(Gender);
scatter(Height(Gender=='Female'),Weight(Gender=='Female'));
hold on
scatter(Height(Gender=='Male'),Weight(Gender=='Male'));
hold off
Explore the points where the patient height is 64 inches. Select the button and click
one of the data points where height is 64. MATLAB zooms into the figure.
19-19
19 Live Scripts
For example, in the live script patients.mlx, after zooming in on patients with a height
of 64, click the Update Code button. MATLAB adds the generated code after the line
containing the code for creating the plot.
19-20
Modify Figures in Live Scripts
load patients
figure
Gender = categorical(Gender);
scatter(Height(Gender=='Female'),Weight(Gender=='Female'));
hold on
scatter(Height(Gender=='Male'),Weight(Gender=='Male'));
hold off
xlim([61.31 69.31])
ylim([116.7 183.3])
If MATLAB is unable to determine where to place the generated code, the Update Code
button is disabled. This occurs, for example, if you modify the code without running the
script again. In this case, use the Copy button to copy the generated code into the
clipboard. You then can paste the code into your script at the appropriate location.
formatting or annotation action, click or at the upper right corner of the toolstrip.
•
Title — Add a title to the axes. To modify an existing title, click the existing
title and enter the modified text.
•
X-Label, Y-Label — Add a label to the axes. To modify an existing label,
click the existing label and enter the modified text.
•
Legend — Add a legend to the figure. To modify the existing legend
descriptions, click the existing descriptions and enter the modified text. Select
Remove Legend from the Annotations section to remove the legend from the axes.
19-21
19 Live Scripts
•
Colorbar — Add a colorbar legend to the figure. Select Remove Colorbar
from the Annotations section to remove the colorbar legend from the axes.
•
Grid, X-Grid, Y-Grid — Add grid lines to the figure. Select
Remove Grid from the Annotations section to remove all the grid lines from the
axes.
•
Line, Arrow, Text Arrow, Double Arrow — Add a line
or arrow annotation to the figure. Draw the arrow from tail to head. To move an
existing annotation, click the annotation to select it and drag it to the desired
location. Press the Delete key to delete the selected annotation.
Note Adding formatting and annotations using the Figure tab is not supported for
invisible axes.
For example, suppose that you want to add formatting and annotations to the figure in
patients.mlx.
1
Add a title — In the Annotations section, select Title. A blue rectangle
appears prompting you to enter text. Type the text Weight vs. Height and press
Enter.
2
Add X and Y Labels — In the Annotations section, select X-Label. A blue
rectangle appears prompting you to enter text. Type the text Height and press
Enter. Select Y-Label. A blue rectangle appears prompting you to enter text.
Type the text Weight and press Enter.
3
Add a legend — In the Annotations section, select Legend. A legend
appears at the top right corner of the axes. Click the data1 description in the legend
and replace the text with Female. Click the data2 description in the legend and
replace the text with Male. Press Enter.
4
Add grid lines — In the Annotations section, select Grid. Grid lines appear
in the axes.
19-22
Modify Figures in Live Scripts
5
Add an arrow annotation — In the Annotations section, select Text
Arrow. Drawing the arrow from tail to head, position the arrow on the scatter plot
pointing to the lightest patient. Enter the text Lightest Patient and press Enter
6 Update the code — In the selected figure, click the Update Code button. The live
script now contains the code needed to reproduce the figure changes.
load patients
figure
Gender = categorical(Gender);
scatter(Height(Gender=='Female'),Weight(Gender=='Female'));
hold on
scatter(Height(Gender=='Male'),Weight(Gender=='Male'));
hold off
xlim([61.31 69.31])
ylim([116.7 183.3])
grid on
legend({'Female','Male'})
title('Weight vs Height')
xlabel('Height')
ylabel('Weight')
annotation('textarrow',[0.455 0.3979],[0.3393 0.13],'String','Lightest Patient');
19-23
19 Live Scripts
19-24
Modify Figures in Live Scripts
For example, suppose that you want to compare the blood pressure of smoking and non-
smoking patients. Create a live script called patients_smoking.mlx and add code that
loads the health information for 100 different patients.
load patients
Run the code by going to the Live Editor tab and clicking Run All.
Add a scatter plot that shows the systolic blood pressure of patients that smoke versus
the systolic blood pressure of patients that do not smoke. Run the code.
load patients
figure
scatter(Age(Smoker==1),Systolic(Smoker==1));
hold on
scatter(Age(Smoker==0),Systolic(Smoker==0));
hold off
In the Figure tab, select Subplot and choose the layout for two horizontal graphs.
19-25
19 Live Scripts
In the newly created figure, click the Update Code button. The live script now contains
the code needed to reproduce the two subplots.
load patients
figure
scatter(Age(Smoker==1),Systolic(Smoker==1));
hold on
scatter(Age(Smoker==0),Systolic(Smoker==0));
hold off
subplot(2,1,1,gca)
subplot(2,1,2)
19-26
Modify Figures in Live Scripts
Add a scatter plot that shows the diastolic blood pressure of patients that smoke versus
the diastolic blood pressure of patients that do not smoke. Run the code.
load patients
figure
scatter(Age(Smoker==1),Systolic(Smoker==1));
hold on
scatter(Age(Smoker==0),Systolic(Smoker==0));
hold off
subplot(2,1,1,gca)
subplot(2,1,2)
scatter(Age(Smoker==1),Diastolic(Smoker==1));
hold on
scatter(Age(Smoker==0),Diastolic(Smoker==0));
hold off
Add formatting:
1
Add titles to each subplot — In the Annotations section, select Title. A
blue rectangle appears in each subplot prompting you to enter text. Type the text
Systolic Blood Pressure of Smokers vs Non-Smokers in the first subplot
and Diastolic Blood Pressure of Smokers vs Non-Smokers in the second
subplot and press Enter.
19-27
19 Live Scripts
2
Add grid lines to each subplot — In the Annotations section, select Grid.
An Add Grid icon appears on each subplot. Click the Add Grid icon on each
subplot. Grid lines appear in both subplots.
19-28
Modify Figures in Live Scripts
3 Update the code — In the selected figure, click the Update Code button. The live
script now contains the code needed to reproduce the figure changes.
load patients
figure
scatter(Age(Smoker==1),Systolic(Smoker==1));
hold on
scatter(Age(Smoker==0),Systolic(Smoker==0));
hold off
subplot(2,1,1,gca)
subplot(2,1,2)
19-29
19 Live Scripts
scatter(Age(Smoker==1),Diastolic(Smoker==1));
hold on
scatter(Age(Smoker==0),Diastolic(Smoker==0));
hold off
subplot(2,1,1)
grid on
title('Systolic Blood Pressure of Smokers vs Non-Smokers')
subplot(2,1,2)
grid on
title('Diastolic Blood Pressure of Smokers vs Non-Smokers')
19-30
See Also
1
Click the icon in the upper-right corner of the output. This opens the figure in a
separate figure window.
2 a To save the figure — Select File > Save As. For more information on saving
figures, see “Save Figure to Open in Another Application” or “Save Figure to
Reopen in MATLAB Later”.
b To print the figure — Select File > Print. For more information on printing
figures, see “Print Figure from File Menu”.
Note Any changes made to the figure in the separate figure window are not reflected in
the live script. Similarly, any changes made to the figure in the live script are not
reflected in the open figure window.
See Also
Related Examples
• “Run Sections in Live Scripts” on page 19-15
• “Create Live Scripts in the Live Editor” on page 19-8
• “Share Live Scripts” on page 19-49
19-31
19 Live Scripts
To insert a new item, go to the Insert tab and select from the available options:
Option Description Additional Details
Insert a blank You can insert a code line before, after, or between text
Code line of code. lines.
Insert a You can insert a section break to divide your live script
Section section break. into manageable sections to evaluate individually. In live
Break scripts, a section can consist of code, text, and output. For
more information, see “Run Sections in Live Scripts” on
page 19-15.
Insert a blank A text line can contain formatted text, hyperlinks, images,
Text line of text. or equations. You can insert a text line before, after, or
between code lines.
Insert an You can add images only in text lines. If you insert an
Image
image. image into a code line, MATLAB places the image in a new
text line directly under the selected code line.
Insert a You can add hyperlinks only in text lines. If you insert a
Hyperlink hyperlink. hyperlink into a code line, MATLAB places the hyperlink
in a new text line directly under the selected code line.
Equation Insert an You can add equations only in text lines. If you insert an
equation equation into a code line, MATLAB places the equation in
a new text line directly under the selected code line. For
more information, see “Insert Equations into Live Scripts”
on page 19-37.
To format existing text, use any of the options included in the Live Editor tab Text
section:
19-32
Format Live Scripts
Heading
Title
Text Left
Alignment
Center
Right
Lists Numbered list
Bulleted list
Standard Bold
Formatting
Italic
Underline
Monospace
Autoformatting
For quick formatting in live scripts, you can use a combination of keyboard shortcuts and
character sequences. Formatting appears after you enter the final character in a
sequence.
This table shows a list of formatting styles and their available keyboard shortcuts and
autoformatting sequences.
19-33
19 Live Scripts
--- + Enter
*** + Enter
Bulleted list * text Ctrl + Alt + U
- text
+ text
Numbered number. Ctrl + Alt + O
list text
Italic *text* Ctrl + I
_text_
Bold **text** Ctrl + B
__text__
Bold and ***text*** Ctrl + B, then Ctrl + I
italic
___text___
Monospace `text` Ctrl + M
|text|
Underline None Ctrl + U
LaTeX $LaTeX$ Ctrl + Alt + G
equation
19-34
Format Live Scripts
<URL>
[Label]
(URL)
Note Title, heading, section break, and list sequences must be entered at the beginning
of a line.
Backspace key or by clicking Undo . For example, if you type ## text + Enter, a
heading with the word text appears. To undo the formatting style and simply display ##
text, press the Backspace key. You only can escape out of a sequence directly after
completing it. After you enter another character or move the cursor, escaping is no longer
possible.
To revert the autoformatting for LaTeX equations and hyperlinks, use the Backspace
key at any point.
To force formatting to reappear after escaping out of a sequence, click the Redo
button. You only can redo an action directly after escaping it. After you enter another
character or move the cursor, the redo action is no longer possible. In this case, to force
the formatting to reappear, delete the last character in the sequence and type it again.
To disable all or certain autoformatting sequences, you can adjust the “Editor/Debugger
Autoformatting Preferences”.
19-35
19 Live Scripts
See Also
More About
• “Create Live Scripts in the Live Editor” on page 19-8
• “Insert Equations into Live Scripts” on page 19-37
• “Share Live Scripts” on page 19-49
19-36
Insert Equations into Live Scripts
1 Go to the Live Editor tab and in the Insert section, click Equation.
19-37
19 Live Scripts
2 Build your equation by selecting symbols, structures, and matrices from the options
displayed in the Equation tab. View additional options by clicking the to the right
of each section.
When adding or editing a matrix, a context menu appears, which you can use to
delete and insert rows and columns.
3 Format your equation using the options available in the Format section. Formatting
is only available for text within the equation. Numbers and symbols cannot be
formatted. The formatting option is disabled unless the cursor is placed within text
that can be formatted.
The equation editor provides a few shortcuts for adding elements to your equation:
• To insert symbols, structures, and matrices, type a backslash followed by the name of
the symbol. For example, type \pi to insert a π symbol into the equation. To discover
the name of a symbol or structure, hover over the corresponding icon in the Equation
tab. You can also type backslash in the equation editor to bring up a completion menu
of all supported names.
19-38
Insert Equations into Live Scripts
Note Although the \name syntax closely resembles LaTeX command syntax, entering
full LaTeX expressions is not supported when inserting equations interactively.
• To insert subscripts, superscripts, and fractions, use the symbols ‘_’, ‘^’ or ‘/’. For
example:
•
Type x_2 to insert x2 into the equation.
•
Type x^2 to insert x2 into the equation.
•
x
Type x/2 to insert into the equation.
2
• To insert a new column into a matrix, type a ‘,’ at the end of the last cell in a matrix
row. To insert a new row, type a semicolon ‘;’ at the end of the last cell in a matrix
column.
• To insert the common symbols listed in this table, type a combination of other
symbols.
Keyboard Input Symbol Keyboard Input Symbol Keyboard Input Symbol
|| ∥ => ⇒ != ≠
|= ⊧ <--> !< ≮
|– ⊢ <-> ´ !> ≯
19-39
19 Live Scripts
1 Go to the Live Editor tab and in the Insert section, click Equation and select
LaTeX Equation.
2 Enter a LaTeX expression in the dialog box that appears. For example, you can enter
\sin(x) = \sum_{n=0}^{\infty}{\frac{(-1)^n x^{2n+1}}{(2n+1)!}}.
The preview pane shows a preview of equation as it would appear in the live script.
LaTeX expressions describe a wide range of equations. This table shows several examples
of LaTeX expressions and their appearance when inserted into a live script.
19-40
Insert Equations into Live Scripts
MATLAB supports most standard LaTeX math mode commands. These tables show a list
of supported LaTeX commands.
Greek/Hebrew Letters
Symbol LaTeX Command Symbol LaTeX Command Symbol
α alpha ν nu ξ
β beta ω omega ζ
χ chi о omicron ɛ
δ delta ϕ phi φ
ε epsilon π pi ϖ
η eta ψ psi ϱ
v gamma ρ rho ς
ι iota σ sigma J
κ kappa τ tau א
λ lambda θ theta
19-41
19 Live Scripts
Δ Delta Φ Phi Θ
Γ Gamma Π Pi ϒ
Λ Lambda Ψ Psi Ξ
Ω Omega Σ Sigma
Operator Symbols
Symbol LaTeX Command Symbol LaTeX Command Symbol
* ast ± pm ∩
☆ star ∓ mp ∪
· cdot ∐ amalg ⊎
○ circ ⊙ odot ⊓
• bullet ⊖ ominus ⊔
⋄ diamond ⊕ oplus ∧
∖ setminus ⊘ oslash ∨
× times ⊗ otimes ◁
÷ div † dagger ▷
⊥ bot, perp ‡ ddagger V
⊤ top ≀ wr ‰
∑ sum ∏ prod ∫
biguplus bigoplus
≈ ⁄
« bigcap bigotimes
ƒ Ÿ
» bigcup bigodot
e
Relation Symbols
Symbol LaTeX Command Symbol LaTeX Command Symbol
≡ equiv < lt >
19-42
Insert Equations into Live Scripts
Note The leq, geq, equiv, approx, cong, sim, simeq, models, ni, succ, succeq,
prec, preceq, parallel, subset, supset, subseteq, and supseteq commands can be
combined with the not command to create the negated version of the symbol. For
example, \not\leq creates the symbol ≰.
Arrows
Symbol LaTeX Command Symbol LaTeX Command Symbol
← leftarrow → rightarrow ↑
⇐ Leftarrow ⇒ Rightarrow ⇑
longleftarrow longrightarrow ↓
Longleftarrow Longrightarrow ⇓
↩ hookleftarrow ↪ hookrightarrow
b
↽ leftharpoondown ⇁ rightharpoondow
n c
↼ leftharpoonup ⇀ rightharpoonup ´
19-43
19 Live Scripts
↦ mapsto longmapsto
Brackets
Symbol LaTeX Command Symbol LaTeX Command Symbol
{ lbrace } rbrace |
[ lbrack ] rbrack ‖
〈 langle 〉 rangle \
⌈ lceil ⌉ rceil
⌊ lfloor ⌋ rfloor
Sample LaTeX Command Sample LaTeX Command
big, bigl, bigr, brace
bigm { abc}
Big, Bigl, Bigr, brack
Bigm [ abc]
bigg, biggl, choose
biggr, biggm ( abc)
Bigg, Biggl,
Biggr, Biggm
Misc Symbols
Symbol LaTeX Command Symbol LaTeX Command Symbol
∞ infty ∀ forall ℘
∇ nabla ∃ exists ∠
∂ partial ∆ emptyset △
ℑ Im i ħ
19-44
Insert Equations into Live Scripts
ℓ ell imath ¬
O ddots ◊ cdotp →
⋮ vdots . ldotp
Note The exists command can be combined with the not command to create the
negated version of the symbol. For example, \not\exists creates the symbol ∄.
Accents
Symbol LaTeX Command Symbol LaTeX Command Symbol
á acute && ddot
a a%
Functions
Sample LaTeX Command Sample LaTeX Command Sample
arccos arccos det ln
det
arcsin dim
arcsin dim log
19-45
19 Live Scripts
cot cot lg
lg sin
coth lim lim
coth sinh
csc csc lim inf liminf sup
deg limsup tan
deg limsup
Math Constructs
Sample LaTeX Command Sample LaTeX Command Sample
frac over
a
abc a b
xyz b
sqrt overwithdelims
abc
È a˘ b
Íb˙ a
Î ˚
bmod suuuu overleftarrow
mod a abc
Êa bˆ
Á ˜
Ëc d¯
pmod uuuur overrightarrow
( mod a ) abc
a b
c d
widehat overleftrightar
·
suuur
abc abc row a b
c d
² widetilde limits
abc
b Ïa b
Ì
Ú Óc d
left a right
ab
cd
19-46
See Also
Note To create a matrix using the matrix and pmatrix commands, use the & symbol to
separate columns, and \cr to separate rows. For example, to create a 2–by–2 matrix, use
the expression \matrix{a & b \cr c & d}.
White Space
Sample LaTeX Command Sample LaTeX Command Sample
negthinspace mathord
abc a[ b
thinspace mathop
ab a]b
a b
enspace mathbin
ab a+b a| b
quad mathrel
a b a=b a b
qquad mathpunct
a b a, b
Text Styling
Sample LaTeX Command Sample LaTeX Command Sample
displaystyle text, textnormal ABCDE
ABCDE
See Also
Related Examples
• “Create Live Scripts in the Live Editor” on page 19-8
• “Share Live Scripts” on page 19-49
19-47
19 Live Scripts
External Websites
• http://www.latex-project.org/
19-48
Share Live Scripts
19-49
19 Live Scripts
See Also
Related Examples
• “Create Live Scripts in the Live Editor” on page 19-8
• “What Is a Live Script?” on page 19-2
• “Format Live Scripts” on page 19-32
19-50
Live Script File Format (.mlx)
Source Control
To determine and display code differences between live scripts, use the MATLAB
Comparison Tool.
If you use source control, register the .mlx extension as binary. For more information,
see “Register Binary Files with SVN” on page 31-18 or “Register Binary Files with Git”
on page 31-32.
19-51
19 Live Scripts
See Also
More About
• “What Is a Live Script?” on page 19-2
• “Create Live Scripts in the Live Editor” on page 19-8
External Websites
• Open Packaging Conventions Fundamentals
• Office Open XML File Formats (ECMA-376)
19-52
20
Function Basics
function f = fact(n)
f = prod(1:n);
end
This type of function must be defined within a file, not at the command line. Often, you
store a function in its own file. In that case, the best practice is to use the same name for
the function and the file (in this example, fact.m), since MATLAB associates the
program with the file name. Save the file either in the current folder or in a folder on the
MATLAB search path.
You can call the function from the command line, using the same syntax rules that apply
to functions installed with MATLAB. For instances, calculate the factorial of 5.
x = 5;
y = fact(5)
y =
120
Starting in R2016b, another option for storing functions is to include them at the end of a
script file. For instance, create a file named mystats.m with a few commands and two
functions, fact and perm. The script calculates the permutation of (3,2).
x = 3;
y = 2;
z = perm(x,y)
function p = perm(n,r)
p = fact(n)*fact(n-r);
end
function f = fact(n)
f = prod(1:n);
end
20-2
Create Functions in Files
mystats
z =
Note To avoid confusion, use the same name for both the
function file and the first function within the file. MATLAB
associates your program with the file name, not the function
name. Script files cannot have the same name as a function
in the file.
20-3
20 Function Basics
Input arguments If your function accepts any inputs, enclose their names in
(optional) parentheses after the function name. Separate inputs with
commas.
function y = myFunction(one,two,three)
Tip When you define a function with multiple input or output arguments, list any
required arguments first. This ordering allows you to call your function without
specifying optional arguments.
Program files can contain multiple functions. If the file contains only function definitions,
the first function is the main function, and is the function that MATLAB associates with
the file name. Functions that follow the main function or script code are called local
functions. Local functions are only available within the file.
End Statements
Functions end with either an end statement, the end of the file, or the definition line for
a local function, whichever comes first. The end statement is required if:
• Any function in the file contains a nested function (a function completely contained
within its parent).
• The function is a local function within a function file, and any local function in the file
uses the end keyword.
• The function is a local function within a script file.
20-4
See Also
See Also
function
More About
• “Files and Folders that MATLAB Accesses”
• “Base and Function Workspaces” on page 20-10
• “Types of Functions” on page 20-20
• “Add Functions to Scripts” on page 18-18
20-5
20 Function Basics
Create help text by inserting comments at the beginning of your program. If your
program includes a function, position the help text immediately below the function
definition line (the line with the function keyword).
For example, create a function in a file named addme.m that includes help text:
function c = addme(a,b)
% ADDME Add two values together.
% C = ADDME(A) adds A to itself.
% C = ADDME(A,B) adds A and B together.
%
% See also SUM, PLUS.
switch nargin
case 2
c = a + b;
case 1
c = a + a;
otherwise
c = 0;
end
When you type help addme at the command line, the help text displays in the
Command Window:
The first help text line, often called the H1 line, typically includes the program name and
a brief description. The Current Folder browser and the help and lookfor functions use
the H1 line to display information about the program.
Create See also links by including function names at the end of your help text on a line
that begins with % See also. If the function exists on the search path or in the current
20-6
See Also
folder, the help command displays each of these function names as a hyperlink to its
help. Otherwise, help prints the function names as they appear in the help text.
You can include hyperlinks (in the form of URLs) to Web sites in your help text. Create
hyperlinks by including an HTML <a></a> anchor element. Within the anchor, use a
matlab: statement to execute a web command. For example:
End your help text with a blank line (without a %). The help system ignores any comment
lines that appear after the help text block.
Note When multiple programs have the same name, the help command determines
which help text to display by applying the rules described in “Function Precedence
Order” on page 20-43. However, if a program has the same name as a MathWorks
function, the Help on Selection option in context menus always displays documentation
for the MathWorks function.
See Also
help | lookfor
Related Examples
• “Add Comments to Programs” on page 18-4
• “Create Help Summary Files — Contents.m” on page 30-12
• “Check Which Programs Have Help” on page 30-9
• “Display Custom Documentation” on page 30-15
• “Use Help Files with MEX Files”
20-7
20 Function Basics
function y = myfunction(x)
y = x.^2 + x;
3 Replace the text type code to run with an expression that allows you to run the
function.
y = myfunction(1:10)
For more complicated, multiline commands, create a separate script file, and then
run the script.
Note Run commands use the base workspace. Any variables that you define in a run
command can overwrite variables in the base workspace that have the same name.
4 Run the function by clicking Run or a specific run command from the drop-down list.
For myfunction.m, and an input of 1:10, this result appears in the Command
Window:
20-8
Run Functions in the Editor
y =
2 6 12 20 30 42 56 72 90 110
When you select a run command from the list, it becomes the default for the Run
button.
To edit or delete an existing run command, select the command, right-click, and then
select Edit or Delete.
20-9
20 Function Basics
The base workspace stores variables that you create at the command line. This includes
any variables that scripts create, assuming that you run the script from the command
line or from the Editor. Variables in the base workspace exist until you clear them or end
your MATLAB session.
Functions do not use the base workspace. Every function has its own function workspace.
Each function workspace is separate from the base workspace and all other workspaces
to protect the integrity of the data. Even local functions in a common file have their own
workspaces. Variables specific to a function workspace are called local variables.
Typically, local variables do not remain in memory from one function call to the next.
When you call a script from a function, the script uses the function workspace.
Like local functions, nested functions have their own workspaces. However, these
workspaces are unique in two significant ways:
• Nested functions can access and modify variables in the workspaces of the functions
that contain them.
• All of the variables in nested functions or the functions that contain them must be
explicitly defined. That is, you cannot call a function or script that assigns values to
variables unless those variables already exist in the function workspace.
See Also
Related Examples
• “Share Data Between Workspaces” on page 20-11
More About
• “Nested Functions” on page 20-32
20-10
Share Data Between Workspaces
Introduction
This topic shows how to share variables between workspaces or allow them to persist
between function executions.
In most cases, variables created within a function are local variables known only within
that function. Local variables are not available at the command line or to any other
function. However, there are several ways to share data between functions or
workspaces.
For example, create two functions, update1 and update2, that share and modify an
input value. update2 can be a local function in the file update1.m, or can be a function
in its own file, update2.m.
function y1 = update1(x1)
y1 = 1 + update2(x1);
function y2 = update2(x2)
y2 = 2 * x2;
Call the update1 function from the command line and assign to variable Y in the base
workspace:
20-11
20 Function Basics
X = [1,2,3];
Y = update1(X)
Y =
3 5 7
Nested Functions
A nested function has access to the workspaces of all functions in which it is nested. So,
for example, a nested function can use a variable (in this case, x) that is defined in its
parent function:
function primaryFx
x = 1;
nestedFx
function nestedFx
x = x + 1;
end
end
When parent functions do not use a given variable, the variable remains local to the
nested function. For example, in this version of primaryFx, the two nested functions
have their own versions of x that cannot interact with each other.
function primaryFx
nestedFx1
nestedFx2
function nestedFx1
x = 1;
end
function nestedFx2
x = 2;
end
end
Persistent Variables
When you declare a variable within a function as persistent, the variable retains its
value from one function call to the next. Other local variables retain their value only
20-12
Share Data Between Workspaces
during the current execution of a function. Persistent variables are equivalent to static
variables in other programming languages.
Declare variables using the persistent keyword before you use them. MATLAB
initializes persistent variables to an empty matrix, [].
For example, define a function in a file named findSum.m that initializes a sum to 0,
and then adds to the value on each iteration.
function findSum(inputvalue)
persistent SUM_X
if isempty(SUM_X)
SUM_X = 0;
end
SUM_X = SUM_X + inputvalue;
When you call the function, the value of SUM_X persists between subsequent executions.
• clear all
• clear functionname
• Editing the function file
To prevent clearing persistent variables, lock the function file using mlock.
Global Variables
Global variables are variables that you can access from functions or from the command
line. They have their own workspace, which is separate from the base and function
workspaces.
• Any function can access and update a global variable. Other functions that use the
variable might return unexpected results.
• If you unintentionally give a “new” global variable the same name as an existing
global variable, one function can overwrite the values expected by another. This error
is difficult to diagnose.
20-13
20 Function Basics
If you use global variables, declare them using the global keyword before you access
them within any particular location (function or command line). For example, create a
function in a file called falling.m:
function h = falling(t)
global GRAVITY
h = 1/2*GRAVITY*t.^2;
The two global statements make the value assigned to GRAVITY at the command prompt
available inside the function. However, as a more robust alternative, redefine the
function to accept the value as an input:
function h = falling(t,gravity)
h = 1/2*gravity*t.^2;
Like global variables, these functions carry risks of overwriting existing data. Use them
sparingly.
evalin and assignin are sometimes useful for callback functions in graphical user
interfaces to evaluate against the base workspace. For example, create a list box of
variable names from the base workspace:
function listBox
figure
lb = uicontrol('Style','listbox','Position',[10 10 100 100],...
'Callback',@update_listBox);
update_listBox(lb)
20-14
See Also
function update_listBox(src,~)
vars = evalin('base','who');
src.String = vars;
For other programming applications, consider argument passing and the techniques
described in “Alternatives to the eval Function” on page 2-83.
See Also
More About
• “Base and Function Workspaces” on page 20-10
20-15
20 Function Basics
Scoping issues can be the source of some coding problems. For instance, if you are
unaware that nested functions share a particular variable, the results of running your
code might not be as you expect. Similarly, mistakes in usage of local, global, and
persistent variables can cause unexpected results.
The Code Analyzer does not always indicate scoping issues because sharing a variable
across functions is not an error—it may be your intent. Use MATLAB function and
variable highlighting features to identify when and where your code uses functions and
variables. If you have an active Internet connection, you can watch the Variable and
Function Highlighting video for an overview of the major features.
For conceptual information on nested functions and the various types of MATLAB
variables, see “Sharing Variables Between Parent and Nested Functions” on page 20-33
and “Share Data Between Workspaces” on page 20-11.
To enable and disable highlighting or to change the colors, click Preferences and
select MATLAB > Colors > Programming tools.
• Highlights all instances of a given function or local variable in sky blue when you
place the cursor within a function or variable name. For instance:
• Displays a variable with shared scope in teal blue, regardless of the cursor location.
For instance:
20-16
Check Variable Scope in Editor
x = ones(2,10);
[n, m] = size(x);
rowTotals = zeros(1,n);
for i = 1:n
rowTotals(i) = addToSum;
end
end
When you run this code, instead of returning the sum of the values in each row and
displaying:
ans =
10 10
MATLAB displays:
ans =
0 0 0 0 0 0 0 0 0 10
20-17
20 Function Basics
1
On the Home tab in the Environment section, click Preferences and select
MATLAB > Colors > Programming tools. Ensure that Automatically highlight
and Variables with shared scope are selected.
2 Copy the rowsum code into the Editor.
Notice the variable appears in teal blue, which indicates i is not a local variable.
Both the rowTotals function and the addToSum functions set and use the variable
i.
The variable n, at line 6 appears in black, indicating that it does not span multiple
functions.
Every reference to i highlights in sky blue and markers appear in the indicator bar
on the right side of the Editor.
20-18
Check Variable Scope in Editor
A tooltip appears and displays the name of the function or variable and the line of
code represented by the marker.
7 Click a marker to navigate to the line indicated in tooltip for that marker.
This is particularly useful when your file contains more code than you can view at
one time in the Editor.
You can see similar highlighting effects when you click on a function reference. For
instance, click on addToSum.
20-19
20 Function Basics
Types of Functions
In this section...
“Local and Nested Functions in a File” on page 20-20
“Private Functions in a Subfolder” on page 20-21
“Anonymous Functions Without a File” on page 20-21
Local functions are subroutines that are available within the same file. Local functions
are the most common way to break up programmatic tasks. In a function file, which
contains only function definitions, local functions can appear in the file in any order after
the main function in the file. In a script file, which contains commands and function
definitions, local function must be at the end of the file. (Functions in scripts are
supported in R2016b or later.)
For example, create a function file named myfunction.m that contains a main function,
myfunction, and two local functions, squareMe and doubleMe:
function b = myfunction(a)
b = squareMe(a)+doubleMe(a);
end
function y = squareMe(x)
y = x.^2;
end
function y = doubleMe(x)
y = x.*2;
end
You can call the main function from the command line or another program file, although
the local functions are only available to myfunction:
myfunction(pi)
ans =
16.1528
20-20
Types of Functions
Nested functions are completely contained within another function. The primary
difference between nested functions and local functions is that nested functions can use
variables defined in parent functions without explicitly passing those variables as
arguments.
Nested functions are useful when subroutines share data, such as applications that pass
data between components. For example, create a function that allows you to set a value
between 0 and 1 using either a slider or an editable text box. If you use nested functions
for the callbacks, the slider and text box can share the value and each other’s handles
without explicitly passing them:
function myslider
value = 0;
f = figure;
s = uicontrol(f,'Style','slider','Callback',@slider);
e = uicontrol(f,'Style','edit','Callback',@edittext,...
'Position',[100,20,100,20]);
function slider(obj,~)
value = obj.Value;
e.String = num2str(value);
end
function edittext(obj,~)
value = str2double(obj.String);
s.Value = value;
end
end
20-21
20 Function Basics
functions is to define a mathematical expression, and then evaluate that expression over
a range of values using a MATLAB® function function, i.e., a function that accepts a
function handle as an input.
For example, this statement creates a function handle named s for an anonymous
function:
s = @(x) sin(1./x);
This function has a single input, x . The @ operator creates the function handle.
You can use the function handle to evaluate the function for particular values, such as
y = s(pi)
y = 0.3130
Or, you can pass the function handle to a function that evaluates over a range of values,
such as fplot:
range = [0.01,0.1];
fplot(s,range)
20-22
See Also
See Also
More About
• “Local Functions” on page 20-30
• “Nested Functions” on page 20-32
• “Private Functions” on page 20-41
• “Anonymous Functions” on page 20-24
20-23
20 Function Basics
Anonymous Functions
In this section...
“What Are Anonymous Functions?” on page 20-24
“Variables in the Expression” on page 20-25
“Multiple Anonymous Functions” on page 20-26
“Functions with No Inputs” on page 20-27
“Functions with Multiple Inputs or Outputs” on page 20-27
“Arrays of Anonymous Functions” on page 20-28
For example, create a handle to an anonymous function that finds the square of a
number:
sqr = @(x) x.^2;
Variable sqr is a function handle. The @ operator creates the handle, and the
parentheses () immediately after the @ operator include the function input arguments.
This anonymous function accepts a single input x, and implicitly returns a single output,
an array the same size as x that contains the squared values.
Find the square of a particular value (5) by passing the value to the function handle, just
as you would pass an input argument to a standard function.
a = sqr(5)
a =
25
Many MATLAB functions accept function handles as inputs so that you can evaluate
functions over a range of values. You can create handles either for anonymous functions
or for functions in program files. The benefit of using anonymous functions is that you do
not have to edit and maintain a file for a function that requires only a brief definition.
20-24
Anonymous Functions
For example, find the integral of the sqr function from 0 to 1 by passing the function
handle to the integral function:
q = integral(sqr,0,1);
You do not need to create a variable in the workspace to store an anonymous function.
Instead, you can create a temporary function handle within an expression, such as this
call to the integral function:
q = integral(@(x) x.^2,0,1);
Because a, b, and c are available at the time you create parabola, the function handle
includes those values. The values persist within the function handle even if you clear the
variables:
clear a b c
x = 1;
y = parabola(x)
y =
31.5000
To supply different values for the coefficients, you must create a new function handle:
a = -3.9;
b = 52;
c = 0;
parabola = @(x) a*x.^2 + b*x + c;
x = 1;
y = parabola(1)
20-25
20 Function Basics
y =
48.1000
You can save function handles and their associated values in a MAT-file and load them
in a subsequent MATLAB session using the save and load functions, such as
save myfile.mat parabola
The final function allows you to solve the equation for any value of c. For example:
20-26
Anonymous Functions
g(2)
ans =
2.3333
d =
26-Jan-2012 15:11:47
Omitting the parentheses in the assignment statement creates another function handle,
and does not execute the function:
d = t
d =
@() datestr(now)
x = 1;
y = 10;
z = myfunction(x,y)
z = 111
However, you do not explicitly define output arguments when you create an anonymous
function. If the expression in the function returns multiple outputs, then you can request
them when you call the function. Enclose multiple output variables in square brackets.
For example, the ndgrid function can return as many outputs as the number of input
vectors. This anonymous function that calls ndgrid can also return multiple outputs:
20-27
20 Function Basics
c = 10;
mygrid = @(x,y) ndgrid((-x:x/c:x),(-y:y/c:y));
[x,y] = mygrid(pi,2*pi);
You can use the output from mygrid to create a mesh or surface plot:
z = sin(x) + cos(y);
mesh(x,y,z)
20-28
See Also
function handles using a cell array or structure array. The most common approach is to
use a cell array, such as
f = {@(x)x.^2;
@(y)y+10;
@(x,y)x.^2+y+10};
When you create the cell array, keep in mind that MATLAB interprets spaces as column
separators. Either omit spaces from expressions, as shown in the previous code, or
enclose expressions in parentheses, such as
f = {@(x) (x.^2);
@(y) (y + 10);
@(x,y) (x.^2 + y + 10)};
Access the contents of a cell using curly braces. For example, f{1} returns the first
function handle. To execute the function, pass input values in parentheses after the curly
braces:
x = 1;
y = 10;
f{1}(x)
f{2}(y)
f{3}(x,y)
ans =
1
ans =
20
ans =
21
See Also
More About
• “Create Function Handle” on page 13-2
20-29
20 Function Basics
Local Functions
This topic explains the term local function, and shows how to create and use local
functions.
MATLAB program files can contain code for more than one function. In a function file,
the first function in the file is called the main function. This function is visible to
functions in other files, or you can call it from the command line. Additional functions
within the file are called local functions, and they can occur in any order after the main
function. Local functions are only visible to other functions in the same file. They are
equivalent to subroutines in other programming languages, and are sometimes called
subfunctions.
As of R2016b, you can also create local functions in a script file, as long as they all
appear after the last line of script code. For more information, see “Add Functions to
Scripts” on page 18-18.
For example, create a function file named mystats.m that contains a main function,
mystats, and two local functions, mymean and mymedian.
function a = mymean(v,n)
% MYMEAN Example of a local function.
a = sum(v)/n;
end
function m = mymedian(v,n)
% MYMEDIAN Another example of a local function.
w = sort(v);
if rem(n,2) == 1
m = w((n + 1)/2);
else
m = (w(n/2) + w(n/2 + 1))/2;
end
end
20-30
See Also
The local functions mymean and mymedian calculate the average and median of the input
list. The main function mystats determines the length of the list n and passes it to the
local functions.
Although you cannot call a local function from the command line or from functions in
other files, you can access its help using the help function. Specify names of both the file
and the local function, separating them with a > character:
help mystats>mymean
Local functions in the current file have precedence over functions in other files. That is,
when you call a function within a program file, MATLAB checks whether the function is
a local function before looking for other main functions. Therefore, you can create an
alternate version of a particular function while retaining the original in another file.
All functions, including local functions, have their own workspaces that are separate
from the base workspace. Local functions cannot access variables used by other functions
unless you pass them as arguments. In contrast, nested functions (functions completely
contained within another function) can access variables used by the functions that
contain them.
See Also
localfunctions
More About
• “Nested Functions” on page 20-32
• “Function Precedence Order” on page 20-43
20-31
20 Function Basics
Nested Functions
In this section...
“What Are Nested Functions?” on page 20-32
“Requirements for Nested Functions” on page 20-32
“Sharing Variables Between Parent and Nested Functions” on page 20-33
“Using Handles to Store Function Parameters” on page 20-34
“Visibility of Nested Functions” on page 20-37
For example, this function named parent contains a nested function named nestedfx:
function parent
disp('This is the parent function')
nestedfx
function nestedfx
disp('This is the nested function')
end
end
The primary difference between nested functions and other types of functions is that they
can access and modify variables that are defined in their parent functions. As a result:
• Nested functions can use variables that are not explicitly passed as input arguments.
• In a parent function, you can create a handle to a nested function that contains the
data necessary to run the nested function.
20-32
Nested Functions
• You cannot define a nested function inside any of the MATLAB program control
statements, such as if/elseif/else, switch/case, for, while, or try/catch.
• You must call a nested function either directly by name (without using feval), or
using a function handle that you created using the @ operator (and not str2func).
• All of the variables in nested functions or the functions that contain them must be
explicitly defined. That is, you cannot call a function or script that assigns values to
variables unless those variables already exist in the function workspace. (For more
information, see “Variables in Nested and Anonymous Functions” on page 20-39.)
This means that both a nested function and a function that contains it can modify the
same variable without passing that variable as an argument. For example, in each of
these functions, main1 and main2, both the main function and the nested function can
access variable x:
function main1 function main2
x = 5; nestfun2
nestfun1
function nestfun2
function nestfun1 x = 5;
x = x + 1; end
end
x = x + 1;
end end
When parent functions do not use a given variable, the variable remains local to the
nested function. For example, in this function named main, the two nested functions
have their own versions of x that cannot interact with each other:
function main
nestedfun1
nestedfun2
function nestedfun1
x = 1;
end
20-33
20 Function Basics
function nestedfun2
x = 2;
end
end
Functions that return output arguments have variables for the outputs in their
workspace. However, parent functions only have variables for the output of nested
functions if they explicitly request them. For example, this function parentfun does not
have variable y in its workspace:
function parentfun
x = 5;
nestfun;
function y = nestfun
y = x + 1;
end
end
function parentfun
x = 5;
z = nestfun;
function y = nestfun
y = x + 1;
end
end
• Input arguments
• Variables defined within the nested function
• Variables defined in a parent function, also called externally scoped variables
When you create a function handle for a nested function, that handle stores not only the
name of the function, but also the values of externally scoped variables.
20-34
Nested Functions
For example, create a function in a file named makeParabola.m. This function accepts
several polynomial coefficients, and returns a handle to a nested function that calculates
the value of that polynomial.
function p = makeParabola(a,b,c)
p = @parabola;
function y = parabola(x)
y = a*x.^2 + b*x + c;
end
end
The makeParabola function returns a handle to the parabola function that includes
values for coefficients a, b, and c.
At the command line, call the makeParabola function with coefficient values of 1.3, .2,
and 30. Use the returned function handle p to evaluate the polynomial at a particular
point:
p = makeParabola(1.3,.2,30);
X = 25;
Y = p(X)
Y =
847.5000
Many MATLAB functions accept function handle inputs to evaluate functions over a
range of values. For example, plot the parabolic equation from -25 to +25:
fplot(p,[-25,25])
20-35
20 Function Basics
You can create multiple handles to the parabola function that each use different
polynomial coefficients:
firstp = makeParabola(0.8,1.6,32);
secondp = makeParabola(3,4,50);
range = [-25,25];
figure
hold on
fplot(firstp,range)
fplot(secondp,range,'r:')
hold off
20-36
Nested Functions
• From the level immediately above it. (In the following code, function A can call B or D,
but not C or E.)
• From a function nested at the same level within the same parent function. (Function
B can call D, and D can call B.)
• From a function at any lower level. (Function C can call B or D, but not E.)
function A(x, y) % Main function
B(x,y)
20-37
20 Function Basics
D(y)
The easiest way to extend the scope of a nested function is to create a function handle
and return it as an output argument, as shown in “Using Handles to Store Function
Parameters” on page 20-34. Only functions that can call a nested function can create a
handle to it.
See Also
More About
• “Variables in Nested and Anonymous Functions” on page 20-39
• “Create Function Handle” on page 13-2
• “Argument Checking in Nested Functions” on page 21-11
20-38
Variables in Nested and Anonymous Functions
This table describes typical operations that attempt dynamic assignment, and the
recommended ways to avoid it.
Type of Operation Best Practice to Avoid Dynamic Assignment
load Specify the variable name as an input to the
load function. Or, assign the output from the
load function to a structure array.
eval, evalin, or assignin If possible, avoid using these functions
altogether. See “Alternatives to the eval
Function” on page 2-83.
Calling a MATLAB script that creates Convert the script to a function and pass the
a variable variable using arguments. This approach also
clarifies the code.
Assigning to a variable in the Assign the variable into the base workspace,
MATLAB debugger such as
K>> assignin('base','X',myvalue)
Another way to avoid dynamic assignment is to explicitly declare the variable within the
function. For example, suppose a script named makeX.m assigns a value to variable X. A
function that calls makeX and explicitly declares X avoids the dynamic assignment error
because X is in the function workspace. A common way to declare a variable is to
initialize its value to an empty array:
function noerror
X = [];
nestedfx
function nestedfx
makeX
20-39
20 Function Basics
end
end
See Also
More About
• “Base and Function Workspaces” on page 20-10
20-40
Private Functions
Private Functions
This topic explains the term private function, and shows how to create and use private
functions.
Private functions are useful when you want to limit the scope of a function. You
designate a function as private by storing it in a subfolder with the name private.
Then, the function is available only to functions in the folder immediately above the
private subfolder, or to scripts called by the functions that reside in the parent folder.
For example, within a folder that is on the MATLAB search path, create a subfolder
named private. Do not add private to the path. Within the private folder, create a
function in a file named findme.m:
function findme
% FINDME An example of a private function.
Change to the folder that contains the private folder and create a file named
visible.m.
function visible
findme
Change your current folder to any location and call the visible function.
visible
Although you cannot call the private function from the command line or from functions
outside the parent of the private folder, you can access its help:
help private/findme
Private functions have precedence over standard functions, so MATLAB finds a private
function named test.m before a nonprivate program file named test.m. This allows you
to create an alternate version of a particular function while retaining the original in
another folder.
20-41
20 Function Basics
See Also
More About
• “Function Precedence Order” on page 20-43
20-42
Function Precedence Order
1 Variables
Before assuming that a name matches a function, MATLAB checks for a variable
with that name in the current workspace.
Note If you create a variable with the same name as a function, MATLAB cannot
run that function until you clear the variable from memory.
2 Imported package functions
An object function accepts a particular class of object in its input argument list.
When there are multiple object functions with the same name, MATLAB checks the
classes of the input arguments to determine which function to use.
7 Class constructors in @ folders
20-43
20 Function Basics
When determining the precedence of functions within the same folder, MATLAB
considers the file type, in this order:
1 Built-in function
2 MEX-function
3 Simulink model files that are not loaded, with file types in this order:
a SLX file
b MDL file
4 App file (.mlapp) created using MATLAB App Designer
5 Program file with a .mlx extension
6 P-file (that is, an encoded program file with a .p extension)
7 Program file with a .m extension
For example, if MATLAB finds a .m file and a P-file with the same name in the same
folder, it uses the P-file. Because P-files are not automatically regenerated, make sure
that you regenerate the P-file whenever you edit the program file.
To determine the function MATLAB calls for a particular input, include the function
name and the input in a call to the which function. For example, determine the location
of the max function that MATLAB calls for double and int8 values:
testval = 10;
which max(testval)
% double method
built-in (matlabroot\toolbox\matlab\datafun\@double\max)
testval = int8(10);
which max(testval)
% int8 method
built-in (matlabroot\toolbox\matlab\datafun\@int8\max)
20-44
Function Precedence Order
20-45
21
Function Arguments
Input Arguments
Create a function in a file named addme.m that accepts up to two inputs. Identify the
number of inputs with nargin.
function c = addme(a,b)
switch nargin
case 2
c = a + b;
case 1
c = a + a;
otherwise
c = 0;
end
ans =
84
addme(2,4000)
ans =
4002
addme
ans =
0
Output Arguments
Create a new function in a file named addme2.m that can return one or two outputs (a
result and its absolute value). Identify the number of requested outputs with nargout.
function [result,absResult] = addme2(a,b)
21-2
See Also
switch nargin
case 2
result = a + b;
case 1
result = a + a;
otherwise
result = 0;
end
if nargout > 1
absResult = abs(result);
end
value = addme2(11,-22)
value =
-11
[value,absValue] = addme2(11,-22)
value =
-11
absValue =
11
Functions return outputs in the order they are declared in the function definition.
See Also
nargin | narginchk | nargout | nargoutchk
21-3
21 Function Arguments
plot(varargin{1:numPlotInputs})
title(myTitle)
Because varargin is a cell array, you access the contents of each cell using curly braces,
{}. The syntax varargin{1:numPlotInputs} creates a comma-separated list of inputs
to the plot function.
x = [1:.1:10];
y1 = sin(x);
y2 = cos(x);
plotWithTitle(x,y1,x,y2,'Sine and Cosine')
You can use varargin alone in an input argument list, or at the end of the list of inputs,
such as
function myfunction(a,b,varargin)
21-4
See Also
In this case, varargin{1} corresponds to the third input passed to the function, and
nargin returns length(varargin) + 2.
See Also
nargin | varargin
Related Examples
• “Access Data in Cell Array” on page 12-5
More About
• “Argument Checking in Nested Functions” on page 21-11
• “Comma-Separated Lists” on page 2-74
21-5
21 Function Arguments
Create a function in a file named magicfill.m that assigns a magic square to each
requested output.
for k = 1:nOutputs
varargout{k} = magic(k);
end
[first,second,third] = magicfill
first =
1
second =
1 3
4 2
third =
8 1 6
3 5 7
4 9 2
MATLAB assigns values to the outputs according to their order in the varargout array.
For example, first == varargout{1}.
You can use varargout alone in an output argument list, or at the end of the list of
outputs, such as
21-6
See Also
In this case, varargout{1} corresponds to the third output that the function returns,
and nargout returns length(varargout) + 2.
See Also
nargout | varargout
Related Examples
• “Access Data in Cell Array” on page 12-5
More About
• “Argument Checking in Nested Functions” on page 21-11
21-7
21 Function Arguments
MATLAB checks whether your function receives more arguments than expected when it
can determine the number from the function definition. For example, this function
accepts up to two outputs and three inputs:
function [x,y] = myFunction(a,b,c)
If you pass too many inputs to myFunction, MATLAB issues an error. You do not need
to call narginchk to check for this case.
[X,Y] = myFunction(1,2,3,4)
Use the narginchk and nargoutchk functions to verify that your function receives:
Define a function in a file named testValues.m that requires at least two inputs. The
first input is a threshold value to compare against the other inputs.
function testValues(threshold,varargin)
minInputs = 2;
maxInputs = Inf;
narginchk(minInputs,maxInputs)
for k = 1:(nargin-1)
if (varargin{k} > threshold)
fprintf('Test value %d exceeds %d\n',k,threshold);
end
end
21-8
Validate Number of Function Arguments
testValues(10)
testValues(10,1,11,111)
Define a function in a file named mysize.m that returns the dimensions of the input
array in a vector (from the size function), and optionally returns scalar values
corresponding to the sizes of each dimension. Use nargoutchk to verify that the number
of requested individual sizes does not exceed the number of available dimensions.
function [sizeVector,varargout] = mysize(x)
minOutputs = 0;
maxOutputs = ndims(x) + 1;
nargoutchk(minOutputs,maxOutputs)
sizeVector = size(x);
varargout = cell(1,nargout-1);
for k = 1:length(varargout)
varargout{k} = sizeVector(k);
end
A = rand(3,4,2);
[fullsize,nrows,ncols,npages] = mysize(A)
fullsize =
3 4 2
nrows =
3
ncols =
21-9
21 Function Arguments
npages =
2
A = 1;
[fullsize,nrows,ncols,npages] = mysize(A)
See Also
narginchk | nargoutchk
Related Examples
• “Support Variable Number of Inputs” on page 21-4
• “Support Variable Number of Outputs” on page 21-6
21-10
Argument Checking in Nested Functions
varargin and varargout allow you to create functions that accept variable numbers of
input or output arguments. Although varargin and varargout look like function
names, they refer to variables, not functions. This is significant because nested functions
share the workspaces of the functions that contain them.
If you do not use varargin or varargout in the declaration of a nested function, then
varargin or varargout within the nested function refers to the arguments of an outer
function.
For example, create a function in a file named showArgs.m that uses varargin and has
two nested functions, one that uses varargin and one that does not.
function showArgs(varargin)
nested1(3,4)
nested2(5,6,7)
function nested1(a,b)
disp('nested1: Contents of varargin{1}')
disp(varargin{1})
end
function nested2(varargin)
disp('nested2: Contents of varargin{1}')
disp(varargin{1})
end
end
Call the function and compare the contents of varargin{1} in the two nested functions.
showArgs(0,1,2)
21-11
21 Function Arguments
On the other hand, nargin and nargout are functions. Within any function, including
nested functions, calls to nargin or nargout return the number of arguments for that
function. If a nested function requires the value of nargin or nargout from an outer
function, pass the value to the nested function.
For example, create a function in a file named showNumArgs.m that passes the number
of input arguments from the primary (parent) function to a nested function.
function showNumArgs(varargin)
function nestedFx(n,varargin)
disp(['Number of inputs to nestedFx: ',int2str(nargin)]);
disp(['Number of inputs to its parent: ',int2str(n)]);
end
end
Call showNumArgs and compare the output of nargin in the parent and nested
functions.
showNumArgs(0,1)
See Also
nargin | nargout | varargin | varargout
21-12
Ignore Function Inputs
Use this operator when your function must accept a predefined set of inputs, but your
function does not use all of the inputs. Common applications include defining callback
functions, as shown here, or deriving a class from a superclass.
Define a callback for a push button in a file named colorButton.m that does not use the
eventdata input. Ignore the input with a tilde.
function colorButton
figure;
uicontrol('Style','pushbutton','String','Click me','Callback',@btnCallback)
function btnCallback(h,~)
set(h,'BackgroundColor',rand(3,1))
function btnCallback(h,eventdata)
However, using the tilde prevents the addition of eventdata to the function workspace
and makes it clearer that the function does not use eventdata.
You can ignore any number of function inputs, in any position in the argument list.
Separate consecutive tildes with a comma, such as
myfunction(myinput,~,~)
21-13
21 Function Arguments
validateattributes requires that you pass the variable to check and the supported
data types for that variable. Optionally, pass a set of attributes that describe the valid
dimensions or values.
Define a function in a file named checkme.m that accepts up to three inputs: a, b, and c.
Check whether:
function checkme(a,b,c)
validateattributes(a,{'double'},{'positive','2d'})
validateattributes(b,{'numeric'},{'numel',100,'ncols',10})
validateattributes(c,{'char','cell'},{'nonempty'})
The curly braces {} indicate that the set of data types and the set of additional attributes
are in cell arrays. Cell arrays allow you to store combinations of text and numeric data,
or character vectors of different lengths, in a single variable.
checkme(pi,rand(5,10,2),'text')
Call checkme with invalid inputs. The validateattributes function issues an error
for the first input that fails validation, and checkme stops processing.
checkme(-4)
21-14
Check Function Inputs with validateattributes
checkme(pi,rand(3,4,2))
checkme(pi,rand(5,10,2),struct)
char, cell
The default error messages use the generic term input to refer to the argument that
failed validation. When you use the default error message, the only way to determine
which input failed is to view the specified line of code in checkme.
Define a function in a file named checkdetails.m that performs the same validation as
checkme, but adds details about the input name and position to the error messages.
function checkdetails(a,b,c)
validateattributes(a,{'double'},{'positive','2d'},'','First',1)
validateattributes(b,{'numeric'},{'numel',100,'ncols',10},'','Second',2)
validateattributes(c,{'char'},{'nonempty'},'','Third',3)
The empty character vector '' for the fourth input to validateattributes is a
placeholder for an optional function name. You do not need to specify a function name
because it already appears in the error message. Specify the function name when you
want to include it in the error identifier for additional error handling.
21-15
21 Function Arguments
checkdetails(pi,rand(3,4,2))
See Also
validateattributes | validatestring
21-16
Parse Function Inputs
The Input Parser provides a consistent way to validate and assign defaults to inputs,
improving the robustness and maintainability of your code. To validate the inputs, you
can take advantage of existing MATLAB functions or write your own validation routines.
Create a function in a file named printPhoto.m. The printPhoto function has one
required input for the file name, and optional inputs for the finish (glossy or matte), color
space (RGB or CMYK), width, and height.
function printPhoto(filename,varargin)
In your function declaration statement, specify required inputs first. Use varargin to
support optional inputs.
p = inputParser;
Add inputs to the parsing scheme in your function using addRequired, addOptional,
or addParameter. For optional inputs, specify default values.
For each input, you can specify a handle to a validation function that checks the input
and returns a scalar logical (true or false) or errors. The validation function can be an
existing MATLAB function (such as ischar or isnumeric) or a function that you create
(such as an anonymous function or a local function).
In the printPhoto function, filename is a required input. Define finish and color
as optional inputs, and width and height as optional parameter value pairs.
defaultFinish = 'glossy';
validFinishes = {'glossy','matte'};
checkFinish = @(x) any(validatestring(x,validFinishes));
21-17
21 Function Arguments
defaultColor = 'RGB';
validColors = {'RGB','CMYK'};
checkColor = @(x) any(validatestring(x,validColors));
defaultWidth = 6;
defaultHeight = 4;
addRequired(p,'filename',@ischar);
addOptional(p,'finish',defaultFinish,checkFinish)
addOptional(p,'color',defaultColor,checkColor)
addParameter(p,'width',defaultWidth,@isnumeric)
addParameter(p,'height',defaultHeight,@isnumeric)
Inputs that you add with addRequired or addOptional are positional arguments.
When you call a function with positional inputs, specify those values in the order they
are added to the parsing scheme.
Inputs added with addParameter are not positional, so you can pass values for height
before or after values for width. However, parameter value inputs require that you pass
the input name ('height' or 'width') along with the value of the input.
If your function accepts optional input strings or character vectors and parameter name
and value pairs, specify validation functions for the optional inputs. Otherwise, the Input
Parser interprets the optional strings or character vectors as parameter names. For
example, the checkFinish validation function ensures that printPhoto interprets
'glossy' as a value for finish and not as an invalid parameter name.
By default, the Input Parser makes assumptions about case sensitivity, function names,
structure array inputs, and whether to allow additional parameter names and values
that are not in the scheme. Properties allow you to explicitly define the behavior. Set
properties using dot notation, similar to assigning values to a structure array.
Allow printPhoto to accept additional parameter value inputs that do not match the
input scheme by setting the KeepUnmatched property of the Input Parser.
p.KeepUnmatched = true;
If KeepUnmatched is false (default), the Input Parser issues an error when inputs do
not match the scheme.
21-18
Parse Function Inputs
Within your function, call the parse method. Pass the values of all of the function
inputs.
parse(p,filename,varargin{:})
• Results — Structure array with names and values of all inputs in the scheme.
• Unmatched — Structure array with parameter names and values that are passed to
the function, but are not in the scheme (when KeepUnmatched is true).
• UsingDefaults — Cell array with names of optional inputs that are assigned their
default values because they are not passed to the function.
Within the printPhoto function, display the values for some of the inputs:
if ~isempty(fieldnames(p.Unmatched))
disp('Extra inputs:')
disp(p.Unmatched)
end
if ~isempty(p.UsingDefaults)
disp('Using defaults: ')
disp(p.UsingDefaults)
end
• Required inputs first, in the order they are added to the parsing scheme with
addRequired.
• Optional positional inputs in the order they are added to the scheme with
addOptional.
• Positional inputs before parameter name and value pair inputs.
• Parameter names and values in the form Name1,Value1,...,NameN,ValueN.
21-19
21 Function Arguments
Pass several combinations of inputs to printPhoto, some valid and some invalid:
printPhoto('myfile.jpg')
printPhoto(100)
printPhoto('myfile.jpg','satin')
'glossy', 'matte'
The input, 'satin', did not match any of the valid strings.
printPhoto('myfile.jpg','height',10,'width',8)
To pass a value for the nth positional input, either specify values for the previous (n – 1)
inputs or pass the input as a parameter name and value pair. For example, these
function calls assign the same values to finish (default 'glossy') and color:
printPhoto('myfile.gif','glossy','CMYK') % positional
See Also
inputParser | varargin
More About
• “Input Parser Validation Functions” on page 21-21
21-20
Input Parser Validation Functions
Validation functions must accept a single input argument, and they must either return a
scalar logical value (true or false) or error. If the validation function returns false,
the Input Parser issues an error and your function stops processing.
p = inputParser;
checknum = @isnumeric;
addRequired(p,'num',checknum)
parse(p,'text')
• Create an anonymous function. For example, check that input num is a numeric scalar
greater than zero:
p = inputParser;
checknum = @(x) isnumeric(x) && isscalar(x) && (x > 0);
addRequired(p,'num',checknum)
parse(p,rand(3))
The value of 'num' is invalid. It must satisfy the function: @(x) isnumeric(x) && isscalar(x) && (x>0).
• Define your own function, typically a local function in the same file as your primary
function. For example, in a file named usenum.m, define a local function named
checknum that issues custom error messages when the input num to usenum is not a
numeric scalar greater than zero:
function usenum(num)
p = inputParser;
21-21
21 Function Arguments
addRequired(p,'num',@checknum);
parse(p,num);
function TF = checknum(x)
TF = false;
if ~isscalar(x)
error('Input is not scalar');
elseif ~isnumeric(x)
error('Input is not numeric');
elseif (x <= 0)
error('Input must be > 0');
else
TF = true;
end
See Also
inputParser | is* | validateattributes
Related Examples
• “Parse Function Inputs” on page 21-17
• “Create Function Handle” on page 13-2
More About
• “Anonymous Functions” on page 20-24
21-22
22
Before you begin debugging, make sure that your program is saved and that the program
and any files it calls exist on your search path or in the current folder.
• If you run a file with unsaved changes from within the Editor, then the file is
automatically saved before it runs.
• If you run a file with unsaved changes from the Command Window, then MATLAB
software runs the saved version of the file. Therefore, you do not see the results of
your changes.
Note Debugging using the graphical debugger is not supported in live scripts. For more
information, see “What Is a Live Script?” on page 19-2
Set Breakpoint
Set breakpoints to pause the execution of a MATLAB file so you can examine the value or
variables where you think a problem could be. You can set breakpoints using the Editor,
using functions in the Command Window, or both.
There are three different types of breakpoints: standard, conditional, and error. To add a
standard breakpoint in the Editor, click the breakpoint alley at an executable line where
you want to set the breakpoint. The breakpoint alley is the narrow column on the left
side of the Editor, to the right of the line number. Executable lines are indicated by a
dash ( — ) in the breakpoint alley. For example, click the breakpoint alley next to line 2
in the code below to add a breakpoint at that line.
22-2
Debug a MATLAB Program
If an executable statement spans multiple lines, you can set a breakpoint at each line in
that statement, even though the additional lines do not have a — (dash) in the
breakpoint alley. For example, in this code. you can set a breakpoint at all four lines:
For more information on the different types of breakpoints, see “Set Breakpoints” on
page 22-9.
Run File
After setting breakpoints, run the file from the Command Window or the Editor.
Running the file produces these results:
• MATLAB displays the current workspace in the Function Call Stack, on the Editor
tab in the Debug section.
22-3
22 Debugging MATLAB Code
If you use debugging functions from the Command Window, use dbstack to view the
Function Call Stack.
Tip To debug a program, run the entire file. MATLAB does not pause at breakpoints
when you run an individual section.
For more information on using the Function Call Stack, see “Select Workspace” on page
22-16
Pausing is useful if you want to check on the progress of a long running program to
ensure that it is running as expected.
Note Clicking the pause button can cause MATLAB to pause in a file outside your own
program file. Pressing the Continue button resumes normal execution without
changing the results of the file.
22-4
Debug a MATLAB Program
View the value of a variable while debugging to see whether a line of code has produced
the expected result or not. To do this, position your mouse pointer to the left of the
variable. The current value of the variable appears in a data tip.
The data tip stays in view until you move the pointer. If you have trouble getting the
data tip to appear, click the line containing the variable, and then move the pointer next
to the variable. For more information, see “Examine Values While Debugging” on page
22-16.
You can change the value of a variable while debugging to see if the new value produces
expected results. With the program paused, assign a new value to the variable in the
Command Window, Workspace browser, or Variables Editor. Then, continue running or
stepping through the program.
22-5
22 Debugging MATLAB Code
You can modify a section of code while debugging to test possible fixes without having to
save your changes. Usually, it is a good practice to modify a MATLAB file after you quit
debugging, and then save the modification and run the file. Otherwise, you might get
unexpected results. However, there are situations where you want to experiment during
debugging.
1 While your code is paused, modify a part of the file that has not yet run.
After the code evaluation is complete, stop debugging and save or undo any changes
made before continuing the debugging process.
22-6
Debug a MATLAB Program
This table describes available debugging actions and the different methods you can use to
execute them.
Description Toolbar Button Function Alternative
Continue execution of file until the line None
where the cursor is positioned. Also Run to Cursor
available on the context menu.
Execute the current line of the file. Step
dbstep
clicking Quit Debugging . You must end a debugging session if you want to change
and save a file, or if you want to run other programs in MATLAB.
After you quit debugging, pause indicators in the Editor display no longer appear, and
the normal >> prompt reappears in the Command Window in place of the K>>. You no
longer can access the call stack.
22-7
22 Debugging MATLAB Code
See Also
Related Examples
• “Set Breakpoints” on page 22-9
• “Examine Values While Debugging” on page 22-16
22-8
Set Breakpoints
Set Breakpoints
In this section...
“Standard Breakpoints” on page 22-10
“Conditional Breakpoints” on page 22-11
“Error Breakpoints” on page 22-12
“Breakpoints in Anonymous Functions” on page 22-12
“Invalid Breakpoints” on page 22-13
“Disable Breakpoints” on page 22-14
“Clear Breakpoints” on page 22-14
Setting breakpoints pauses the execution of your MATLAB program so that you can
examine values where you think a problem might be. You can set breakpoints using the
Editor or by using functions in the Command Window.
• Standard breakpoints
• Conditional breakpoints
• Error breakpoints
You can set breakpoints only at executable lines in saved files that are in the current
folder or in folders on the search path. You can set breakpoints at any time, whether
MATLAB is idle or busy running a file.
1
From the Home tab, in the Environment section, click Preferences.
22-9
22 Debugging MATLAB Code
Note Debugging using the graphical debugger is not supported in live scripts. For more
information, see “What Is a Live Script?” on page 19-2
Standard Breakpoints
A standard breakpoint pauses at a specified line in a file.
To set a standard breakpoint click the breakpoint alley at an executable line where you
want to set the breakpoint. The breakpoint alley is the narrow column on the left side of
the Editor, to the right of the line number. Executable lines are indicated by a — (dash)
in the breakpoint alley. If an executable statement spans multiple lines, you can set a
breakpoint at each line in that statement, even though the additional lines do not have a
— (dash) in the breakpoint alley. For example, in this code, you can set a breakpoint at
all four lines:
If you attempt to set a breakpoint at a line that is not executable, such as a comment or a
blank line, MATLAB sets it at the next executable line.
You also can set a standard breakpoint programmatically using the dbstop function. For
example, to add a breakpoint at line 2 in a file named myprogram.m, type:
dbstop in myprogram at 2
22-10
Set Breakpoints
To examine values at increments in a for loop, set the breakpoint within the loop, rather
than at the start of the loop. If you set the breakpoint at the start of the for loop, and
then step through the file, MATLAB pauses at the for statement only once. However, if
you place the breakpoint within the loop, MATLAB pauses at each pass through the loop.
Conditional Breakpoints
A conditional breakpoint causes MATLAB to pause at a specified line in a file only when
the specified condition is met. Use conditional breakpoints when you want to examine
results after some iterations in a loop.
When the Editor dialog box opens, enter a condition and click OK. A condition is any
valid MATLAB expression that returns a logical scalar value.
As noted in the dialog box, MATLAB evaluates the condition before running the line. For
example, suppose that you have a file called myprogram.m.
n >= 4
A yellow, conditional breakpoint icon appears in the breakpoint alley at that line.
22-11
22 Debugging MATLAB Code
You also can set a standard breakpoint programmatically using the dbstop function. For
example, to add a conditional breakpoint in myprogram.m at line 6 type:
dbstop in myprogram at 6 if n>=4
When you run the file, MATLAB enters debug mode and pauses at the line when the
condition is met. In the myprogram example, MATLAB runs through the for loop twice
and pauses on the third iteration at line 6 when n is 4. If you continue executing,
MATLAB pauses again at line 6 on the fourth iteration when n is 5.
Error Breakpoints
An error breakpoint causes MATLAB to pause program execution and enter debug mode
if MATLAB encounters a problem. Unlike standard and conditional breakpoints, you do
not set these breakpoints at a specific line in a specific file. When you set an error
breakpoint, MATLAB pauses at any line in any file if the error condition specified occurs.
MATLAB then enters debug mode and opens the file containing the error, with the
execution arrow at the line containing the error.
To set an error breakpoint, on the Editor tab, click Run and select from these
options:
You also can set a breakpoint programmatically by using the dbstop function with a
specified condition. For example, to pause execution on all errors, type
dbstop if error
To pause execution at the first run-time error within the try portion of a try/catch
block that has a message ID of MATLAB:ls:InputsMustBeStrings, type
dbstop if caught error MATLAB:ls:InputsMustBeStrings
22-12
Set Breakpoints
software pauses at the start of the line. Or, alternatively, you can set a breakpoint for
each anonymous function in the line.
When you add a breakpoint to a line containing an anonymous function, the Editor asks
where in the line you want to add the breakpoint. If there is more than one breakpoint in
a line, the breakpoint icon is blue, regardless of the status of any of the breakpoints on
that line.
To view information about all the breakpoints on a line, hover your pointer on the
breakpoint icon. A tooltip appears with available information. For example, in this code,
line 5 contains two anonymous functions, with a breakpoint at each one. The tooltip tells
us that both breakpoints are enabled.
When you set a breakpoint in an anonymous function, MATLAB pauses when the
anonymous function is called. A green arrow shows where the code defines the
anonymous function. A white arrow shows where the code calls the anonymous functions.
For example, in this code, MATLAB pauses the program at a breakpoint set for the
anonymous function sqr, at line 2 in a file called myanonymous.m. The white arrow
indicates that the sqr function is called from line 3.
Invalid Breakpoints
A gray breakpoint indicates an invalid breakpoint.
• There are unsaved changes in the file. To make breakpoints valid, save the file. The
gray breakpoints become red, indicating that they are now valid.
22-13
22 Debugging MATLAB Code
• There is a syntax error in the file. When you set a breakpoint, an error message
appears indicating where the syntax error is. To make the breakpoint valid, fix the
syntax error and save the file.
Disable Breakpoints
You can disable selected breakpoints so that your program temporarily ignores them and
runs uninterrupted. For example, you might disable a breakpoint after you think you
identified and corrected a problem, or if you are using conditional breakpoints.
To disable a breakpoint, right-click the breakpoint icon, and select Disable Breakpoint
from the context menu.
To reenable a breakpoint, right-click the breakpoint icon and select Enable Breakpoint
from the context menu.
The X no longer appears on the breakpoint icon and program execution pauses at that
line.
To enable or disable all breakpoints in the file, select Enable All in File or Disable All
in File. These options are only available if there is at least one breakpoint to enable or
disable.
Clear Breakpoints
All breakpoints remain in a file until you clear (remove) them or until they are cleared
automatically at the end of your MATLAB session.
To clear a breakpoint, right-click the breakpoint icon and select Clear Breakpoint from
the context menu.
You also can use the dbclear function. For example, to clear the breakpoint at line 6 in
a file called myprogram.m, type
dbclear in myprogram at 6
22-14
See Also
To clear all breakpoints in the file, right-click the breakpoint alley and select Clear All
in File. You can also use the dbclear all command. For example, to clear all the
breakpoints in a file called myprogram.m, type
To clear all breakpoints in all files, including error breakpoints, right-click the
breakpoint alley and select Clear All. You also can use the dbclear all command.
Breakpoints clear automatically when you end a MATLAB session. To save your
breakpoints for future sessions, see the dbstatus function.
See Also
Related Examples
• “Debug a MATLAB Program” on page 22-2
• “Examine Values While Debugging” on page 22-16
22-15
22 Debugging MATLAB Code
Note Debugging using the graphical debugger is not supported in live scripts. For more
information, see “What Is a Live Script?” on page 19-2
Select Workspace
To examine a variable during debugging, you must first select its workspace. Variables
that you assign through the Command Window or create using scripts belong to the base
workspace. Variables that you create in a function belong to their own function
workspace. To view the current workspace, select the Editor tab. The Function Call
Stack field shows the current workspace. Alternatively, you can use the dbstack
function in the Command Window.
To select or change the workspace for the variable you want to view, use either of these
methods:
• From the Editor tab, in the Debug section, choose a workspace from the Function
Call Stack menu list.
• From the Command Window, use the dbup and dbdown functions to select the
previous or next workspace in the Function Call Stack.
22-16
Examine Values While Debugging
The Workspace browser displays all variables in the current workspace. The Value
column of the Workspace browser shows the current value of the variable. To see
more details, double-click the variable. The Variables Editor opens, displaying the
content for that variable. You also can use the openvar function to open a variable in
the Variables Editor.
Use your mouse to select the variable or equation. Right-click and select Evaluate
Selection from the context menu. The Command Window displays the value of the
variable or equation.
Note You cannot evaluate a selection while MATLAB is busy, for example, running a
file.
22-17
22 Debugging MATLAB Code
To do this, position your mouse pointer over the variable. The current value of the
variable appears in a data tip. The data tip stays in view until you move the pointer.
If you have trouble getting the data tip to appear, click the line containing the
variable, and then move the pointer next to the variable.
Data tips are enabled by default in the Live Editor. To enable or disable them, with a
live script open in the Live Editor, go to the View tab, and in the Display section,
select or deselect Datatips.
To view data tips in the Editor, enable them in your MATLAB preferences.
1
On the Home tab, in the Environment section, click Preferences. Then
select MATLAB > Editor/Debugger > Display.
2 Under General display options, select Enable datatips in edit mode.
• View variable values in the Command Window.
To see all the variables currently in the workspace, call the who function. To view the
current value of a variable, type the variable name in the Command Window. For the
example, to see the value of a variable n, type n and press Enter. The Command
Window displays the variable name and its value.
When you set a breakpoint in a function and attempt to view the value of a variable in a
parent workspace, the value of that variable might not be available. This error occurs
when you attempt to access a variable while MATLAB is in the process of overwriting it.
In such cases, MATLAB returns the following message, where x represents the variable
whose value you are trying to examine.
K>> x
Reference to a called function result under construction x.
The error occurs whether you select the parent workspace by using the dbup command or
by using Function Call Stack field in the Debug section of the Editor tab.
22-18
See Also
See Also
Related Examples
• “Debug a MATLAB Program” on page 22-2
• “Set Breakpoints” on page 22-9
22-19
23
MATLAB software enables you to present your MATLAB code in various ways. You can
share your code and results with others, even if they do not have MATLAB software. You
can save MATLAB output in various formats, including HTML, XML, and LaTeX. If
Microsoft Word or Microsoft PowerPoint applications are on your Microsoft Windows
system, you can publish to their formats as well.
Command-line Use comments at the start of • ASCII text “Add Help for Your
help a MATLAB file to display Program” on page 20-6
help comments when you type
help file_name in the
Command Window.
Live Scripts Use live scripts to create • MLX “Live Scripts”
cohesive, shareable • HTML
documents that include
executable MATLAB code, • PDF
embedded output, and • LaTeX
formatted text.
Publish Use comments with basic • XML “Publishing MATLAB
markup to publish a • HTML Code” on page 23-4
document that includes text,
bulleted or numbered lists, • LaTeX Publishing MATLAB
MATLAB code, and code • Microsoft Word Code from the Editor
results. (.doc/.docx) video
• Microsoft
PowerPoint (ppt)
• PDF
Help Browser Create HTML and XML files • HTML “Display Custom
Topics to provide your own MATLAB Documentation” on page
help topics for viewing from 30-15
the MATLAB Help browser or
the web.
23-2
Options for Presenting Your Code
23-3
23 Presenting MATLAB Code
This code demonstrates the Fourier series expansion for a square wave.
MATLAB Code with Markup Published Document
1 Create a MATLAB script or function. Divide the code into steps or sections by
inserting two percent signs (%%) at the beginning of each section.
2 Document the code by adding explanatory comments at the beginning of the file and
within each section.
23-4
See Also
Within the comments at the top of each section, you can add markup that enhances
the readability of the output. For example, the code in the preceding table includes
the following markup.
Titles %% Square Waves from Sine Waves
Note When you have a file containing text that has characters in a different
encoding than that of your platform, when you save or publish your file, MATLAB
displays those characters as garbled text.
3 Publish the code. On the Publish tab, click Publish.
By default, MATLAB creates a subfolder named html, which contains an HTML file
and files for each graphic that your code creates. The HTML file includes the code,
formatted comments, and output. Alternatively, you can publish to other formats,
such as PDF files or Microsoft PowerPoint presentations. For more information on
publishing to other formats, see “Specify Output File” on page 23-27.
The sample code that appears in the previous figure is part of the installed
documentation. You can view the code in the Editor by running this command:
edit(fullfile(matlabroot,'help','techdoc','matlab_env', ...
'examples','fourier_demo2.m'))
See Also
publish
More About
• “Options for Presenting Your Code” on page 23-2
• “Publishing Markup” on page 23-7
23-5
23 Presenting MATLAB Code
23-6
Publishing Markup
Publishing Markup
In this section...
“Markup Overview” on page 23-7
“Sections and Section Titles” on page 23-10
“Text Formatting” on page 23-11
“Bulleted and Numbered Lists” on page 23-12
“Text and Code Blocks” on page 23-13
“External File Content” on page 23-14
“External Graphics” on page 23-15
“Image Snapshot” on page 23-17
“LaTeX Equations” on page 23-18
“Hyperlinks” on page 23-20
“HTML Markup” on page 23-23
“LaTeX Markup” on page 23-24
Markup Overview
To insert markup, you can:
• Use the formatting buttons and drop-down menus on the Publish tab to format the
file. This method automatically inserts the text markup for you.
• Select markup from the Insert Text Markup list in the right click menu.
• Type the markup directly in the comments.
The following table provides a summary of the text markup options. Refer to this table if
you are not using the MATLAB Editor, or if you do not want to use the Publish tab to
apply the markup.
• Spaces following the comment symbols (%) often determine the format of the text that
follows.
23-7
23 Presenting MATLAB Code
• Starting new markup often requires preceding blank comment lines, as shown in
examples.
• Markup only works in comments that immediately follow a section break.
% *BOLD TEXT*
% |MONOSPACED TEXT|
% Trademarks:
% TEXT(TM)
% TEXT(R)
“Bulleted and Numbered Lists” on %% Bulleted List
page 23-12 %
% * BULLETED ITEM 1
% * BULLETED ITEM 2
%
%% Numbered List
%
% # NUMBERED ITEM 1
% # NUMBERED ITEM 2
%
23-8
Publishing Markup
%% MATLAB(R) Code
%
% for i = 1:10
% disp x
% end
%
“External File Content” on page %
23-14 % <include>filename.m</include>
%
“External Graphics” on page 23- %
15 % <<FILENAME.PNG>>
%
“Image Snapshot” on page 23-17 snapnow;
%% Block Equation
%
% $$e^{\pi i} + 1 = 0$$
%
“Hyperlinks” on page 23-20 % <http://www.mathworks.com MathWorks>
% <matlab:FUNCTION DISPLAYED_TEXT>
“HTML Markup” on page 23-23 %
% <html>
% <table border=1><tr>
% <td>one</td>
% <td>two</td></tr></table>
% </html>
%
23-9
23 Presenting MATLAB Code
Note You can add comments in the lines immediately following the title. However, if you
want an overall document title, you cannot add any MATLAB code before the start of the
next section (a line starting with %%).
23-10
Publishing Markup
By saving the code in an Editor and clicking the Publish button on the Publish tab,
MATLAB produces the output as shown in this figure. Notice that MATLAB
automatically inserts a Contents menu from the section titles in the MATLAB file.
Text Formatting
You can mark selected text in the MATLAB comments so that they display in italic, bold,
or monospaced text when you publish the file. Simply surround the text with _, *, or |
for italic, bold, or monospaced text, respectively.
For instance, these lines display each of the text formatting syntaxes if published.
%% Calculate and Plot Sine Wave
% _Define_ the *range* for |x|
23-11
23 Presenting MATLAB Code
Trademark Symbols
If the comments in your MATLAB file include trademarked terms, you can include text
to produce a trademark symbol (™) or registered trademark symbol (®) in the output.
Simply add (R) or (TM) directly after the term in question, without any space in
between.
If you publish the file to HTML, it appears in the MATLAB web browser.
%% Two Lists
%
% * ITEM1
% * ITEM2
%
% # ITEM1
23-12
Publishing Markup
% # ITEM2
%
Preformatted text appears in monospace font, maintains white space, and does not wrap
long lines. Two spaces must appear between the comment symbol and the text of the first
line of the preformatted text.
23-13
23 Presenting MATLAB Code
Executable code appears with syntax highlighting in published documents. You also can
highlight sample code. Sample code is code that appears within comments.
To indicate sample code, you must put three spaces between the comment symbol and
the start of the first line of code. For example, clicking the Code button on the Publish
tab inserts the following sample code in your Editor.
%%
%
% for i = 1:10
% disp(x)
% end
%
Publishing this code to HTML produces output in the MATLAB web browser.
For example, this code inserts the contents of sine_wave.m into your published output:
%% External File Content Example
% This example includes the file contents of sine_wave.m into published
% output.
%
% <include>sine_wave.m</include>
%
% The file content above is properly syntax highlighted
23-14
Publishing Markup
External Graphics
To publish an image that the MATLAB code does not generate, use text markup. By
default, MATLAB already includes code-generated graphics.
This code inserts a generic image called FILENAME.PNG into your published output.
%%
%
% <<FILENAME.PNG>>
%
MATLAB requires that FILENAME.PNG be a relative path from the output location to
your external image or a fully qualified URL. Good practice is to save your image in the
same folder that MATLAB publishes its output. For example, MATLAB publishes HTML
documents to a subfolder html. Save your image file in the same subfolder. You can
change the output folder by changing the publish configuration settings.
This example shows how to insert surfpeaks.jpg into a MATLAB file for publishing.
saveas(surf(peaks),'surfpeaks.jpg');
23-15
23 Presenting MATLAB Code
saveas(surf(peaks),'html/surfpeaks.jpg');
3 Publish this MATLAB code to HTML.
%% Image Example
% This is a graphic:
%
% <<surfpeaks.jpg>>
%
The type of images you can include when you publish depends on the output type of that
document as indicated in this table. For greatest compatibility, best practice is to use the
default image format for each output type.
23-16
Publishing Markup
Output File Format Default Image Format Types of Images You Can Include
doc png Any format that your installed version of
Microsoft Office supports.
html png All formats publish successfully. Ensure
that the tools you use to view and process
the output files can display the output
format you specify.
latex png or epsc2 All formats publish successfully. Ensure
that the tools you use to view and process
the output files can display the output
format you specify.
pdf bmp bmp and jpg.
ppt png Any format that your installed version of
Microsoft Office supports.
xml png All formats publish successfully. Ensure
that the tools you use to view and process
the output files can display the output
format you specify.
Image Snapshot
You can insert code that captures a snapshot of your MATLAB output. This is useful, for
example, if you have a for loop that modifies a figure that you want to capture after
each iteration.
The following code runs a for loop three times and produces output after every iteration.
The snapnow command captures all three images produced by the code.
for i=1:3
imagesc(magic(i))
snapnow;
end
If you publish the file to HTML, it resembles the following output. By default, the images
in the HTML are larger than shown in the figure. To resize images generated by
MATLAB code, use the Max image width and Max image height fields in the
23-17
23 Presenting MATLAB Code
Publish settings pane, as described in “Output Preferences for Publishing” on page 23-
26.
LaTeX Equations
Inline LaTeX Expression
MATLAB enables you to include an inline LaTeX expression in any code that you intend
to publish. To insert an inline expression, surround your LaTeX markup with dollar sign
characters ($). The $ must immediately precede the first word of the inline expression,
and immediately follow the last word of the inline expression, without any space in
between.
Note
• All publishing output types support LaTeX expressions, except Microsoft PowerPoint.
• MATLAB publishing supports standard LaTeX math mode directives. Text mode
directives or directives that require additional packages are not supported.
23-18
Publishing Markup
If you publish the sample text markup to HTML, this is the resulting output.
MATLAB enables you to insert LaTeX symbols in blocks that are offset from the main
comment text. Two dollar sign characters ($$) on each side of an equation denote a block
LaTeX equation. Publishing equations in separate blocks requires a blank line in
between blocks.
23-19
23 Presenting MATLAB Code
Hyperlinks
Static Hyperlinks
You can insert static hyperlinks within a MATLAB comment, and then publish the file to
HTML, XML, or Microsoft Word. When specifying a static hyperlink to a web location,
include a complete URL within the code. This is useful when you want to point the
reader to a web location. You can display or hide the URL in the published text. Consider
excluding the URL, when you are confident that readers are viewing your output online
and can click the hyperlink.
%%
% For more information, see our web site:
% <http://www.mathworks.com MathWorks>
Eliminating the text MathWorks after the URL produces this modified output.
Note If your code produces hyperlinked text in the MATLAB Command Window, the
output shows the HTML code rather than the hyperlink.
Dynamic Hyperlinks
You can insert dynamic hyperlinks, which MATLAB evaluates at the time a reader clicks
that link. Dynamic hyperlinks enable you to point the reader to MATLAB code or
documentation, or enable the reader to run code. You implement these links using
matlab: syntax. If the code that follows the matlab: declaration has spaces in it,
replace them with %20.
23-20
Publishing Markup
Note Dynamic links only work when viewing HTML in the MATLAB web browser.
You can specify a dynamic hyperlink to run code when a user clicks the hyperlink. For
example, this matlab: syntax creates hyperlinks in the output, which when clicked
either enable or disable recycling:
%% Recycling Preference
% Click the preference you want:
%
% <matlab:recycle('off') Disable recycling>
%
% <matlab:recycle('on') Enable recycling>
When you click one of the hyperlinks, MATLAB sets the recycle command accordingly.
After clicking a hyperlink, run recycle in the Command Window to confirm that the
setting is as you expect.
23-21
23 Presenting MATLAB Code
You can specify a link to a file that you know is in the matlabroot of your reader. You
do not need to know where each reader installed MATLAB. For example, link to the
function code for publish.
%%
% See the
% <matlab:edit(fullfile(matlabroot,'toolbox','matlab','codetools','publish.m')) code>
% for the publish function.
When you click the code link, the MATLAB Editor opens and displays the code for the
publish function. On the reader's system, MATLAB issues the command (although the
command does not appear in the reader's Command Window).
Dynamic Link to a MATLAB Function Reference Page
You can specify a link to a MATLAB function reference page using matlab: syntax. For
example, suppose that your reader has MATLAB installed and running. Provide a link to
the publish reference page.
%%
% See the help for the <matlab:doc('publish') publish> function.
When you click the publish hyperlink, the MATLAB Help browser opens and displays
the reference page for the publish function. On the reader's system, MATLAB issues
the command, although the command does not appear in the Command Window.
23-22
Publishing Markup
HTML Markup
You can insert HTML markup into your MATLAB file. You must type the HTML markup
since no button on the Publish tab generates it.
Note When you insert text markup for HTML code, the HTML code publishes only when
the specified output file format is HTML.
If you publish the code to HTML, MATLAB creates a single-row table with two columns.
The table contains the values one, two, three, and four.
If a section produces command-window output that starts with <html> and ends with </
html>, MATLAB includes the source HTML in the published output. For example,
MATLAB displays the disp command and makes a table from the HTML code if you
publish this code:
disp('<html><table><tr><td>1</td><td>2</td></tr></table></html>')
23-23
23 Presenting MATLAB Code
LaTeX Markup
You can insert LaTeX markup into your MATLAB file. You must type all LaTeX markup
since no button on the Publish tab generates it.
Note When you insert text markup for LaTeX code, that code publishes only when the
specified output file format is LaTeX.
If you publish the file to LaTeX, then the Editor opens a new .tex file containing the
LaTeX markup.
\documentclass{article}
\usepackage{graphicx}
23-24
See Also
\usepackage{color}
\sloppy
\definecolor{lightgray}{gray}{0.5}
\setlength{\parindent}{0pt}
\begin{document}
\begin{par}
This is a table:
\end{par} \vspace{1em}
\begin{par}
\begin{tabular}{|c|c|} \hline
$n$ & $n!$ \\ \hline
1 & 1 \\
2 & 2 \\
3 & 6 \\ \hline
\end{tabular}
\end{par} \vspace{1em}
\end{document}
MATLAB includes any additional markup necessary to compile this file with a LaTeX
program.
See Also
More About
• “Options for Presenting Your Code” on page 23-2
• “Publishing MATLAB Code” on page 23-4
• “Output Preferences for Publishing” on page 23-26
23-25
23 Presenting MATLAB Code
1 Locate the Publish tab and click the Publish button arrow .
23-26
Output Preferences for Publishing
The MATLAB expression pane specifies the code that executes during publishing. The
Publish settings pane contains output, figure, and code execution options. Together,
they make what MATLAB refers to as a publish configuration. MATLAB associates each
publish configuration with an .m file. The name of the publish configuration appears in
the top left pane.
23-27
23 Presenting MATLAB Code
Format Notes
doc Publishes to a Microsoft Word document. Does not preserve syntax
highlighting. This format is only available on Windows platforms.
ppt Publishes to a Microsoft PowerPoint document. Does not preserve
syntax highlighting. This format is only available on Windows
platforms.
pdf Publishes to a PDF document.
Note XSL files allow you more control over the appearance of the output document. For
more details, see http://docbook.sourceforge.net/release/xsl/current/doc/.
Specifying Code
By default, MATLAB executes the .m file that you are publishing. However, you can
specify any valid MATLAB code in the MATLAB expression pane. For example, if you
want to publish a function that requires input, then run the command
function(input). Additional code, whose output you want to publish, appears after
the functions call. If you clear the MATLAB expression area, then MATLAB publishes
the file without evaluating any code.
Note Publish configurations use the base MATLAB workspace. Therefore, a variable in
the MATLAB expression pane overwrites the value for an existing variable in the base
workspace.
23-28
Output Preferences for Publishing
Evaluating Code
Another way to affect what MATLAB executes during publishing is to set the Evaluate
code option in the Publish setting pane. This option indicates whether MATLAB
evaluates the code in the .m file that is publishing. If set to true, MATLAB executes the
code and includes the results in the output document.
Because MATLAB does not evaluate the code nor include code results when you set the
Evaluate code option to false, there can be invalid code in the file. Therefore, consider
first running the file with this option set to true.
For example, suppose that you include comment text, Label the plot, in a file, but
forget to preface it with the comment character. If you publish the document to HTML,
and set the Evaluate code option to true, the output includes an error.
Use the false option to publish the file that contains the publish function. Otherwise,
MATLAB attempts to publish the file recursively.
Including Code
You can specify whether to display MATLAB code in the final output. If you set the
Include code option to true, then MATLAB includes the code in the published output
document. If set to false, MATLAB excludes the code from all output file formats,
except HTML.
If the output file format is HTML, MATLAB inserts the code as an HTML comment that
is not visible in the web browser. If you want to extract the code from the output HTML
file, use the MATLAB grabcode function.
23-29
23 Presenting MATLAB Code
grabcode('sine_wave.html')
Catching Errors
You can catch and publish any errors that occur during publishing. Setting the Catch
error option to true includes any error messages in the output document. If you set
Catch error to false, MATLAB terminates the publish operation if an error occurs
during code evaluation. However, this option has no effect if you set the Evaluate code
property to false.
You can limit the number of lines of code output that is included in the output document
by specifying the Max # of output lines option in the Publish settings pane. Setting
this option is useful if a smaller, representative sample of the code output suffices.
For example, the following loop generates 100 lines in a published output unless Max #
of output lines is set to a lower value.
for n = 1:100
disp(x)
end;
23-30
Output Preferences for Publishing
When publishing, you can choose the image format that MATLAB uses to store any
graphics generated during code execution. The available image formats in the drop-down
list depend on the setting of the Figure capture method option. For greatest
compatibility, select the default as specified in this table.
Output File Format Default Image Format Types of Images You Can Include
doc png Any format that your installed version of
Microsoft Office supports.
html png All formats publish successfully. Ensure
that the tools you use to view and process
the output files can display the output
format you specify.
latex png or epsc2 All formats publish successfully. Ensure
that the tools you use to view and process
the output files can display the output
format you specify.
pdf bmp bmp and jpg.
ppt png Any format that your installed version of
Microsoft Office supports.
xml png All formats publish successfully. Ensure
that the tools you use to view and process
the output files can display the output
format you specify.
You set the size of MATLAB generated images in the Publish settings pane on the Edit
Configurations dialog window. You specify the image size in pixels to restrict the width
and height of images in the output. The pixel values act as a maximum size value
because MATLAB maintains an image’s aspect ratio. MATLAB ignores the size setting
for the following cases:
• When working with external graphics as described in “External Graphics” on page 23-
15
• When using vector formats, such as .eps
• When publishing to .pdf
23-31
23 Presenting MATLAB Code
Capturing Figures
You can capture different aspects of the Figure window by setting the Figure capture
method option. This option determines the window decorations (title bar, toolbar, menu
bar, and window border) and plot backgrounds for the Figure window.
This table summarizes the effects of the various Figure capture methods.
Use This Figure Capture To Get Figure Captures with These Appearance Details
Method
Window Decorations Plot Backgrounds
entireGUIWindow Included for dialog boxes; Excluded Set to white for figures; matches
for figures the screen for dialog boxes
print Excluded for dialog boxes and Set to white
figures
getframe Excluded for dialog boxes and Matches the screen plot
figures background
entireFigureWindow Included for dialog boxes and Matches the screen plot
figures background
Note Typically, MATLAB figures have the HandleVisibility property set to on.
Dialog boxes are figures with the HandleVisibility property set to off or callback.
If your results are different from the results listed in the preceding table, the
HandleVisibility property of your figures or dialog boxes might be atypical. For more
information, see HandleVisibility.
MATLAB allows you to specify custom appearance for figures it creates. If the Use new
figure option in the Publish settings pane is set to true, then in the published output,
MATLAB uses a Figure window at the default size and with a white background. If the
Use new figure option is set to false, then MATLAB uses the properties from an open
Figure window to determine the appearance of code-generated figures. This preference
does not apply to figures included using the syntax in “External Graphics” on page 23-15.
Use the following code as a template to produce Figure windows that meet your needs.
% Create figure
figure1 = figure('Name','purple_background',...
23-32
Output Preferences for Publishing
% Create subplot
subplot(1,1,1,'Parent',figure1);
box('on');
% Create title
title({'Title'});
23-33
23 Presenting MATLAB Code
By publishing your file with this window open and the Use new figure option set to
false, any code-generated figure takes the properties of the open Figure window.
Note You must set the Figure capture method option to entireFigureWindow for
the final published figure to display all the properties of the open Figure window.
Creating a Thumbnail
You can save the first code-generated graphic as a thumbnail image. You can use this
thumbnail to represent your file on HTML pages. To create a thumbnail, follow these
steps:
1 On the Publish tab, click the Publish button drop-down arrow and select Edit
Publishing Options. The Edit Configurations dialog box opens.
2 Set the Image Format option to a bitmap format, such as .png or .jpg. MATLAB
creates thumbnail images in bitmap formats.
3 Set the Create thumbnail option to true.
MATLAB saves the thumbnail image in the folder specified by the Output folder
option in the Publish settings pane.
23-34
Output Preferences for Publishing
When the Publish settings options are set, you can follow these steps to save the
settings:
1 Click Save As when the options are set in the manner you want.
The Save Publish Settings As dialog box opens and displays the names of all the
currently defined publish settings. By default the following publish settings install
with MATLAB:
• Factory Default
You cannot overwrite the Factory Default and can restore them by selecting
Factory Default from the Publish settings list.
• User Default
23-35
23 Presenting MATLAB Code
2 In the Settings Name field, enter a meaningful name for the settings. Then click
Save.
You can now use the publish settings with other MATLAB files.
You also can overwrite the publishing properties saved under an existing name.
Select the name from the Publish settings list, and then click Overwrite.
Together, the code in the MATLAB expression pane and the settings in the Publish
settings pane make a publish configuration that is associated with one file. These
configurations provide a simple way to refer to publish preferences for individual files.
To create a publish configuration, click the Publish button drop-down arrow on the
Publish tab, and select Edit Publishing Options. The Edit Configurations dialog box
opens, containing the default publish preferences. In the Publish configuration name
field, type a name for the publish configuration, or accept the default name. The publish
configuration saves automatically.
After saving a publish configuration, you can run it without opening the Edit
Configurations dialog box:
1 Click the Publish button drop-down arrow If you position your mouse pointer on a
publish configuration name, MATLAB displays a tooltip showing the MATLAB
expression associated with the specific configuration.
2 Select a configuration name to use for the publish configuration. MATLAB publishes
the file using the code and publish settings associated with the configuration.
You can create multiple publish configurations for a given file. You might do this to
publish the file with different values for input arguments, with different publish setting
23-36
Output Preferences for Publishing
property values, or both. Create a named configuration for each purpose, all associated
with the same file. Later you can run whichever particular publish configuration you
want.
A new name appears on the configurations list, filename_n, where the value of n
depends on the existing configuration names.
Each publish configuration is associated with a specific file. If you move or rename a file,
redefine its association. If you delete a file, consider deleting the associated
configurations, or associating them with a different file.
23-37
23 Presenting MATLAB Code
When MATLAB cannot associate a configuration with a file, the Edit Configurations
dialog box displays the file name in red and a File Not Found message. To reassociate a
configuration with another file, perform the following steps.
1
Click the Clear search button on the left pane of the Edit Configurations dialog
box.
2 Select the file for which you want to reassociate publish configurations.
3 In the right pane of the Edit Configurations dialog box, click Choose.... In the Open
dialog box, navigate to and select the file with which you want to reassociate the
configurations.
You can rename the configurations at any time by selecting a configuration from the list
in the left pane. In the right pane, edit the value for the Publish configuration name.
Note To run correctly after a file name change, you might need to change the code
statements in the MATLAB expression pane. For example, change a function call to
reflect the new file name for that function.
Each time you create or save a publish configuration using the Edit Configurations
dialog box, the Editor updates the publish_configurations.m file in your preferences
folder. (This is the folder that MATLAB returns when you run the MATLAB prefdir
function.)
Although you can port this file from the preferences folder on one system to another, only
one publish_configurations.m file can exist on a system. Therefore, only move the
file to another system if you have not created any publish configurations on the second
system. In addition, because the publish_configurations.m file might contain
references to file paths, be sure that the specified files and paths exist on the second
system.
23-38
See Also
See Also
More About
• “Options for Presenting Your Code” on page 23-2
• “Publishing MATLAB Code” on page 23-4
• “Publishing Markup” on page 23-7
23-39
23 Presenting MATLAB Code
Note notebook will be removed in a future version. Use the Live Editor on page 19-2
instead.
You can use the notebook function to open Microsoft Word and record MATLAB
sessions to supplement class notes, textbooks, or technical reports. After executing the
notebook function, you run MATLAB commands directly from Word itself. This Word
document is known as a MATLAB Notebook. As an alternative, consider using the
MATLAB publish function.
Using the notebook command, you create a Microsoft Word document. You then can
type text, input cells (MATLAB commands), and output cells (results of MATLAB
commands) directly into this document. You can format the input in the same manner as
any Microsoft Word document. You can think of this document as a record of an
interactive MATLAB session annotated with text, or as a document embedded with live
MATLAB commands and output.
Note The notebook command is available only on Windows systems that have a 32–bit
version of Microsoft Word installed. The notebook command is not available for 64–bit
versions of Microsoft Word.
23-40
Create a MATLAB Notebook with Microsoft Word
If you are running the notebook command for the first time since you installed a new
version of MATLAB, follow the instructions in “Configuring the MATLAB Notebook
Software” on page 23-50. Otherwise, you can create a new or open an existing notebook:
• To open a new notebook, execute the notebook function in the MATLAB Command
Window.
The notebook command starts Microsoft Word on your system and creates a
MATLAB Notebook, called Document1. If a dialog box appears asking you to enable
or disable macros, choose to enable macros.
Word adds the Notebook menu to the Word Add-Ins tab, as shown in the following
figure.
Microsoft product screen shot reprinted with permission from Microsoft Corporation.
• To open an existing notebook, execute notebook file_name in the MATLAB
Command Window, where file_name is the name of an existing MATLAB notebook.
To convert a Microsoft Word document to a MATLAB Notebook, insert the document into
a notebook file:
23-41
23 Presenting MATLAB Code
You enter MATLAB commands in a notebook the same way you enter text in any other
Word document. For example, you can enter the following text in a Word document. The
example uses text in Courier Font, but you can use any font:
Here is a sample MATLAB Notebook.
a = magic(3)
Execute a single command by pressing Ctrl+Enter on the line containing the MATLAB
command. Execute a series of MATLAB commands using these steps:
MATLAB displays the results in the Word document below the original command or
series of commands.
Note A good way to experiment with MATLAB Notebook is to open a sample notebook,
Readme.doc. You can find this file in the matlabroot/notebook/pc folder.
Input cells allow you to break up your code into manageable pieces and execute them
independently. To define a MATLAB command in a Word document as an input cell:
1 Type the command into the MATLAB Notebook as text. For example,
This is a sample MATLAB Notebook.
a = magic(3)
23-42
Create a MATLAB Notebook with Microsoft Word
2 Position the cursor anywhere in the command, and then select Define Input Cell
from the Notebook drop-down list. If the command is embedded in a line of text, use
the mouse to select it. The characters appear within cell markers ([ ]). Cell markers
are bold, gray brackets. They differ from the brackets used to enclose matrices by
their size and weight.
[a = magic(3)]
To create an autoinit cell, highlight the text, and then select Define AutoInit Cell from
the Notebook drop-down list.
Creating Cell Groups
You can collect several input cells into a single input cell, called a cell group. All the
output from a cell group appears in a single output cell immediately after the group. Cell
groups are useful when you need several MATLAB commands to execute in sequence.
For instance, defining labels and tick marks in a plot requires multiple commands:
x = -pi:0.1:pi;
plot(x,cos(x))
title('Sample Plot')
xlabel('x')
ylabel('cos(x)')
set(gca,'XTick',-pi:pi:pi)
set(gca,'XTickLabel',{'-pi','0','pi'})
1 Use the mouse to select the input cells that are to make up the group.
2 Select Group Cells from the Notebook drop-down list.
A single pair of cell markers now surrounds the new cell group.
[x = -pi:0.1:pi;
plot(x,cos(x))
title('Sample Plot')
xlabel('x')
23-43
23 Presenting MATLAB Code
ylabel('cos(x)')
set(gca,'XTick',-pi:pi:pi)
set(gca,'XTickLabel',{'-pi','0','pi'})]
When working with cell groups, you should note several behaviors:
• A cell group cannot contain output cells. If the selection includes output cells, they are
deleted.
• A cell group cannot contain text. If the selection includes text, the text appears after
the cell group, unless it precedes the first input cell in the selection.
• If you select part or all of an output cell, the cell group includes the respective input
cell.
• If the first line of a cell group is an autoinit cell, then the entire group is an autoinit
cell.
After you define a MATLAB command as an input cell, you can evaluate it in your
MATLAB Notebook using these steps:
1 Highlight or place your cursor in the input cell you want to evaluate.
2 Select Evaluate Cell in the Notebook drop-down list, or press Ctrl+Enter.
The notebook evaluates and displays the results in an output cell immediately
following the input cell. If there is already an output cell, its contents update
wherever the output cell appears in the notebook. For example:
This is a sample MATLAB Notebook.
[a = magic(3) ]
[a =
8 1 6
3 5 7
4 9 2 ]
To evaluate more than one MATLAB command contained in different, but contiguous
input cells:
1 Select a range of cells that includes the input cells you want to evaluate. You can
include text that surrounds input cells in your selection.
2 Select Evaluate Cell in the Notebook drop-down list or press Ctrl+Enter.
23-44
Create a MATLAB Notebook with Microsoft Word
Note Text or numeric output always displays first, regardless of the order of the
commands in the group.
When each input cell evaluates, new output cells appear or existing ones are replaced.
Any error messages appear in red, by default.
Evaluating Cell Groups
Evaluate a cell group the same way you evaluate an input cell (because a cell group is an
input cell):
When MATLAB evaluates a cell group, the output for all commands in the group appears
in a single output cell. By default, the output cell appears immediately after the cell
group the first time the cell group is evaluated. If you evaluate a cell group that has an
existing output cell, the results appear in that output cell, wherever it is located in the
MATLAB Notebook.
Using a Loop to Evaluate Input Cells Repeatedly
1 Highlight the input cells, including any text or output cells located between them.
2 Select Evaluate Loop in the Notebook drop-down list. The Evaluate Loop dialog
box appears.
Microsoft product screen shot reprinted with permission from Microsoft Corporation.
23-45
23 Presenting MATLAB Code
3 Enter the number of times you want to evaluate the selected commands in the Stop
After field, then click Start. The button changes to Stop. Command evaluation
begins, and the number of completed iterations appears in the Loop Count field.
You can increase or decrease the delay at the end of each iteration by clicking Slower or
Faster.
Evaluating an Entire MATLAB Notebook
If you want to stop evaluation if an error occurs, set the Stop evaluating on error
check box on the Notebook Options dialog box.
Undefining Cells
You can always convert cells back to normal text. To convert a cell (input, output, or a
cell group) to text:
1 Highlight the input cell or position the cursor in the input cell.
2 Select Undefine Cells from the Notebook drop-down list.
When the cell converts to text, the cell contents reformat according to the Microsoft Word
Normal style.
Note
You can partition a MATLAB Notebook into self-contained sections, called calc zones. A
calc zone is a contiguous block of text, input cells, and output cells. Section breaks appear
before and after the section, defining the calc zone. The section break indicators include
bold, gray brackets to distinguish them from standard Word section breaks.
23-46
Create a MATLAB Notebook with Microsoft Word
You can use calc zones to prepare problem sets, making each problem a calc zone that
you can test separately. A notebook can contain any number of calc zones.
Note Calc zones do not affect the scope of the variables in a notebook. Variables defined
in one calc zone are accessible to all calc zones.
1 Select the input cells and text you want to include in the calc zone.
2 Select Define Calc Zone under the Notebook drop-down list.
By default, the output cell appears immediately after the calc zone the first time you
evaluate the calc zone. If you evaluate a calc zone with an existing output cell, the results
appear in the output cell wherever it is located in the MATLAB Notebook.
You can control the appearance of the text in your MATLAB Notebook by modifying the
predefined styles in the notebook template, m-book.dot. These styles control the
appearance of text and cells.
This table describes MATLAB Notebook default styles. For general information about
using styles in Microsoft Word documents, see the Microsoft Word documentation.
23-47
23 Presenting MATLAB Code
When you change a style, Word applies the change to all characters in the notebook that
use that style and gives you the option to change the template. Be cautious about
changing the template. If you choose to apply the changes to the template, you affect all
new notebooks that you create using the template. See the Word documentation for more
information.
To change how numeric output displays, select Notebook Options from the Notebook
drop-down list. The Notebook Options dialog box opens, containing the Numeric format
pane.
Microsoft product screen shot reprinted with permission from Microsoft Corporation.
You can select a format from the Format list. Format choices correspond to the same
options available with the MATLAB format command.
The Loose and Compact settings control whether a blank line appears between the
input and output cells. To suppress this blank line, select Compact.
MATLAB allows you to embed graphics, suppress graphic output and adjust the graphic
size.
23-48
Create a MATLAB Notebook with Microsoft Word
Microsoft product screen shot reprinted with permission from Microsoft Corporation.
From this pane, you can choose whether to embed figures in the MATLAB Notebook. You
can adjust the height and width of the figure in inches, centimeters, or points.
Note Embedded figures do not include graphics objects generated by the uicontrol and
uimenu functions.
To prevent an input cell from producing a figure, select Toggle Graph Output for Cell
from the Notebook drop-down list. The text (no graph) appears after the input cell
and the input cell does not produce a graph if evaluated. To undo the figure suppression,
select Toggle Graph Output for Cell again or delete the text (no graph).
Note Toggle Graph Output for Cell overrides the Embed figures in MATLAB
Notebook option, if that option is set.
If you work on more than one MATLAB Notebook in a single word-processing session,
notice that
23-49
23 Presenting MATLAB Code
• All notebooks share the same workspace. If you use the same variable names in more
than one notebook, data used in one notebook can be affected by another notebook.
Note You can protect the integrity of your workspace by specifying the clear command
as the first autoinit cell in the notebook.
If, however, you edit input cells or output cells as you refine your notebook, it can contain
inconsistent data. Input cells that depend on the contents or the results of other cells do
not automatically recalculate when you make a change.
Do not use debugging functions or the Editor while evaluating cells within a MATLAB
Notebook. Instead, use this procedure:
If you debug while evaluating a notebook, you can experience problems with MATLAB.
23-50
See Also
Note Word explicitly asks whether you want to enable macros. If it does not, refer to the
Word help. You can search topics relating to macros, such as “enable or disable macros”.
To configure MATLAB Notebook software, type the following in the MATLAB Command
Window:
notebook -setup
MATLAB configures the Notebook software and issues these messages in the Command
Window:
Setup complete
1 Accesses the Microsoft Windows system registry to locate Microsoft Word and the
Word templates folder. It also identifies the version of Word.
2 Copies the m-book.dot template to the Word templates folder.
The MATLAB Notebook software supports Word versions 2002, 2003, 2007, and 2010.
After you configure the software, typing notebook in the MATLAB Command Window
starts Microsoft Word and creates a new MATLAB Notebook.
If you suspect a problem with the current configuration, you can explicitly reconfigure
the software by typing:
notebook -setup
See Also
More About
• “Options for Presenting Your Code” on page 23-2
• “Publishing MATLAB Code” on page 23-4
23-51
24
24-2
Open and Save Files
edit collatz.m
For special considerations on the Macintosh platform, see “Navigating Within the
MATLAB Root Folder on Macintosh Platforms”.
Save Files
24-3
24 Coding and Productivity Tips
After you modify a file in the Editor, an asterisk (*) follows the file name. This asterisk
indicates that there are unsaved changes to the file.
You can perform four different types of save operations, which have various effects, as
described in this table.
Save Option Steps
Save file to disk and keep file open in the On the Editor or Live Editor tab, in the
Editor.
File section, click .
Rename file, save it to disk, and make it 1 On the Editor or Live Editor tab, in the
the active Editor document. Original file File section, click Save and select Save
remains unchanged on disk. As.
2 Specify a new name, type, or both for the
file, and then click Save.
Save file to disk under new name. 1 On the Editor tab, in the File section,
Original file remains open and unsaved. click Save and select Save Copy As.
MathWorks recommends that you save files you create and files from MathWorks that
you edit to a folder that is not in the matlabroot/toolbox folder tree, where
matlabroot is the folder returned when you type matlabroot in the Command
Window. If you keep your files in matlabroot/toolbox folders, they can be overwritten
when you install a new version of MATLAB software.
At the beginning of each MATLAB session, MATLAB loads and caches in memory the
locations of files in the matlabroot/toolbox folder tree. Therefore, if you:
24-4
Open and Save Files
• Add or remove files from matlabroot/toolbox folders using file system operations,
run rehash toolbox before you use the files in the current session.
• Modify existing files in matlabroot/toolbox folders using an external editor, run
clear function-name before you use these files in the current session.
Backing Up Files
When you modify a file in the Editor, the Editor saves a copy of the file using the same
file name but with an .asv extension every 5 minutes. The backup version is useful if
you have system problems and lose changes you made to your file. In that event, you can
open the backup version, filename.asv, and then save it as filename.m to use the last
good version of filename.
Note The Editor does not save backup copies of live scripts.
To select preferences, click Preferences, and then select MATLAB > Editor/
Debugger > Backup Files on the Home tab, in the Environment section. You can
then:
By default, MATLAB automatically deletes backup files when you close the Editor. It
is best to keep backup-to-file relationships clear and current. Therefore, when you
rename or remove a file, consider deleting or renaming the corresponding backup file.
• Specify the number of minutes between backup saves.
• Specify the file extension for backup files.
• Specify a location for backup files
If you edit a file in a read-only folder and the back up Location preference is Source
file directories, then the Editor does not create a backup copy of the file.
24-5
24 Coding and Productivity Tips
In this section...
“Automatically Check Code in the Editor — Code Analyzer” on page 24-6
“Create a Code Analyzer Message Report” on page 24-11
“Adjust Code Analyzer Message Indicators and Messages” on page 24-11
“Understand Code Containing Suppressed Messages” on page 24-15
“Understand the Limitations of Code Analysis” on page 24-16
“Enable MATLAB Compiler Deployment Messages” on page 24-19
1
On the Home tab, in the Environment section, click Preferences.
2 Select MATLAB > Code Analyzer, and then select the Enable integrated
warning and error messages check box.
3 Set the Underlining option to Underline warnings and errors, and then click
OK.
Note Preference changes do not apply in live scripts. Continuous code checking is always
enabled.
You can use continuous code checking in MATLAB code files in the Editor:
24-6
Check Code for Errors and Warnings
1 Open a MATLAB code file in the Editor. This example uses the sample file
lengthofline.m that ships with the MATLAB software:
open(fullfile(matlabroot,'help','techdoc','matlab_env',...
'examples','lengthofline.m'))
b Save the example file to a folder to which you have write access. For the
example, lengthofline.m is saved to C:\my_MATLAB_files.
2 Examine the message indicator at the top of the message bar to see the Code
Analyzer messages reported for the file:
• Red indicates that syntax errors were detected. Another way to detect some of
these errors is using syntax highlighting to identify unterminated character
vectors, and delimiter matching to identify unmatched keywords, parentheses,
braces, and brackets.
• Orange indicates warnings or opportunities for improvement, but no errors, were
detected.
• Green indicates no errors, warnings, or opportunities for improvement were
detected.
In this example, the indicator is red, meaning that there is at least one error in the
file.
24-7
24 Coding and Productivity Tips
3 Click the message indicator to go to the next code fragment containing a message.
The next code fragment is relative to the current cursor position, viewable in the
status bar.
In the lengthofline example, the first message is at line 21. The cursor moves to
the beginning of line 21.
The code fragment for which there is a message is underlined in either red for errors
or orange for warnings and improvement opportunities.
4 View the message by moving the mouse pointer within the underlined code
fragment.
The message opens in a tooltip and contains a Details button that provides access to
additional information by extending the message. Not all messages have additional
information.
The message indicator and underlining automatically update to reflect changes you
make, even if you do not save the file.
7 On line 27, hover over prod.
24-8
Check Code for Errors and Warnings
• If you know what the fix is (from previous experience), click Fix.
• If you are unfamiliar with the fix, view, and then apply it as follows:
• To go to the next message, click the message indicator or the next underlined
code fragment.
• To go to a line that a marker represents, click a red or orange line in the indicator
bar.
To see the first error in lengthofline, click the first red marker in the message
bar. The cursor moves to the first suspect code fragment in line 47. The Details
and Fix buttons are dimmed, indicating that there is no more information about
this message and there is no automatic fix.
24-9
24 Coding and Productivity Tips
The message suggests a delimiter imbalance on line 47. You can investigate that as
follows:
a
On the Home tab, in the Environment section, click Preferences.
b Select MATLAB > Keyboard.
c Under Delimiter Matching, select Match on arrow key, and then click OK.
d In the Editor, move the arrow key over each of the delimiters to see if MATLAB
indicates a mismatch.
Now, the underline no longer appears in line 47. The single change addresses
the issues in both of the messages for line 47.
Because the change removed the only error in the file, the message indicator at
the top of the bar changes from red to orange, indicating that only warnings and
potential improvements remain.
24-10
Check Code for Errors and Warnings
After modifying the code to address all the messages, or disabling designated messages,
the message indicator becomes green. The example file with all messages addressed has
been saved as lengthofline2.m. Open the corrected example file with the command:
open(fullfile(matlabroot,'help','techdoc',...
'matlab_env', 'examples','lengthofline2.m'))
1 On the Editor window, click and select Show Code Analyzer Report.
24-11
24 Coding and Productivity Tips
example, when first coding, you might prefer to underline only errors because warnings
would be distracting.
Code analysis does not provide perfect information about every situation and sometimes,
you might not want to change the code based on a message. If you do not want to change
the code, and you do not want to see the indicator and message for that line, suppress
them. For the lengthofline example, in line 49, the first message is Terminate
statement with semicolon to suppress output (in functions). Adding a
semicolon to the end of a statement suppresses output and is a common practice. Code
analysis alerts you to lines that produce output, but lack the terminating semicolon. If
you want to view output from line 49, do not add the semicolon as the message suggests.
There are a few different ways to suppress (turn off) the indicators for warning and error
messages:
You cannot suppress error messages such as syntax errors. Therefore, instructions on
suppressing messages do not apply to those types of messages.
Note Code Analyzer Message preference changes do not apply in live scripts. All Code
Analyzer messages are always enabled.
You can suppress a specific instance of a Code Analyzer message in the current file. For
example, using the code presented in “Check Code for Errors and Warnings” on page 24-
6 , follow these steps:
1 In line 49, right-click at the first underline (for a single-button mouse, press Ctrl
+click).
2 From the context menu, select Suppress 'Terminate statement with
semicolon...' > On This Line.
24-12
Check Code for Errors and Warnings
The comment %#ok<NOPRT> appears at the end of the line, which instructs
MATLAB not to check for a terminating semicolon at that line. The underline and
mark in the indicator bar for that message disappear.
3 If there are two messages on a line that you do not want to display, right-click
separately at each underline and select the appropriate entry from the context menu.
The %#ok syntax expands. For the example, in the code presented in “Check Code for
Errors and Warnings” on page 24-6, ignoring both messages for line 49 adds
%#ok<NBRAK,NOPRT>.
Even if Code Analyzer preferences are set to enable this message, the specific
instance of the message suppressed in this way does not appear because the %#ok
takes precedence over the preference setting. If you later decide you want to check
for a terminating semicolon at that line, delete %#ok<NOPRT> from the line.
You can suppress all instances of a specific Code Analyzer message in the current file.
For example, using the code presented in “Check Code for Errors and Warnings” on page
24-6, follow these steps:
1 In line 49, right-click at the first underline (for a single-button mouse, press Ctrl
+click).
2 From the context menu, select Suppress 'Terminate statement with
semicolon...' > In This File.
The comment %#ok<*NOPRT> appears at the end of the line, which instructs MATLAB
not to check for a terminating semicolon throughout the file. All underlines and marks in
the message indicator bar that correspond to this message disappear.
If there are two messages on a line that you do not want to display anywhere in the
current file, right-click separately at each underline, and then select the appropriate
entry from the context menu. The %#ok syntax expands. For the example, in the code
presented in “Check Code for Errors and Warnings” on page 24-6, ignoring both
messages for line 49 adds %#ok<*NBRAK,*NOPRT>.
Even if Code Analyzer preferences are set to enable this message, the message does not
appear because the %#ok takes precedence over the preference setting. If you later decide
you want to check for a terminating semicolon in the file, delete %#ok<*NOPRT> from the
line.
24-13
24 Coding and Productivity Tips
You can disable all instances of a Code Analyzer message in all files. For example, using
the code presented in “Check Code for Errors and Warnings” on page 24-6, follow these
steps:
1 In line 49, right-click at the first underline (for a single-button mouse, press Ctrl
+click).
2 From the context menu, select Suppress 'Terminate statement with
semicolon...' > In All Files.
If you know which message or messages you want to suppress, you can disable them
directly using Code Analyzer preferences, as follows:
1
On the Home tab, in the Environment section, click Preferences.
2 Select MATLAB > Code Analyzer.
3 Search the messages to find the ones you want to suppress.
4 Clear the check box associated with each message you want to suppress in all files.
5 Click OK.
You can specify that you want certain Code Analyzer messages enabled or disabled, and
then save those settings to a file. When you want to use a settings file with a particular
file, you select it from the Code Analyzer preferences pane. That setting file remains in
effect until you select another settings file. Typically, you change the settings file when
you have a subset of files for which you want to use a particular settings file.
1
On the Home tab, in the Environment section, click Preferences.
24-14
Check Code for Errors and Warnings
4 Click the Actions button , select Save as, and then save the settings to a txt
file.
5 Click OK.
You can reuse these settings for any MATLAB file, or provide the settings file to another
user.
1
On the Home tab, in the Environment section, click Preferences.
The settings you choose are in effect for all MATLAB files until you select another
set of Code Analyzer settings.
1 Search the file for the %#ok directive and create a list of all the message IDs
associated with that directive.
24-15
24 Coding and Productivity Tips
2
On the Home tab, in the Environment section, click Preferences.
The message list now contains only the message that corresponds to that ID. If the
message is a hyperlink, click it to see an explanation and suggested action for the
message. This can provide insight into why the message is suppressed or disabled.
The following image shows how the Preferences dialog box appears when you enter
msgid:CPROP in the search field.
5
Click the button to clear the search field, and then repeat step 4 for each message
ID you found in step 1.
6 Display messages that are disabled by default and disabled in the Preferences pane
by clicking the down arrow to the right of the search field. Then, click Show
Disabled Messages.
7 Review the message associated with each message ID to understand why it is
suppressed in the code or disabled in Preferences.
24-16
Check Code for Errors and Warnings
• Sometimes, it fails to produce Code Analyzer messages where you expect them.
When provided with message, click the Detail button for additional information,
which can help you to make this determination. Error messages are almost always
problems. However, many warnings are suggestions to look at something in the code
that is unusual and therefore suspect, but might be correct in your case.
Suppress a warning message if you are certain that the message does not apply to
your situation. If your reason for suppressing a message is subtle or obscure, include a
comment giving the rationale. That way, those who read your code are aware of the
situation.
For details, see “Adjust Code Analyzer Message Indicators and Messages” on page 24-
11.
Code analysis cannot always distinguish function names from variable names. For the
following code, if the Code Analyzer message is enabled, code analysis returns the
message, Code Analyzer cannot determine whether xyz is a variable or a
function, and assumes it is a function. Code analysis cannot make a
determination because xyz has no obvious value assigned to it. However, the program
might have placed the value in the workspace in a way that code analysis cannot detect.
function y=foo(x)
.
.
24-17
24 Coding and Productivity Tips
.
y = xyz(x);
end
For example, in the following code, xyz can be a function, or can be a variable loaded
from the MAT-file. Code analysis has no way of making a determination.
function y=foo(x)
load abc.mat
y = xyz(x);
end
Variables might also be undetected by code analysis when you use the eval, evalc,
evalin, or assignin functions.
• Initialize the variable so that code analysis does not treat it as a function.
• For the load function, specify the variable name explicitly in the load command line.
For example:
function y=foo(x)
load abc.mat xyz
y = xyz(x);
end
Code analysis cannot always distinguish structures from handle objects. In the following
code, if x is a structure, you might expect a Code Analyzer message indicating that the
code never uses the updated value of the structure. If x is a handle object, however, then
this code can be correct.
function foo(x)
x.a = 3;
end
If some built-in functions are overloaded in a class or on the path, Code Analyzer
messages might apply to the built-in function, but not to the overloaded function you are
24-18
Check Code for Errors and Warnings
calling. In this case, suppress the message on the line where it appears or suppress it for
the entire file.
For information on suppressing messages, see “Adjust Code Analyzer Message Indicators
and Messages” on page 24-11.
Code analysis has a limited ability to determine the type of variables and the shape of
matrices. Code analysis might produce messages that are appropriate for the most
common case, such as for vectors. However, these messages might be inappropriate for
less common cases, such as for matrices.
Code Analyzer has limited capabilities to check class definitions with superclasses. For
example, Code Analyzer cannot always determine if the class is a handle class, but it can
sometimes validate custom attributes used in a class if the attributes are inherited from
a superclass. When analyzing class definitions, Code Analyzer tries to use information
from the superclasses but often cannot get enough information to make a certain
determination.
Most class methods must contain at least one argument that is an object of the same
class as the method. But it does not always have to be the first argument. When it is,
code analysis can determine that an argument is an object of the class you are defining,
and it can do various checks. For example, it can check that the property and method
names exist and are spelled correctly. However, when code analysis cannot determine
that an object is an argument of the class you are defining, then it cannot provide these
checks.
24-19
24 Coding and Productivity Tips
setting from the Editor or from the Preferences dialog box, it applies to the Editor and to
the Code Analyzer Report.
1
On the Home tab, in the Environment section, click Preferences.
The settings txt file, which you can create as described in “Save and Reuse Code
Analyzer Message Settings” on page 24-14, includes the status of this setting.
24-20
Improve Code Readability
Indenting Code
Indenting code makes reading statements such as while loops easier. To set and apply
indenting preferences to code in the Editor:
1
On the Home tab, in the Environment section, click Preferences.
If you clear this option, you can manually apply indenting by selecting the lines in
the Editor to indent, right-clicking, and then selecting Smart Indent from the
context menu.
5 Do one of the following:
• If you chose any language other than MATLAB in step 2, click OK.
• If you chose MATLAB in step 2, select a Function indenting format, and then
click OK. Function indent formats are:
• Classic — The Editor aligns the function code with the function declaration.
• Indent nested functions — The Editor indents the function code within a
nested function.
• Indent all functions — The Editor indents the function code for both
main and nested functions.
24-21
24 Coding and Productivity Tips
Note Indenting preferences are not supported for MATLAB live scripts, TLC, VHDL, or
Verilog.
Regardless of whether you apply indenting automatically or manually, you can move
selected lines further to the left or right, by doing one of the following:
•
On the Editor tab, in the Edit section, click , , or . In live scripts, this
functionality is available on the Live Editor tab, in the Format section.
• Pressing the Tab key or the Shift+Tab key, respectively.
This works differently if you select the Editor/Debugger Tab preference for Emacs-
style Tab key smart indenting—when you position the cursor in any line or select
a group of lines and press Tab, the lines indent according to smart indenting
practices.
24-22
Improve Code Readability
1
On the Home tab, in the Environment section, click Preferences.
Note This limit is a visual cue only and does not prevent text from exceeding the limit.
To wrap comment text at a specified column number automatically, adjust the settings in
the Comment formatting section under MATLAB > Editor/Debugger > Language
in the Preferences dialog box.
To see the entire list of constructs, select Editor/Debugger > Code Folding in the
Preferences dialog box.
24-23
24 Coding and Productivity Tips
To expand or collapse code, click the plus or minus sign that appears to the left of
the construct in the Editor. You can also press Ctrl+Shift+. (period) or Ctrl+.
(period).
To expand or collapse all of the code in a file, place your cursor anywhere within the file,
right-click, and then select Code Folding > Expand All or Code Folding > Fold All
from the context menu. You can also press Ctrl+Shift+= or Ctrl+=.
You can view code that is currently folded by positioning the pointer over its ellipsis .
The code appears in a tooltip.
The following image shows the tooltip that appears when you place the pointer over the
ellipsis on line 23 of lenghtofline.m when a for loop is folded.
If you print a file with one or more collapsed constructs, those constructs are expanded in
the printed version of the file.
Code Folding Behavior for Functions that Have No Explicit End Statement
If you enable code folding for functions and a function in your code does not end with an
explicit end statement, you see the following behavior:
• If a line containing only comments appears at the end of such a function, then the
Editor does not include that line when folding the function. MATLAB does not include
24-24
Improve Code Readability
trailing white space and comments in a function definition that has no explicit end
statement.
“Code Folding Enabled for Function Code Only” on page 24-25 illustrates this
behavior. Line 13 is excluded from the fold for the foo function.
• If a fold for a code section overlaps the function code, then the Editor does not show
the fold for the overlapping section.
The three figures that follow illustrate this behavior. The first two figures, “Code
Folding Enabled for Function Code Only” on page 24-25 and “Code Folding Enabled
for Sections Only” on page 24-26 illustrate how the code folding appears when you
enable it for function code only and then section only, respectively. The last figure,
“Code Folding Enabled for Both Functions and Sections” on page 24-27, illustrates
the effects when code folding is enabled for both. Because the fold for section 3 (lines
11–13) overlaps the fold for function foo (lines 4–12), the Editor does not display the
fold for section 3.
24-25
24 Coding and Productivity Tips
24-26
Improve Code Readability
24-27
24 Coding and Productivity Tips
1 Within the current file, select the text you want to find.
2
On the Editor or Live Editor tab, in the Navigate section, click Find , and
then select Find....
To find the previous occurrence of selected text (find backwards) in the current file, click
Find Previous on the Find & Replace dialog box.
24-28
Find and Replace Text in Files
1
On the Home tab, in the Environment section, click Preferences.
MATLAB indicates all occurrences of that variable within the file by:
If a code analyzer indicator and a variable indicator appear on the same line in a
file, the marker for the variable takes precedence.
5 Hover over a marker in the indicator bar to see the line it represents.
6 Click a marker in the indicator bar to navigate to that occurrence of the variable.
The following image shows an example of how the Editor looks with variable highlighting
enabled. In this image, the variable i appears highlighted in sky blue, and the indicator
bar contains three variable markers.
24-29
24 Coding and Productivity Tips
function foo(m)
Input or output variable name in a function Rename y or m in:
declaration
function y = foo(m)
Variable name on the left side of Rename y in:
assignment statement
y = 1
As you rename such a function or variable, a tooltip opens if there is more than one
reference to that variable or function in the file. The tooltip indicates that MATLAB will
rename all instances of the function or variable in the file when you press Shift + Enter.
24-30
Find and Replace Text in Files
Typically, multiple references to a function appear when you use nested functions or local
functions.
1
On the Home tab, in the Environment section, click Preferences.
24-31
24 Coding and Productivity Tips
Live Editor tab, in the Navigate section, click Find to open and use the Find &
Replace dialog box.
specified text. On the Editor or Live Editor tab, in the File section, click Find
Files to open the Find Files dialog box. For details, see “Find Files and Folders”.
24-32
Go To Location in File
Go To Location in File
In this section...
“Navigate to a Specific Location” on page 24-33
“Set Bookmarks” on page 24-35
“Navigate Backward and Forward in Files” on page 24-36
“Open a File or Variable from Within a File” on page 24-37
Go To
2 Select Go to Line...
3 Specify the line to which you want
to navigate.
1 On the Editor tab, in the Includes local functions and nested
functions
Navigate section, click Go
To . For both class and function files, the
Function 2 Under the heading Function, functions list in alphabetical order—
definition select the local function or nested except that in function files, the name
function to which you want to of the main function always appears at
navigate. the top of the list.
24-33
24 Coding and Productivity Tips
Go To Steps Notes
1 In the Current Folder browser, Functions list in order of appearance
click the name of the file open in within your file.
the Editor.
Not supported in live scripts.
2 Click the up arrow at the
bottom of Current Folder browser
to open the detail panel.
3 In the detail panel, double-click
24-34
Go To Location in File
Go To Steps Notes
Property 1 In the Current Folder browser, For more information, see “Ways to
click the name of the file that is Use Properties”
open in the Editor.
Not supported in live scripts.
2 Click the up arrow at the
bottom of Current Folder browser
to open the detail panel.
3 On the detail panel, double-click
Set Bookmarks
You can set a bookmark at any line in a file in the Editor so you can quickly navigate to
the bookmarked line. This is particularly useful in long files. For example, suppose while
working on a line, you want to look at another part of the file, and then return. Set a
24-35
24 Coding and Productivity Tips
bookmark at the current line, go to the other part of the file, and then use the bookmark
to return.
To set a bookmark:
To clear a bookmark, position the cursor anywhere on the line. Click Go To and
select Set/Clear under Bookmarks.
1
Click .
2
Click .
3 Edit a line or navigate to another line using the list of features described in
“Navigate to a Specific Location” on page 24-33.
You can still go to the lines preceding the interruption point in the sequence, but you
cannot go to any lines after that point. Any lines you edit or navigate to after
interrupting the sequence are added to the sequence after the interruption point.
24-36
Go To Location in File
For example:
1 Open a file.
2 Edit line 2, line 4, and line 6.
3
Click to return to line 4, and then to return to line 2.
4
Click to return to lines 4 and 6.
5
Click to return to line 1.
6 Edit at 3.
This interrupts the sequence. You can no longer use to return to lines 4 and 6.
24-37
24 Coding and Productivity Tips
The following table describes the various ways you can split the Editor and manipulate
the split-screen views. When you open a document, it opens unsplit, regardless of its split
status it had when you closed it.
Operation Instructions
Split the screen Do either of the following:
horizontally.
• Right-click and, select Split Screen > Top/Bottom from
the Context Menu.
• If there is a vertical scroll bar, as shown in the
illustration that follows, drag the splitter bar down.
24-38
Display Two Parts of a File Simultaneously
Operation Instructions
Split the screen vertically. Do either of the following:
24-39
24 Coding and Productivity Tips
See Also
More About
• “Document Layout”
24-40
Add Reminders to Files
To annotate a file, add comments with the text TODO, FIXME, or any text of your
choosing.
After you annotate several files, run the TODO/FIXME Report, to identify all the
MATLAB code files within a given folder that you have annotated.
This sample TODO/FIXME Report shows a file containing the text TODO, FIXME, and
NOTE. The search is case insensitive.
Note You cannot run reports when the path is a UNC (Universal Naming
Convention) path; that is, a path that starts with \\. Instead, use an actual hard
drive on your system, or a mapped network drive.
2 On the Current Folder browser, click , and then select Reports > TODO/FIXME
Report.
24-41
24 Coding and Productivity Tips
• TODO
• FIXME
• The text field check box
You can then enter any text in this field, including a regular expression on page
2-41. For example, you can enter NOTE, tbd, or re.*check.
4 Run the report on the files in the current folder, by clicking Rerun This Report.
The window refreshes and lists all lines in the MATLAB files within the specified
folder that contain the text you selected in step 1. Matches are not case sensitive.
If you want to run the report on a folder other than the one currently specified in the
report window, change the current folder. Then, click Run Report on Current
Folder.
To open a file in the Editor at a specific line, click the line number in the report. Then
you can change the file, as needed.
Suppose you have a file, area.m, in the current folder. The code for area.m appears in
the image that follows.
When you run the TODO/FIXME report on the folder containing area.m, with the text
TODO and FIXME selected and the text NOTE specified and selected, the report lists:
9 and rectangle. (todo)
14 Fixme: Is the area of hemisphere as below?
24-42
Add Reminders to Files
17 fIXME
21 NOTE: Find out from the manager if we need to include
• Line 9 as a match for the text TODO. The report includes lines that have the selected
text regardless of its placement within a comment.
• Lines 14 and 17 as a match for the text FIXME. The report matches selected text in
the file regardless of their casing.
• Line 21 as a match for the text NOTE. The report includes lines that have text as
specified in the text field, assuming that you select the text field.
24-43
24 Coding and Productivity Tips
1 In the Current Folder browser, navigate to the folder that contains the files you want
to check. To use the example shown in this documentation, lengthofline.m, you
can change the current folder by running
cd(fullfile(matlabroot,'help','techdoc','matlab_env','examples'))
2 If you plan to modify the example, save the file to a folder for which you have write
access. Then, make that folder the current MATLAB folder. This example saves the
file in C:\my_MATLAB_files.
3 In the Current Folder browser, click , and then select Reports > Code Analyzer
Report.
The report displays in the MATLAB Web Browser, showing those files identified as
having potential problems or opportunities for improvement.
24-44
MATLAB Code Analyzer Report
4 For each message in the report, review the suggestion and your code. Click the line
number to open the file in the Editor at that line, and change the file based on the
message. Use the following general advice:
• If you are unsure what a message means or what to change in the code, click the
link in the message if one appears. For details, see “Check Code for Errors and
Warnings” on page 24-6.
• If the message does not contain a link, and you are unsure what a message means
or what to do, search for related topics in the Help browser. For examples of
messages and what to do about them, including specific changes to make for the
example, lengthofline.m, see “Changing Code Based on Code Analyzer
Messages” on page 24-46.
• The messages do not provide perfect information about every situation and in
some cases, you might not want to change anything based on the message. For
details, see “Understand the Limitations of Code Analysis” on page 24-16.
• If there are certain messages or types of messages you do not want to see, you can
suppress them. For details, see “Adjust Code Analyzer Message Indicators and
Messages” on page 24-11.
5 After modifying the file, save it. Consider saving the file to a different name if you
made significant changes that might introduce errors. Then you can refer to the
24-45
24 Coding and Productivity Tips
original file, if needed, to resolve problems with the updated file. Use the
Compare button on the Editor or Live Editor tab to help you identify the changes
you made to the file. For more information, see “Comparing Text and Live Scripts”.
6 Run and debug the file or files again to be sure that you have not introduced any
inadvertent errors.
7 If the report is displaying, click Rerun This Report to update the report based on
the changes you made to the file. Ensure that the messages are gone, based on the
changes you made to the files.
• Open the file in the Editor and click the Details button in the tooltip, as shown in the
image following this list. An extended message opens. However, not all messages have
extended messages.
• Use the Help browser Search pane to find documentation about terms presented in
the messages.
The following image shows a tooltip with a Details button. The orange line under the
equals (=) sign indicates a tooltip displays if you hover over the equals sign. The orange
highlighting indicates that an automatic fix is available.
24-46
MATLAB Code Analyzer Report
• Access the Code Analyzer Report for a file from the Profiler detail report.
• Run the checkcode function, which analyzes the specified file and displays messages
in the Command Window.
• Run the mlintrpt function, which runs checkcode and displays the messages in the
Web Browser.
• Use automatic code checking while you work on a file in the Editor. See
“Automatically Check Code in the Editor — Code Analyzer” on page 24-6.
24-47
25
Programming Utilities
In this section...
“Simple Display of Program File Dependencies” on page 25-2
“Detailed Display of Program File Dependencies” on page 25-2
“Dependencies Within a Folder” on page 25-3
1 Type clear functions to clear all functions from memory (see Note below).
Note clear functions does not clear functions locked by mlock. If you have locked
functions (which you can check using inmem) unlock them with munlock, and then
repeat step 1.
2 Execute the function you want to check. Note that the function arguments you
choose to use in this step are important, because you can get different results when
calling the same function with different arguments.
3 Type inmem to display all program files that were used when the function ran. If you
want to see what MEX-files were used as well, specify an additional output:
25-2
Identify Program Dependencies
fList =
'C:\work\myFun.m'
The only required program file, is the function file itself, myFun.
{pList.Name}'
ans =
'MATLAB'
'Image Processing Toolbox'
The file, myFun.m, requires both MATLAB and the Image Processing Toolbox.
• Which files in the folder are required by other files in the folder
• If any files in the current folder will fail if you delete a file
• If any called files are missing from the current folder
• Files in the toolbox/matlab folder because every MATLAB user has those files.
Therefore, if you use a function file that shadows a built-in function file, MATLAB
excludes both files from the list.
• Files called from anonymous functions.
• The superclass for a class file.
• Files called from eval, evalc, run, load, function handles, and callbacks.
MATLAB does not resolve these files until run time, and therefore the Dependency
Report cannot discover them.
• Some method files.
The Dependency Report finds class constructors that you call in a MATLAB file.
However, any methods you execute on the resulting object are unknown to the report.
25-3
25 Programming Utilities
These methods can exist in the classdef file, as separate method files, or files
belonging to superclass or superclasses of a method file.
• The search path when you run the report is the same as when you run the files in the
folder. (That is, the current folder is at the top of the search path.)
• The files in the folder for which you are running the report do not change the search
path or otherwise manipulate it.
• The files in the folder do not load variables, or otherwise create name clashes that
result in different program elements with the same name.
Note Do not use the Dependency Report to determine which MATLAB code files someone
else needs to run a particular file. Instead use the
matlab.codetools.requiredFilesAndProducts function.
1 Use the Current Folder pane to navigate to the folder containing the files for which
you want to produce a Dependency Report.
Note You cannot run reports when the path is a UNC (Universal Naming
Convention) path; that is, a path that starts with \\. Instead, use an actual hard
drive on your system, or a mapped network drive.
2 On the Current Folder pane, click , and then select Reports > Dependency
Report.
• To see a list of all MATLAB code files (children) called by each file in the folder
(parent), select Show child functions.
The report indicates where each child function resides, for example, in a specified
toolbox. If the report specifies that the location of a child function is unknown, it
can be because:
25-4
Identify Program Dependencies
The report limits the parent (calling) functions to functions in the current folder.
• To include local functions in the report, select Show subfunctions. The report
lists local functions directly after the main function and highlights them in gray.
4 Click Run Report on Current Folder.
The following image shows a Dependency Report. It indicates that chirpy.m calls two
files in Signal Processing Toolbox™ and one in Image Processing Toolbox. It also shows
that go.m calls mobius.m, which is in the current folder.
25-5
25 Programming Utilities
The list of files in the folder on which you ran the Dependency Report. Click a link in
this column to open the file in the Editor.
• Children
Click a link in this column to open the MATLAB file listed in the same row, and go to
the first reference to the called function. For instance, suppose your Dependency
Report appears as shown in the previous image. Clicking \images\images\erode.m
opens chirpy.m and places the cursor at the first line that references erode. In other
words, it does not open erode.m.
• Multiple class methods
Because the report is a static analysis, it cannot determine run-time data types and,
therefore, cannot identify the particular class methods required by a file. If multiple
class methods match a referenced method, the Dependency Report inserts a question
mark link next to the file name. The question mark appears in the following image.
Click the question mark link to list the class methods with the specified name that
MATLAB might use. MATLAB lists almost all the method files on the search path
that match the specified method file (in this case, freqresp.m). Do not be concerned
if the list includes methods of classes and MATLAB built-in functions that are
unfamiliar to you.
It is not necessary for you to determine which file MATLAB will use. MATLAB
determines which method to use depending on the object that the program calls at
run time.
25-6
Protect Your Source Code
• Deploy as P-code on page 25-7 — Convert some or all of your source code files to a
content-obscured form called a P-code file (from its .p file extension), and distribute
your application code in this format. When MATLAB P-codes a file, the file is
obfuscated not encrypted. While the content in a .p file is difficult to understand, it
should not be considered secure. It is not recommended that you P-code files to protect
your intellectual property.
Note Because users of P-code files cannot view the MATLAB code, consider providing
diagnostics to enable a user to proceed in the event of an error.
To generate a P-code file, enter the following command in the MATLAB Command
Window:
pcode file1 file2, ...
The command produces the files, file1.p, file2.p, and so on. To convert all .m source
files residing in your current folder to P-code files, use the command:
25-7
25 Programming Utilities
pcode *.m
See the pcode function reference page for a description of all syntaxes for generating P-
code files.
You invoke the resulting P-code file in the same way you invoke the MATLAB .m source
file from which it was derived. For example, to invoke file myfun.p, type
myscript;
When you call a P-code file, MATLAB gives it execution precedence over its
corresponding .m source file. This is true even if you happen to change the source code at
some point after generating the P-code file. Remember to remove the .m source file before
distributing your code.
P-code files are designed to be independent of the release under which they were created
and the release in which they are used (backward and forward compatibility). New and
deprecated MATLAB features can be a problem, but it is the same problem that would
exist if you used the original MATLAB input file. To fix errors of this kind in a P-code
file, fix the corresponding MATLAB input file and create a new P-code file.
P-code files built using MATLAB Version 7.4 and earlier have a different format than
those built with more recent versions of MATLAB. These older P-code files do not run in
MATLAB 8.6 (R2015b) or later. Rebuild any P-code files that were built with MATLAB
7.4 or earlier using a more recent version of MATLAB, and then redistribute them as
necessary.
25-8
Protect Your Source Code
To build a standalone application for your MATLAB application, develop and debug your
application following the usual procedure for MATLAB program files. Then, generate the
executable file or files following the instructions in “Steps by the Developer to Deploy to
End Users” (MATLAB Compiler).
25-9
25 Programming Utilities
Use matlab: syntax to create a hyperlink in the Command Window that runs one or
more functions. For example, you can use disp to display the word Hypotenuse as an
executable hyperlink as follows:
Clicking the hyperlink executes the three commands following matlab:, resulting in
c =
5
Executing the link creates or redefines the variables a, b, and c in the base workspace.
The argument to disp is an <a href> HTML hyperlink. Include the full hypertext text,
from '<a href= to </a>' within a single line, that is, do not continue long text on a
new line. No spaces are allowed after the opening < and before the closing >. A single
space is required between a and href.
You cannot directly execute matlab: syntax. That is, if you type
matlab:a=3; b=4;c=hypot(a,b)
you receive an error, because MATLAB interprets the colon as an array operator in an
illegal context:
You do not need to use matlab: to display a live hyperlink to the Web. For example, if
you want to link to an external Web page, you can use disp, as follows:
disp('<a href="http://en.wikipedia.org/wiki/Hypotenuse">Hypotenuse</a>')
25-10
Create Hyperlinks that Run Functions
The result in the Command Window looks the same as the previous example, but instead
opens a page at en.wikipedia.org:
Hypotenuse
25-11
25 Programming Utilities
x = -2*pi:pi/16:2*pi;
Click the hyperlink, Plot x,y again and it changes the current value of x back to
0:1:8. The code that matlab: runs when you click the Plot x,y defines x in the base
workspace.
The Command Window displays the links that follow. Depending on which link you click,
MATLAB sets state to 0 or 1.
Some symbols might not be interpreted correctly and you might need to use the ASCII
value for the symbol. For example, an alternative way to run the previous statement is to
use ASCII 62 instead of the greater than symbol:
disp('<a href="matlab:str=[''Value '' char(62) '' 0'']">Positive</a>')
25-12
Create and Share Toolboxes
In this section...
“Create Toolbox” on page 25-13
“Share Toolbox” on page 25-17
You can package MATLAB files to create a toolbox to share with others. These files can
include MATLAB code, data, apps, examples, and documentation. When you create a
toolbox, MATLAB generates a single installation file (.mltbx) that enables you or others
to install your toolbox.
Create Toolbox
To create a toolbox installation file:
1
In the Environment section of the Home tab, select Package Toolbox from
the Add-Ons menu.
2
In the Package a Toolbox dialog box, click the button and select your toolbox
folder. It is good practice to create the toolbox package from the folder level above
your toolbox folder. The .mltbx toolbox file contains information about the path
settings for your toolbox files and folders. By default, any of the included folders and
files that are on your path when you create the toolbox appear on their paths after
the end users install the toolbox.
3 In the dialog box, add the following information about your toolbox.
Toolbox Description
Information
Field
Toolbox Enter the toolbox name, if necessary. By default, the toolbox name is
Name the name of the toolbox folder. The Toolbox Name becomes
the .mltbx file name.
Version Enter the toolbox version number in the Major.Minor.Bug.Build
format. Bug and Build are optional.
25-13
25 Programming Utilities
Toolbox Description
Information
Field
Author Enter contact information for the toolbox author. To save the contact
Name, information, click Set as default contact.
Email, and
Company
Toolbox To select an image that represents your toolbox, click Select toolbox
Image image.
Summary Enter the toolbox summary and description. It is good practice to keep
and the Summary text brief and to add detail to the Description text.
Description
4 To ensure MATLAB detects the expected components, review the toolbox contents.
The following sections of the Package a Toolbox dialog box appear after you select a
toolbox folder.
Package a Description
Toolbox
Dialog Box
Section
Toolbox List of the folders and files contained in your toolbox. The listed files
Files and and folders are only those files that are located in the top level of the
Folders toolbox folder. You cannot navigate through the folders in the Toolbox
Packaging dialog box. To exclude a file or folder from the toolbox,
register it in the text file that is displayed when you click Exclude
files and folders. It is good practice to exclude any source control files
related to your toolbox.
External List of the files required for your toolbox that are located outside the
Files toolbox folder. By default, MATLAB includes the required files. You
can choose to omit any files you do not want in your toolbox.
Install MATLAB Path—List of folders that are added to the user’s MATLAB
Actions path when they install a toolbox. By default, the list includes any of
the toolbox folders that are on your path when you create the toolbox.
You can exclude folders from being added to the user’s path by clearing
them from the list. To manage the path for when a toolbox is installed,
click Manage the current MATLAB path. To reset the list to the
default list, click Reset to the current MATLAB path.
25-14
Create and Share Toolboxes
Package a Description
Toolbox
Dialog Box
Section
Java Class Path—List of Java files that are added to the user’s Java
class path when they install a toolbox. Upon toolbox installation, the
JAR files are added to the dynamic path for the duration of the
MATLAB session. When the toolbox user restarts MATLAB, the JAR
files are added to the static path.
Products List of MathWorks products required by your toolbox. Create this list
manually.
Examples, Examples—Published MATLAB examples associated with your
Apps, and toolbox. For the Package a Toolbox tool to recognize examples, first
Document publish them to HTML in MATLAB. Include the code files and the
ation HTML files in your toolbox folder.
25-15
25 Programming Utilities
Package a Description
Toolbox
Dialog Box
Section
Apps—Published MATLAB installable apps associated with your
toolbox. The Package a Toolbox tool recognizes apps (.mlapp files) and
app installer files (.mlappinstall files) and includes them in your
toolbox.
Users of your toolbox can view the Getting Started Guide through the
Options menu for the toolbox in the Add-On Manager. For more
information, see “Manage Your Add-Ons”.
25-16
Create and Share Toolboxes
Package a Description
Toolbox
Dialog Box
Section
Help Browser Integration—Custom documentation associated with
your toolbox. For the Package a Toolbox tool to recognize custom
documentation, include an info.xml file to identify your
documentation files. If you use the builddocsearchdb function to
build the documentation database before packaging your toolbox, you
can include the generated helpsearch subfolder in your toolbox. The
info.xml file and the helpsearch folder allow recipients to access
your documentation through the Supplemental Software link at the
bottom of the Help browser home page. For more information, see
“Display Custom Documentation” on page 30-15.
• To save your toolbox, click Package at the top of the Package a Toolbox dialog
box. Packaging your toolbox generates a .mltbx file in your current MATLAB
folder.
• To save your toolbox and share it on MATLAB Central File Exchange, select
Package and Share from the Package menu at the top of the Package a
Toolbox dialog box. This option generates a .mltbx file in your current MATLAB
folder and opens a web page for your toolbox submission to File Exchange.
MATLAB populates the File Exchange submission form with information about
the toolbox. Review and submit the form to share your toolbox on File Exchange.
When you create a toolbox, MATLAB generates a .prj file that contains information
about the toolbox and saves it frequently. It is good practice to save this
associated .prj file so that you can quickly create future revisions of your toolbox.
Share Toolbox
To share your toolbox with others, give them the .mltbx file. All files you added when
you packaged the toolbox are included in the .mltbx file. When the end users install
25-17
25 Programming Utilities
your toolbox, they do not need to be concerned with the MATLAB path or other
installation details. The .mltbx file manages these details for end users.
For information on installing, uninstalling, and viewing information about toolboxes, see
“Get Add-Ons” and “Manage Your Add-Ons”.
You can share your toolbox with others by attaching the .mltbx file to an email
message, or using any other method you typically use to share files—such as uploading to
MATLAB Central File Exchange. If you upload your toolbox to File Exchange, your users
can download the toolbox from within MATLAB. For more information, see “Get Add-
Ons”.
Alternatively, you can upload your toolbox to File Exchange when you package it. Select
Package and Share from the Package menu at the top of the Package a Toolbox dialog
box.
Note While .mltbx files can contain any files you specify, MATLAB Central File
Exchange places additional limitations on submissions. If your toolbox contains any of
the following, it cannot be submitted to File Exchange:
• MEX-files.
• Other binary executable files, such as DLLs or ActiveX® controls. (Data and image
files are typically acceptable.)
See Also
matlab.addons.toolbox.installToolbox |
matlab.addons.toolbox.installedToolboxes |
matlab.addons.toolbox.packageToolbox |
matlab.addons.toolbox.toolboxVersion |
matlab.addons.toolbox.uninstallToolbox | publish
Related Examples
• “Get Add-Ons”
• “Manage Your Add-Ons”
• “Display Custom Examples” on page 30-25
25-18
See Also
25-19
25 Programming Utilities
Note In R2017b, management of the Java class path for toolboxes changed. In MATLAB
R2017b and later, when a user installs a toolbox, toolbox JAR files are added to the
dynamic path for the duration of the MATLAB session. When the toolbox user restarts
MATLAB, the JAR files are added to the static path.
MATLAB loads Java class definitions from files that are on the Java class path. The Java
class path is segmented into a static path and a dynamic path. Keep the following in
mind when you determine if Java class definitions are static or dynamic path entries.
• When packaging a toolbox, JAR files are detected so they can be included on the
dynamic path.
• The dynamic path is convenient but intended for development and debugging. When
packaging your toolbox, consider instructing your users to add your Java classes to
their static path.
• The static path offers better class loading performance than the dynamic path.
• Modifying the static path, requires MATLAB to be restarted. You can change the
dynamic path without restarting MATLAB.
• Classes on the static path run the same way as they do in Java. Classes on the
dynamic path might not behave the same as classes on the static path.
• Classes on the static path cannot have dependencies on classes on the dynamic path.
For more information about static and dynamic Java class paths, see “Java Class Path”.
You can specify files to include on the user’s dynamic Java class path when they install
the toolbox. MATLAB automatically detects JAR files to include in the toolbox. When
packaging a toolbox, review the entries under Java Class Path in the Install Actions
section of the Package a Toolbox dialog box. These files are added to the user’s dynamic
Java class path when they install the toolbox.
If Java classes need to be on the static class path, it is good practice to include
information with your toolbox to help users modify their static paths. For example, to
include static Java class path entries in your toolbox:
1 Provide a classpath.txt file in the toolbox root with the relative path entries for
Java files. If Java files are located outside of your toolbox root, make sure that they
are listed under External Files when you package your toolbox.
25-20
See Also
2 Provide instructions for the user to modify their static path via a readme.txt file or
your toolbox documentation. To modify their static path, the user must add your
static entries to their javaclasspath.txt. They might have to create this file and
they will need to restart MATLAB. For more information, see “Static Path”.
See Also
javaaddpath | javaclasspath | javarmpath
More About
• “Java Class Path”
25-21
Software Development
23
26
Error Handling
Overview
No matter how carefully you plan and test the programs you write, they may not always
run as smoothly as expected when executed under different conditions. It is always a
good idea to include error checking in programs to ensure reliable operation under all
conditions.
In the MATLAB software, you can decide how your programs respond to different types
of errors. You may want to prompt the user for more input, display extended error or
warning information, or perhaps repeat a calculation using default values. The error-
handling capabilities in MATLAB help your programs check for particular error
conditions and execute the appropriate code depending on the situation.
Evaluate the error message MATLAB has displayed. Most error messages attempt to
explain at least the immediate cause of the program failure. There is often sufficient
information to determine the cause and what you need to do to remedy the situation.
26-2
Exception Handling in a MATLAB Application
If the function in which the error occurred is implemented as a MATLAB program file,
the error message should include a line that looks something like this:
surf
The text includes the name of the function that threw the error (surf, in this case) and
shows the failing line number within that function's program file. Click the line number;
MATLAB opens the file and positions the cursor at the location in the file where the
error originated. You may be able to determine the cause of the error by examining this
line and the code that precedes it.
You can use the MATLAB Debugger to step through the failing code. Click the
underlined error text to open the file in the MATLAB Editor at or near the point of the
error. Next, click the hyphen at the beginning of that line to set a breakpoint at that
location. When you rerun your program, MATLAB pauses execution at the breakpoint
and enables you to step through the program code. The command dbstop on error is
also helpful in finding the point of error.
See the documentation on “Debug a MATLAB Program” on page 22-2 for more
information.
Some of the things you might want to do in the catch block are:
26-3
26 Error Handling
When you reach the end of the catch block, you can either continue executing the
program, if possible, or terminate it.
• Saves information about what went wrong and what code was executing at the time of
the error.
• Gathers any other pertinent information about the error.
• Instructs MATLAB to throw the exception.
26-4
Capture Information About Exceptions
In this section...
“Overview” on page 26-5
“The MException Class” on page 26-5
“Properties of the MException Class” on page 26-7
“Methods of the MException Class” on page 26-14
Overview
When the MATLAB software throws an exception, it captures information about what
caused the error in a data structure called an MException object. This object is an
instance of the MATLAB MException class. You can obtain access to the MException
object by catching the exception before your program aborts and accessing the object
constructed for this particular error via the catch command. When throwing an
exception in response to an error in your own code, you will have to create a new
MException object and store information about the error in that object.
This section describes the MException class and objects constructed from that class:
See “Properties of the MException Class” on page 26-7 for a full description of these
properties.
26-5
26 Error Handling
MException
Object
MException
Object
MException
Object
MException
Object
Object Constructor
Any code that detects an error and throws an exception must also construct an
MException object in which to record and transfer information about the error. The
syntax of the MException constructor is
ME = MException(identifier, message)
component:mnemonic
26-6
Capture Information About Exceptions
that is enclosed in single quotes, and message is text, also enclosed in single quotes, that
describes the error. The output ME is the resulting MException object.
If you are responding to an exception rather than throwing one, you do not have to
construct an MException object. The object has already been constructed and populated
by the code that originally detected the error.
If you call the surf function with no inputs, MATLAB throws an exception. If you catch
the exception, you can see the four properties of the MException object structure. (This
example uses try/catch in an atypical fashion. See the section on “The try/catch
Statement” on page 26-17 for more information on using try/catch).
try
surf
catch ME
ME
end
Run this at the command line and MATLAB returns the contents of the MException
object:
ME =
MException object with properties:
identifier: 'MATLAB:narginchk:notEnoughInputs'
26-7
26 Error Handling
The stack field shows the filename, function, and line number where the exception was
thrown:
ME.stack
ans =
file: 'matlabroot\toolbox\matlab\graph3d\surf.m'
name: 'surf'
line: 54
The cause field is empty in this case. Each field is described in more detail in the
sections that follow.
Message Identifiers
A message identifier is a tag that you attach to an error or warning statement that
makes that error or warning uniquely recognizable by MATLAB. You can use message
identifiers with error reporting to better identify the source of an error, or with warnings
to control any selected subset of the warnings in your programs.
The message identifier is a read-only character vector that specifies a component and a
mnemonic label for an error or warning. The format of a simple identifier is
component:mnemonic
A colon separates the two parts of the identifier: component and mnemonic. If the
identifier uses more than one component, then additional colons are required to
separate them. A message identifier must always contain at least one colon.
Both the component and mnemonic fields must adhere to the following syntax rules:
26-8
Capture Information About Exceptions
There is no length limitation to either the component or mnemonic. The identifier can
also be an empty character vector.
Component Field
The component field specifies a broad category under which various errors and warnings
can be generated. Common components are a particular product or toolbox name, such as
MATLAB or Control, or perhaps the name of your company, such as TechCorp in the
preceding example.
You can also use this field to specify a multilevel component. The following statement
has a three-level component followed by a mnemonic label:
TechCorp:TestEquipDiv:Waveform:obsoleteSyntax
The component field enables you to guarantee the uniqueness of each identifier. Thus,
while the internal MATLAB code might use a certain warning identifier like
MATLAB:InconsistentDataType, that does not preclude you from using the same
mnemonic, as long as you precede it with a unique component. For example,
warning('TechCorp:InconsistentDataType', ...
'Value %s is inconsistent with existing properties.' ...
sprocketDiam)
Mnemonic Field
The mnemonic field is normally used as a tag relating to the particular message. For
example, when reporting an error resulting from the use of ambiguous syntax, a simple
component and mnemonic such as the following might be appropriate:
MATLAB:ambiguousSyntax
For example,
ME = MException('AcctError:NoClient', ...
'Client name not recognized.');
26-9
26 Error Handling
ME.identifier
ans =
AcctError:NoClient
When responding to an exception, you can extract the message identifier from the
MException object as shown here. Using the surf example again,
try
surf
catch ME
id = ME.identifier
end
id =
MATLAB:narginchk:notEnoughInputs
An error message in MATLAB is a read-only character vector issued by the program code
and returned in the MException object. This message can assist the user in determining
the cause, and possibly the remedy, of the failure.
When throwing an exception, compose an appropriate error message and save it to the
MException object at the time you construct the object using the syntax
ME = MException(identifier, text)
If your message requires formatting specifications, like those available with the sprintf
function, use this syntax for the MException constructor:
ME = MException(identifier, formatstring, arg1, arg2, ...)
For example,
S = 'Accounts'; f1 = 'ClientName';
ME = MException('AcctError:Incomplete', ...
'Field ''%s.%s'' is not defined.', S, f1);
ME.message
ans =
Field 'Accounts.ClientName' is not defined.
When responding to an exception, you can extract the error message from the
MException object as follows:
26-10
Capture Information About Exceptions
try
surf
catch ME
msg = ME.message
end
msg =
Not enough input arguments.
The stack field of the MException object identifies the line number, function, and
filename where the error was detected. If the error occurs in a called function, as in the
following example, the stack field contains the line number, function name, and
filename not only for the location of the immediate error, but also for each of the calling
functions. In this case, stack is an N-by-1 array, where N represents the depth of the
call stack. That is, the stack field displays the function name and line number where the
exception occurred, the name and line number of the caller, the caller's caller, etc., until
the top-most function is reached.
When throwing an exception, MATLAB stores call stack information in the stack field.
You cannot write to this field; access is read-only.
For example, suppose you have three functions that reside in two separate files:
mfileA.m
=========================
.
.
42 function A1(x, y)
43 B1(x, y);
mfileB.m
=========================
.
.
8 function B1(x, y)
9 B2(x, y)
.
.
26 function B2(x, y)
27 .
26-11
26 Error Handling
28 .
29 .
30 .
31 % Throw exception here
Catch the exception in variable ME and then examine the stack field:
for k=1:length(ME.stack)
ME.stack(k)
end
ans =
file: 'C:\matlab\test\mfileB.m'
name: 'B2'
line: 31
ans =
file: 'C:\matlab\test\mfileB.m'
name: 'B1'
line: 9
ans =
file: 'C:\matlab\test\mfileA.m'
name: 'A1'
line: 43
In some situations, it can be important to record information about not only the one
command that caused execution to stop, but also other exceptions that your code caught.
You can save these additional MException objects in the cause field of the primary
exception.
This example attempts to assign an array D to variable X. If the D array does not exist,
the code attempts to load it from a MAT-file and then retries assigning it to X. If the load
fails, a new MException object (ME3) is constructed to store the cause of the first two
errors (ME1 and ME2):
try
X = D(1:25)
catch ME1
26-12
Capture Information About Exceptions
try
filename = 'test200';
load(filename);
X = D(1:25)
catch ME2
ME3 = MException('MATLAB:LoadErr', ...
'Unable to load from file %s', filename);
ME3 = addCause(ME3, ME1);
ME3 = addCause(ME3, ME2);
end
end
ME3.cause
ans =
[1x1 MException]
[1x1 MException]
ME3.cause{:}
ans =
identifier: 'MATLAB:UndefinedFunction'
message: 'Undefined function or method 'D' for input
arguments of type 'double'.'
stack: [0x1 struct]
cause: {}
ans =
identifier: 'MATLAB:load:couldNotReadFile'
message: 'Unable to read file test204: No such file or
directory.'
stack: [0x1 struct]
cause: {}
26-13
26 Error Handling
26-14
Throw an Exception
Throw an Exception
When your program detects a fault that will keep it from completing as expected or will
generate erroneous results, you should halt further execution and report the error by
throwing an exception. The basic steps to take are
1 Detect the error. This is often done with some type of conditional statement, such as
an if or try/catch statement that checks the output of the current operation.
2 Construct an MException object to represent the error. Add a message identifier
and error message to the object when calling the constructor.
3 If there are other exceptions that may have contributed to the current error, you can
store the MException object for each in the cause field of a single MException that
you intend to throw. Use the addCause method for this.
4 Use the throw or throwAsCaller function to have the MATLAB software issue the
exception. At this point, MATLAB stores call stack information in the stack field of
the MException, exits the currently running function, and returns control to either
the keyboard or an enclosing catch block in a calling function.
This example illustrates throwing an exception using the steps just described:
Create an exception that provides general information about an error. Test the index
array and add exceptions with more detailed information about the source of the failure.
% 1) Detect the error.
try
A(idx);
catch
26-15
26 Error Handling
Caused by:
Indexing array is not logical.
Indexing array is too large.
26-16
Respond to an Exception
Respond to an Exception
In this section...
“Overview” on page 26-17
“The try/catch Statement” on page 26-17
“Suggestions on How to Handle an Exception” on page 26-19
Overview
The MATLAB software, by default, terminates the currently running program when an
exception is thrown. If you catch the exception in your program, however, you can
capture information about what went wrong, and deal with the situation in a way that is
appropriate for the particular condition. This requires a try/catch statement.
A try/catch statement looks something like the following pseudocode. It consists of two
parts:
• A try block that includes all lines between the try and catch statements.
• A catch block that includes all lines of code between the catch and end statements.
try
Perform one ...
or more operations
A catch ME
Examine error info in exception object ME
Attempt to figure out what went wrong
Either attempt to recover, or clean up and abort
end
B Program continues
26-17
26 Error Handling
The program executes the statements in the try block. If it encounters an error, it skips
any remaining statements in the try block and jumps to the start of the catch block
(shown here as point A). If all operations in the try block succeed, then execution skips
the catch block entirely and goes to the first line following the end statement (point B).
Specifying the try, catch, and end commands and also the code of the try and catch
blocks on separate lines is recommended. If you combine any of these components on the
same line, separate them with commas:
Note You cannot define nested functions within a try or catch block.
On execution, your code enters the try block and executes each statement as if it were
part of the regular program. If no errors are encountered, MATLAB skips the catch
block entirely and continues execution following the end statement. If any of the try
statements fail, MATLAB immediately exits the try block, leaving any remaining
statements in that block unexecuted, and enters the catch block.
The catch command marks the start of a catch block and provides access to a data
structure that contains information about what caused the exception. This is shown as
the variable ME in the preceding pseudocode. This data structure is an object of the
MATLAB MException class. When an exception occurs, MATLAB constructs an
instance of this class and returns it in the catch statement that handles that error.
You are not required to specify any argument with the catch statement. If you do not
need any of the information or methods provided by the MException object, just specify
the catch keyword alone.
The MException object is constructed by internal code in the program that fails. The
object has properties that contain information about the error that can be useful in
26-18
Respond to an Exception
determining what happened and how to proceed. The MException object also provides
access to methods that enable you to respond to the exception. See the section on “The
MException Class” on page 26-5 to find out more about the MException class.
Having entered the catch block, MATLAB executes the statements in sequence. These
statements can attempt to
The catch block often ends with a rethrow command. The rethrow causes MATLAB to
exit the current function, keeping the call stack information as it was when the exception
was first thrown. If this function is at the highest level, that is, it was not called by
another function, the program terminates. If the failing function was called by another
function, it returns to that function. Program execution continues to return to higher
level functions, unless any of these calls were made within a higher-level try block, in
which case the program executes the respective catch block.
More information about the MException class is provided in the section “Capture
Information About Exceptions” on page 26-5.
The catch block in the example checks to see if the specified file could not be found. If
so, the program allows for the possibility that a common variation of the filename
extension (e.g., jpeg instead of jpg) was used by retrying the operation with a modified
extension. This is done using a try/catch statement nested within the original try/
catch.
function d_in = read_image(filename)
[path name ext] = fileparts(filename);
try
fid = fopen(filename, 'r');
d_in = fread(fid);
26-19
26 Error Handling
catch ME1
% Get last segment of the error message identifier.
idSegLast = regexp(ME1.identifier, '(?<=:)\w+$', 'match');
% Did the read fail because the file could not be found?
if strcmp(idSegLast, 'InvalidFid') && ...
~exist(filename, 'file')
This example illustrates some of the actions that you can take in response to an
exception:
• Compare the identifier field of the MException object against possible causes of
the error.
• Use a nested try/catch statement to retry the open and read operations using a
known variation of the filename extension.
26-20
Respond to an Exception
• Display an appropriate message in the case that the file truly does not exist and then
rethrow the exception.
• Add the first MException object to the cause field of the second.
• Rethrow the exception. This stops program execution and displays the error message.
Cleaning up any unwanted results of the error is also advisable. For example, your
program may have allocated a significant amount of memory that it no longer needs.
26-21
26 Error Handling
Overview
A good programming practice is to make sure that you leave your program environment
in a clean state that does not interfere with any other program code. For example, you
might want to
MATLAB provides the onCleanup function for this purpose. This function, when used
within any program, establishes a cleanup routine for that function. When the function
terminates, whether normally or in the event of an error or Ctrl+C, MATLAB
automatically executes the cleanup routine.
The following statement establishes a cleanup routine cleanupFun for the currently
running program:
cleanupObj = onCleanup(@cleanupFun);
When your program exits, MATLAB finds any instances of the onCleanup class and
executes the associated function handles. The process of generating and activating
function cleanup involves the following steps:
1 Write one or more cleanup routines for the program under development. Assume for
now that it takes only one such routine.
26-22
Clean Up When Functions Complete
You can declare any number of cleanup routines for a program file. Each call to
onCleanup establishes a separate cleanup routine for each cleanup object returned.
If, for some reason, the object returned by onCleanup persists beyond the life of your
program, then the cleanup routine associated with that object is not run when your
function terminates. Instead, it will run whenever the object is destroyed (e.g., by
clearing the object variable).
Your cleanup routine should never rely on variables that are defined outside of that
routine. For example, the nested function shown here on the left executes with no error,
whereas the very similar one on the right fails with the error, Undefined function or
variable 'k'. This results from the cleanup routine's reliance on variable k which is
defined outside of the nested cleanup routine:
function testCleanup function testCleanup
k = 3; k = 3;
myFun obj = onCleanup(@myFun);
function myFun function myFun
fprintf('k is %d\n', k) fprintf('k is %d\n', k)
end end
end end
MATLAB closes the file with identifier fid when function openFileSafely terminates:
function openFileSafely(fileName)
fid = fopen(fileName, 'r');
26-23
26 Error Handling
c = onCleanup(@()fclose(fid));
s = fread(fid);
.
.
.
end
functionThatMayError;
end % c executes cd(currentFolder) here.
This example extends the MATLAB path to include files in the toolbox\images folders,
and then displays a figure from one of these folders. After the figure displays, the
cleanup routine restore_env closes the figure and restores the path to its original
state:
function showImageOutsidePath(imageFile)
fig1 = figure;
imgpath = genpath([matlabroot '\toolbox\images']);
26-24
Clean Up When Functions Complete
Run the function as shown here. You can verify that the path has been restored by
comparing the length of the path before and after running the function:
origLen = length(path);
showImageOutsidePath('greens.jpg')
Opening the figure greens.jpg
Closing the figure
Restoring the path
currLen = length(path);
currLen == origLen
ans =
1
The details of that handle are then contained within the object returned by the
onCleanup function:
You can access these details using the task property of the cleanup object as shown here.
(Modify the showImageOutsidePath function by adding the following code just before
the comment line that says, “% This is the cleanup routine.”)
26-25
26 Error Handling
wsp = fun.workspace{2,1}
fprintf('\n');
pause(2);
Run the modified function to see the output of the functions command and the
contents of one of the workspace cells:
showImageOutsidePath('greens.jpg')
The following program cleans up if an error occurs, but not in response to Ctrl+C:
function cleanupByCatch
try
pause(10);
catch
disp(' Collecting information about the error')
disp(' Executing cleanup tasks')
end
26-26
Clean Up When Functions Complete
Unlike the try/catch statement, the onCleanup function responds not only to a
normal exit from your program and any error that might be thrown, but also to Ctrl+C.
This next example replaces the try/catch with onCleanup:
function cleanupByFunc
obj = onCleanup(@()...
disp(' Executing cleanup tasks'));
pause(10);
onCleanup in Scripts
onCleanup does not work in scripts as it does in functions. In functions, the cleanup
object is stored in the function workspace. When the function exits, this workspace is
cleared thus executing the associated cleanup routine. In scripts, the cleanup object is
stored in the base workspace (that is, the workspace used in interactive work done at the
command prompt). Because exiting a script has no effect on the base workspace, the
cleanup object is not cleared and the routine associated with that object does not execute.
To use this type of cleanup mechanism in a script, you would have to explicitly clear the
object from the command line or another script when the first script terminates.
26-27
26 Error Handling
Issue Warnings
You can issue a warning to flag unexpected conditions detected when running a program.
The warning function prints a warning message to the command line. Warnings differ
from errors in two significant ways:
Use the warning function in your code to generate a warning message during execution.
Specify the message as the input argument to the warning function:
warning('Input must be text')
For example, you can insert a warning in your code to verify the software version:
function warningExample1
if ~strncmp(version, '7', 1)
warning('You are using a version other than v7')
end
Throw Errors
You can throw an error to flag fatal problems within the program. Use the error
function to print error messages to the command line. After displaying the message,
MATLAB stops the execution of the current program.
For example, suppose you construct a function that returns the number of combinations
of k elements from n elements. Such a function is nonsensical if k > n; you cannot
choose 8 elements if you start with just 4. You must incorporate this fact into the
function to let anyone using combinations know of the problem:
26-28
Issue Warnings and Errors
combinations(4,8)
For example, this warning uses %s and %d to mark where to insert the values of variables
arrayname and arraydims:
If you execute this command with arrayname = 'A' and arraydims = 3, MATLAB
responds:
Adding run-time parameters to your warnings and errors can clarify the problems within
a program. Consider the function combinations from “Throw Errors” on page 26-28.
You can throw a much more informative error using run-time parameters:
26-29
26 Error Handling
If this function receives invalid arguments, MATLAB throws an error message and stops
the program:
combinations(6,9)
Enable or disable warnings with identifiers. Use an identifying text argument with the
warning function to attach a unique tag to a message:
warning(identifier_text,message_text)
For example, you can add an identifier tag to the previous MATLAB warning about
which version of software is running:
minver = '7';
if ~strncmp(version,minver,1)
warning('MYTEST:VERCHK','Running a version other than v%s',minver)
end
Adding an identifier to an error message allows for negative testing. However, adding
and recovering more information from errors often requires working with MException
objects.
See Also
MException | lastwarn | warndlg | warning
Related Examples
• “Suppress Warnings” on page 26-32
• “Restore Warnings” on page 26-35
• “Capture Information About Exceptions” on page 26-5
• “Exception Handling in a MATLAB Application” on page 26-2
26-30
See Also
More About
• “Message Identifiers” on page 26-8
26-31
26 Error Handling
Suppress Warnings
Your program might issue warnings that do not always adversely affect execution. To
avoid confusion, you can hide warning messages during execution by changing their
states from 'on' to 'off'.
To suppress specific warning messages, you must first find the warning identifier. Each
warning message has a unique identifier. To find the identifier associated with a
MATLAB warning, reproduce the warning. For example, this code reproduces a warning
thrown if MATLAB attempts to remove a nonexistent folder:
rmpath('folderthatisnotonpath')
Note If this statement does not produce a warning message, use the following code to
temporarily enable the display of all warnings, and then restore the original warning
state:
w = warning ('on','all');
rmpath('folderthatisnotonpath')
warning(w)
To obtain information about the most recently issued warning, use the warning or
lastwarn functions. This code uses the query state to return a data structure
containing the message identifier and the current state of the last warning:
w = warning('query','last')
w =
identifier: 'MATLAB:rmpath:DirNotFound'
state: 'on'
26-32
Suppress Warnings
Using the lastwarn function, you can retrieve the last warning message, regardless of
its display state:
lastwarn
ans =
Continuing the example from the previous section, turn the warning
'MATLAB:rmpath:DirNotFound' off, and repeat the operation.
warning('off',id)
rmpath('folderthatisnotonpath')
Tip Turn off the most recently invoked warning with warning('off','last').
The term all refers only to those warnings that have been issued or modified during your
current MATLAB session. Modified warning states persist only through the current
session. Starting a new session restores the default settings.
Use the identifier 'all' to represent the group of all warnings. View the state of all
warnings with either syntax:
26-33
26 Error Handling
warning('query','all')
warning
To disable all warnings and verify the state, use this syntax:
warning('off','all')
warning
See Also
Related Examples
• “Restore Warnings” on page 26-35
• “Change How Warnings Display” on page 26-38
26-34
Restore Warnings
Restore Warnings
MATLAB allows you to save the on-off warning states, modify warning states, and
restore the original warning states. This is useful if you need to temporarily turn off
some warnings and later reinstate the original settings.
The following statement saves the current state of all warnings in the structure array
called orig_state:
orig_state = warning;
To restore the original state after any warning modifications, use this syntax:
warning(orig_state);
You also can save the current state and toggle warnings in a single command. For
example, the statement, orig_state = warning('off','all'); is equivalent to the
commands:
orig_state = warning;
warning('off','all')
warning('query','Control:parameterNotSymmetric')
orig_state = warning('off','Control:parameterNotSymmetric')
orig_state =
identifier: 'Control:parameterNotSymmetric'
state: 'on'
26-35
26 Error Handling
The default warning state is 'on'. Warnings not set to the default are
off Control:parameterNotSymmetric
The default warning state is 'on'. Warnings not set to the default are
off Control:parameterNotSymmetric
off MATLAB:rmpath:DirNotFound
off MATLAB:singularMatrix
2 Restore the three warnings to their the original state, and query all warnings:
warning(w)
warning
You do not need to store information about the previous warning states in an array,
but doing so allows you to restore warnings with one command.
26-36
See Also
See Also
onCleanup | warning
Related Examples
• “Suppress Warnings” on page 26-32
• “Clean Up When Functions Complete” on page 26-22
26-37
26 Error Handling
• prev_state does not contain information about the backtrace or verbose modes
in the statement, prev_state = warning('query','all').
• A mode change affects all enabled warnings.
For example, you can turn on all warnings, disable backtrace, and enable verbose
warnings:
warning on all
warning off backtrace
warning on verbose
26-38
Change How Warnings Display
displays the file name and line number where the warning occurred. For example, you
can enable backtrace and disable verbose:
warning on backtrace
warning off verbose
Running a command that produces an error displays a hyperlink with a line number:
Warning: "folderthatisnotonpath" not found in path.
> In rmpath at 58
26-39
26 Error Handling
try
try block...
catch
catch block...
end
If an error occurs within the try block, MATLAB skips any remaining commands in
the try block and executes the commands in the catch block. If no error occurs within
try block, MATLAB skips the entire catch block.
For example, a try/catch statement can prevent the need to throw errors. Consider the
combinations function that returns the number of combinations of k elements from n
elements:
function com = combinations(n,k)
com = factorial(n)/(factorial(k)*factorial(n-k));
end
MATLAB throws an error whenever k > n. You cannot construct a set with more
elements, k, than elements you possess, n. Using a try/catch statement, you can avoid the
error and execute this function regardless of the order of inputs:
function com = robust_combine(n,k)
try
com = factorial(n)/(factorial(k)*factorial(n-k));
catch
com = factorial(k)/(factorial(n)*factorial(k-n));
end
end
26-40
See Also
C1 = robust_combine(8,4)
C2 = robust_combine(4,8)
C1 =
70
C2 =
70
Optionally, you can capture more information about errors if a variable follows your
catch statement:
catch MExc
MExc is an MException class object that contains more information about the thrown
error. To learn more about accessing information from MException objects, see
“Exception Handling in a MATLAB Application” on page 26-2.
See Also
MException | onCleanup
26-41
27
Program Scheduling
Overview
The MATLAB software includes a timer object that you can use to schedule the execution
of MATLAB commands. This section describes how you can create timer objects, start a
timer running, and specify the processing that you want performed when a timer fires. A
timer is said to fire when the amount of time specified by the timer object elapses and the
timer object executes the commands you specify.
You use timer object properties to specify this information. To learn about all the
properties supported by the timer object, see timer and set. You can also set timer
object properties when you create them, in step 1.
3 Start the timer object.
After you create the timer object, you must start it, using either the start or
startat function.
4 Delete the timer object when you are done with it.
After you are finished using a timer object, you should delete it from memory. See
delete for more information.
Note The specified execution time and the actual execution of a timer can vary because
timer objects work in the MATLAB single-threaded execution environment. The length of
this time lag is dependent on what other processing MATLAB is performing. To force the
execution of the callback functions in the event queue, include a call to the drawnow
function in your code. The drawnow function flushes the event queue.
27-2
See Also
After creating the timer object, the example uses the start function to start the timer
object. (The additional commands in this example are included to illustrate the timer but
are not required for timer operation.)
t = timer('TimerFcn', 'stat=false; disp(''Timer!'')',...
'StartDelay',10);
start(t)
stat=true;
while(stat==true)
disp('.')
pause(1)
end
See Also
timer
27-3
27 Program Scheduling
More About
• “Timer Callback Functions” on page 27-5
• “Handling Timer Queuing Conflicts” on page 27-10
27-4
Timer Callback Functions
Note Callback function execution might be delayed if the callback involves a CPU-
intensive task such as updating a figure.
The following diagram shows when the events occur during execution of a timer object
and give the names of the timer object properties associated with each event. For
example, to associate MATLAB commands with a start event, assign a value to the
StartFcn callback property. Error callbacks can occur at any time.
27-5
27 Program Scheduling
This example creates a timer object that displays a greeting after 5 seconds. The example
specifies the value of the TimerFcn callback property directly, putting the commands in
a character vector.
27-6
Timer Callback Functions
t = timer('TimerFcn',@(x,y)disp('Hello World!'),'StartDelay',5);
Note When you specify the callback commands directly as the value of the callback
function property, the commands are evaluated in the MATLAB workspace.
When you create a callback function, the first two arguments must be a handle to the
timer object and an event structure. An event structure contains two fields: Type and
Data. The Type field contains a character vector that identifies the type of event that
caused the callback. The value of this field can be any of the following: 'StartFcn',
'StopFcn', 'TimerFcn', or 'ErrorFcn'. The Data field contains the time the event
occurred.
In addition to these two required input arguments, your callback function can accept
application-specific arguments. To receive these input arguments, you must use a cell
array when specifying the name of the function as the value of a callback property. For
more information, see “Specifying the Value of Callback Function Properties” on page 27-
8.
This example implements a simple callback function that displays the type of event that
triggered the callback and the time the callback occurred. To illustrate passing
application-specific arguments, the example callback function accepts as an additional
argument a character vector and includes this text in the display output. To see this
function used with a callback property, see “Specifying the Value of Callback Function
Properties” on page 27-8.
event_type = event.Type;
event_time = datestr(event.Data.time);
27-7
27 Program Scheduling
The following table shows the syntax for several sample callback functions and describes
how you call them.
Callback Function Syntax How to Specify as a Property Value for
Object t
function myfile(obj, event) t.StartFcn = @myfile
function myfile t.StartFcn = @(~,~)myfile
function myfile(obj, event, arg1, t.StartFcn = {@myfile, 5, 6}
arg2)
This example illustrates several ways you can specify the value of timer object callback
function properties, some with arguments and some without. To see the code of the
callback function, my_callback_fcn, see “Example: Writing a Callback Function” on
page 27-7:
27-8
See Also
See Also
timer
More About
• “Handling Timer Queuing Conflicts” on page 27-10
27-9
27 Program Scheduling
In this section...
“Drop Mode (Default)” on page 27-10
“Error Mode” on page 27-12
“Queue Mode” on page 27-13
For example, suppose you create a timer with a period of 1 second, but a callback that
requires at least 1.6 seconds, as shown here for mytimer.m.
function mytimer()
t = timer;
t.Period = 1;
t.ExecutionMode = 'fixedRate';
t.TimerFcn = @mytimer_cb;
t.BusyMode = 'drop';
t.TasksToExecute = 5;
t.UserData = tic;
start(t)
end
function mytimer_cb(h,~)
timeStart = toc(h.UserData)
pause(1.6);
27-10
Handling Timer Queuing Conflicts
timeEnd = toc(h.UserData)
end
This table describes how the timer manages the execution queue.
Approximate Action
Elapsed Time
(Seconds)
0 Start the first execution of the callback.
1 Attempt to start the second execution of the callback. The first
execution is not complete, but the execution queue is empty. The
timer adds the callback to the queue.
1.6 Finish the first callback execution, and start the second. This action
clears the execution queue.
2 Attempt to start the third callback execution. The second execution is
not complete, but the queue is empty. The timer adds the callback to
the queue.
3 Attempt to start the fourth callback execution. The third callback is
in the execution queue, so the timer drops this execution of the
function.
3.2 Finish the second callback and start the third, clearing the execution
queue.
4 Attempt to start another callback execution. Because the queue is
empty, the timer adds the callback to the queue. This is the fifth
attempt, but only the fourth instance that will run.
4.8 Finish the third execution and start the fourth instance, clearing the
queue.
5 Attempt to start another callback. An instance is running, but the
execution queue is empty, so the timer adds it to the queue. This is
the fifth instance that will run.
6 Do nothing: the value of the TasksToExecute property is 5, and the
fifth instance to run is in the queue.
6.4 Finish the fourth callback execution and start the fifth.
8 Finish the fifth callback execution.
27-11
27 Program Scheduling
Error Mode
The 'error' mode for the BusyMode property is similar to the 'drop' mode: In both
modes, the timer allows only one instance of the callback in the execution queue.
However, in 'error' mode, when the queue is nonempty, the timer calls the function
that you specify using the ErrorFcn property, and then stops processing. The currently
running callback function completes, but the callback in the queue does not execute.
For example, modify mytimer.m (described in the previous section) so that it includes an
error handling function and sets BusyMode to 'error'.
function mytimer()
t = timer;
t.Period = 1;
t.ExecutionMode = 'fixedRate';
t.TimerFcn = @mytimer_cb;
t.ErrorFcn = @myerror;
t.BusyMode = 'error';
t.TasksToExecute = 5;
t.UserData = tic;
start(t)
end
function mytimer_cb(h,~)
timeStart = toc(h.UserData)
pause(1.6);
timeEnd = toc(h.UserData)
end
function myerror(h,~)
disp('Reached the error function')
end
This table describes how the timer manages the execution queue.
Approximate Action
Elapsed Time
(Seconds)
0 Start the first execution of the callback.
27-12
See Also
Approximate Action
Elapsed Time
(Seconds)
1 Attempt to start the second execution of the callback. The first
execution is not complete, but the execution queue is empty. The
timer adds the callback to the queue.
1.6 Finish the first callback execution, and start the second. This action
clears the execution queue.
2 Attempt to start the third callback execution. The second execution is
not complete, but the queue is empty. The timer adds the callback to
the queue.
3 Attempt to start the fourth callback execution. The third callback is
in the execution queue. The timer does not execute the third callback,
but instead calls the error handling function.
3.2 Finish the second callback and start the error handling function.
Queue Mode
If you specify 'queue', the timer object waits until the currently executing callback
function finishes before queuing the next execution of the timer callback function.
In 'queue' mode, the timer object tries to make the average time between executions
equal the amount of time specified in the Period property. If the timer object has to wait
longer than the time specified in the Period property between executions of the timer
function callback, it shortens the time period for subsequent executions to make up the
time.
See Also
timer
More About
• “Timer Callback Functions” on page 27-5
27-13
28
Performance
For additional details about the performance of your code, such as function call
information and execution time of individual lines of code, use the MATLAB Profiler. For
more information, see “Profile to Improve Performance” on page 28-5.
Time Functions
To measure the time required to run a function, use the timeit function. The timeit
function calls the specified function multiple times, and returns the median of the
measurements. It takes a handle to the function to be measured and returns the typical
execution time, in seconds. Suppose that you have defined a function,
computeFunction, that takes two inputs, x and y, that are defined in your workspace.
You can compute the time to execute the function using timeit.
28-2
Measure Performance of Your Program
functions, tic and toc. Invoking tic starts the timer, and the next toc reads the
elapsed time.
tic
% The program section to time.
toc
Sometimes programs run too fast for tic and toc to provide useful data. If your code is
faster than 1/10 second, consider measuring it running in a loop, and then average to
find the time for a single run.
The cputime function measures the total CPU time and sums across all threads. This
measurement is different from the wall-clock time that timeit or tic/toc return, and
could be misleading. For example:
• The CPU time for the pause function is typically small, but the wall-clock time
accounts for the actual time that MATLAB execution is paused. Therefore, the wall-
clock time might be longer.
• If your function uses four processing cores equally, the CPU time could be
approximately four times higher than the wall-clock time.
• Time a significant enough portion of code. Ideally, the code you are timing should take
more than 1/10 second to run.
• Put the code you are trying to time into a function instead of timing it at the
command line or inside a script.
• Unless you are trying to measure first-time cost, run your code multiple times. Use
the timeit function.
28-3
28 Performance
• Avoid clear all when measuring performance. For more information, see the
clear function.
• Assign your output to a variable instead of letting it default to ans.
See Also
profile | tic | timeit | toc
Related Examples
• “Profile to Improve Performance” on page 28-5
• “Techniques to Improve Performance” on page 28-14
• MATLAB Performance Measurement White Paper on MATLAB Central File
Exchange
28-4
Profile to Improve Performance
What Is Profiling?
Profiling is a way to measure where a program spends time. After you identify which
functions are consuming the most time, you can evaluate them for possible performance
improvements. Also, you can profile your code as a debugging tool. For example,
determining which lines of code MATLAB does not run can help you develop test cases
that exercise that code. If you get an error in the file when profiling, you can see what
ran and what did not to help you isolate the problem.
Tip Code that is prematurely optimized can be unnecessarily complex without providing
a significant gain in performance. Make your first implementation as simple as possible.
Then, if speed is an issue, use profiling to identify bottlenecks.
You can profile your code using the MATLAB Profiler. The Profiler is a user interface
based on the results returned by the profile function. If you are profiling code that
runs in parallel, for best results use the Parallel Computing Toolbox™ parallel profiler.
For details, see “Profiling Parallel Code” (Parallel Computing Toolbox).
28-5
28 Performance
Consider keeping a copy of your first detail report as a basis for comparison. After
you change your code, you can run the Profiler again and compare the reports.
4 Determine whether there are changes you can make to those lines of code to improve
performance.
For example, if you have a load statement within a loop, you might be able to move
the load statement outside the loop so that it is called only once.
5 Implement the potential performance improvements in your code. Save the files, and
run clear all. Run the Profiler again and compare the results to the original
report.
If you profile the identical code twice, you can get slightly different results each time
due to inherent time fluctuations that are not dependent on your code.
6 To continue improving the performance of your code, repeat these steps.
When your code spends most of its time on calls to a few built-in functions, you have
probably optimized the code as much as possible.
For example, you can run the Lotka-Volterra example, which is provided with
MATLAB:
[t,y] = ode23('lotka',[0 2],[20;20])
If, in the current MATLAB session, you previously profiled the statement, select it
from the Run this code list. MATLAB automatically starts profiling the code, and
you can skip to step 4.
28-6
Profile to Improve Performance
While the Profiler is running, the Profile time indicator is green and the number of
seconds it reports increases. The Profile time indicator appears at the top right of
the Profiler window.
When the Profiler finishes, the Profile time indicator turns black and shows the
length of time the Profiler ran. The statements you profiled display as having been
executed in the Command Window.
This time is not the actual time that your statements took to run. It is the time
elapsed from when you clicked Start Profiling until the profiling stops. If the time
reported is very different from what you expected (for example, hundreds of seconds
for a simple statement), you might have profiled longer than necessary. This time
does not match the time reported in Profile Summary report statistics, which is
based on performance clock time by default. To view profile statistics using a
different type of clock, use the profile function instead of the Profiler.
4 When profiling is complete, the Profile Summary report appears in the Profiler
window. For more information, see “Profile Summary Report” on page 28-8.
1 In the Profiler, click Start Profiling. Make sure that no code appears in the Run
this code field.
2 In the Command Window, enter and run the statements you want to profile.
3 After running all the statements, click Stop Profiling in the Profiler, and view the
Profile Summary report.
You can run the Profiler for a user interface, such as the Filter Design and Analysis tool
included with Signal Processing Toolbox. Or, you can profile an interface you created,
such as one built using GUIDE.
28-7
28 Performance
1 In the Profiler, click Start Profiling. Make sure that no code appears in the Run
this code field.
2 Start the user interface.
3 Use the interface. When you finish, click Stop Profiling in the Profiler, and view
the Profile Summary report.
Note To exclude the user interface startup process in the profile, reverse steps 1 and 2.
In other words, start the user interface before you click Start Profiling.
28-8
Profile to Improve Performance
To open the Profile Detail report, click a function name in the Profile Summary report.
To return to the Profile Summary report from the Profile Detail report, click in the
toolbar of the Profile window.
28-9
28 Performance
To specify which sections the Profile Detail Report includes, select the check boxes at the
top of the report, and click the Refresh button. Use the check boxes to select from these
options.
Display Option Details
Show parent functions Display information about the parent functions, with links to
their detail reports. To open a Profile Detail report for a
parent function, click the name of the function.
Show busy lines List the lines in the profiled function that used the greatest
amount of processing time.
Show child functions List all the functions called by the profiled function. To open
a Profile Detail report for a child function, click the name of
the function.
Show Code Analyzer Display information about problems and potential
results improvements for the profiled function.
Show file coverage Display statistics about the lines of code in the function that
MATLAB executed while profiling.
28-10
See Also
See Also
profile
More About
• “Measure Performance of Your Program” on page 28-2
• “Techniques to Improve Performance” on page 28-14
• “Use Profiler to Determine Code Coverage” on page 28-12
28-11
28 Performance
To determine how much of a file MATLAB executed when you profiled it, run the
Coverage Report.
1 Profile your MATLAB code file. For more information, see “Profile to Improve
Performance” on page 28-5 or the profile function.
2 Ensure that the Profiler is not currently profiling.
• In the Profiler, a Stop Profiling button displays if the Profiler is running. If the
Profiler is running, click the Stop Profiling button.
• At the command prompt, check the Profiler status using profile status. If the
ProfilerStatus is 'on', stop the Profiler by typing profile off.
3 Use the Current Folder browser to navigate to the folder containing the profiled code
file.
Note You cannot run reports when the path is a UNC (Universal Naming
Convention) path; that is, a path that starts with \\. Instead, use an actual hard
drive on your system, or a mapped network drive.
4 On the Current Folder browser, click , and then select Reports > Coverage
Report.
The Profiler Coverage Report opens, providing a summary of coverage for the
profiled file. In the following image, the profiled file is lengthofline2.m.
28-12
See Also
5 Click the Coverage link to see the Profile Detail Report for the file.
See Also
profile
More About
• “Profile to Improve Performance” on page 28-5
• “Measure Performance of Your Program” on page 28-2
• “Techniques to Improve Performance” on page 28-14
28-13
28 Performance
Environment
Be aware of background processes that share computational resources and decrease the
performance of your MATLAB code.
Code Structure
While organizing your code:
28-14
Techniques to Improve Performance
• Place independent operations outside loops — If code does not evaluate differently
with each for or while loop iteration, move it outside of the loop to avoid redundant
computations.
• Create new variables if data type changes — Create a new variable rather than
assigning data of a different type to an existing variable. Changing the class or array
shape of an existing variable takes extra time to process.
• Use short-circuit operators — Use short-circuiting logical operators, && and || when
possible. Short-circuiting is more efficient because MATLAB evaluates the second
operand only when the result is not fully determined by the first operand. For more
information, see Logical Operators: Short Circuit.
• Avoid global variables — Minimizing the use of global variables is a good
programming practice, and global variables can decrease performance of your
MATLAB code.
• Avoid overloading built-ins — Avoid overloading built-in functions on any standard
MATLAB data classes.
• Avoid using “data as code” — If you have large portions of code (for example, over 500
lines) that generate variables with constant values, consider constructing the
variables and saving them in a MAT-file. Then you can load the variables instead of
executing code to generate them.
• Avoid clearing more code than necessary. Do not use clear all programmatically.
For more information, see clear.
• Avoid functions that query the state of MATLAB such as inputname, which, whos,
exist(var), and dbstack. Run-time introspection is computationally expensive.
• Avoid functions such as eval, evalc, evalin, and feval(fname). Use the function
handle input to feval whenever possible. Indirectly evaluating a MATLAB
expression from text is computationally expensive.
• Avoid programmatic use of cd, addpath, and rmpath, when possible. Changing the
MATLAB path during run time results in code recompilation.
28-15
28 Performance
See Also
More About
• “Measure Performance of Your Program” on page 28-2
• “Profile to Improve Performance” on page 28-5
• “Preallocation” on page 28-17
• “Vectorization” on page 28-19
• “Graphics Performance”
28-16
Preallocation
Preallocation
for and while loops that incrementally increase the size of a data structure each time
through the loop can adversely affect performance and memory use. Repeatedly resizing
arrays often requires MATLAB to spend extra time looking for larger contiguous blocks
of memory, and then moving the array into those blocks. Often, you can improve code
execution time by preallocating the maximum amount of space required for the array.
The following code displays the amount of time needed to create a scalar variable, x, and
then to gradually increase the size of x in a for loop.
tic
x = 0;
for k = 2:1000000
x(k) = x(k-1) + 5;
end
toc
If you preallocate a 1-by-1,000,000 block of memory for x and initialize it to zero, then the
code runs much faster because there is no need to repeatedly reallocate memory for the
growing data structure.
tic
x = zeros(1, 1000000);
for k = 2:1000000
x(k) = x(k-1) + 5;
end
toc
Use the appropriate preallocation function for the kind of array you want to initialize:
28-17
28 Performance
A = int8(zeros(100));
This statement preallocates a 100-by-100 matrix of int8, first by creating a full matrix
of double values, and then by converts each element to int8. Creating the array as
int8 values saves time and memory. For example:
A = zeros(100, 'int8');
See Also
Related Examples
• “Resizing and Reshaping Matrices”
• “Preallocate Memory for Cell Array” on page 12-18
• “Access Data Using Categorical Arrays” on page 8-30
• “Preallocate Arrays of Graphics Objects”
• “Construct Object Arrays”
More About
• “Techniques to Improve Performance” on page 28-14
28-18
Vectorization
Vectorization
In this section...
“Using Vectorization” on page 28-19
“Array Operations” on page 28-20
“Logical Array Operations” on page 28-22
“Matrix Operations” on page 28-23
“Ordering, Setting, and Counting Operations” on page 28-24
“Functions Commonly Used in Vectorization” on page 28-26
Using Vectorization
MATLAB is optimized for operations involving matrices and vectors. The process of
revising loop-based, scalar-oriented code to use MATLAB matrix and vector operations is
called vectorization. Vectorizing your code is worthwhile for several reasons:
This code computes the sine of 1,001 values ranging from 0 to 10:
i = 0;
for t = 0:.01:10
i = i + 1;
y(i) = sin(t);
end
t = 0:.01:10;
y = sin(t);
28-19
28 Performance
The second code sample usually executes faster than the first and is a more efficient use
of MATLAB. Test execution speed on your system by creating scripts that contain the
code shown, and then use the tic and toc functions to measure their execution time.
This code computes the cumulative sum of a vector at every fifth element:
x = 1:10000;
ylength = (length(x) - mod(length(x),5))/5;
y(1:ylength) = 0;
for n= 5:5:length(x)
y(n/5) = sum(x(1:n));
end
Using vectorization, you can write a much more concise MATLAB process. This code
shows one way to accomplish the task:
x = 1:10000;
xsums = cumsum(x);
y = xsums(5:5:length(x));
Array Operations
Array operators perform the same operation for all elements in the data set. These types
of operations are useful for repetitive calculations. For example, suppose you collect the
volume (V) of various cones by recording their diameter (D) and height (H). If you collect
the information for just one cone, you can calculate the volume for that single cone:
V = 1/12*pi*(D^2)*H;
Now, collect information on 10,000 cones. The vectors D and H each contain 10,000
elements, and you want to calculate 10,000 volumes. In most programming languages,
you need to set up a loop similar to this MATLAB code:
for n = 1:10000
V(n) = 1/12*pi*(D(n)^2)*H(n));
end
With MATLAB, you can perform the calculation for each element of a vector with similar
syntax as the scalar case:
% Vectorized Calculation
V = 1/12*pi*(D.^2).*H;
28-20
Vectorization
Note Placing a period (.) before the operators *, /, and ^, transforms them into array
operators.
Array operators also enable you to combine matrices of different dimensions. This
automatic expansion of size-1 dimensions is useful for vectorizing grid creation, matrix
and vector operations, and more.
Suppose that matrix A represents test scores, the rows of which denote different classes.
You want to calculate the difference between the average score and individual scores for
each class. Using a loop, the operation looks like:
A = [97 89 84; 95 82 92; 64 80 99;76 77 67;...
88 59 74; 78 66 87; 55 93 85];
mA = mean(A);
B = zeros(size(A));
for n = 1:size(A,2)
B(:,n) = A(:,n) - mA(n);
end
A more direct way to do this is with A - mean(A), which avoids the need of a loop and is
significantly faster.
devA = A - mean(A)
devA =
18 11 0
16 4 8
-15 2 15
-3 -1 -17
9 -19 -10
-1 -12 3
-24 15 1
Even though A is a 7-by-3 matrix and mean(A) is a 1-by-3 vector, MATLAB implicitly
expands the vector as if it had the same size as the matrix, and the operation executes as
a normal element-wise minus operation.
The size requirement for the operands is that for each dimension, the arrays must either
have the same size or one of them is 1. If this requirement is met, then dimensions where
one of the arrays has size 1 are expanded to be the same size as the corresponding
28-21
28 Performance
dimension in the other array. For more information, see “Compatible Array Sizes for
Basic Operations” on page 2-19.
Another area where implicit expansion is useful for vectorization is if you are working
with multidimensional data. Suppose you want to evaluate a function, F, of two
variables, x and y.
To evaluate this function at every combination of points in the x and y vectors, you need
to define a grid of values. For this task you should avoid using loops to iterate through
the point combinations. Instead, if one of the vectors is a column and the other is a row,
then MATLAB automatically constructs the grid when the vectors are used with an array
operator, such as x+y or x-y. In this example, x is a 21-by-1 vector and y is a 1-by-16
vector, so the operation produces a 21-by-16 matrix by expanding the second dimension
of x and the first dimension of y.
x = (-2:0.2:2)'; % 21-by-1
y = -1.5:0.2:1.5; % 1-by-16
F = x.*exp(-x.^2-y.^2); % 21-by-16
In cases where you want to explicitly create the grids, you can use the meshgrid and
ndgrid functions.
For example, suppose while collecting data from 10,000 cones, you record several
negative values for the diameter. You can determine which values in a vector are valid
with the >= operator:
ans =
0 1 1 1 0 1 1
28-22
Vectorization
You can directly exploit the logical indexing power of MATLAB to select the valid cone
volumes, Vgood, for which the corresponding elements of D are nonnegative:
MATLAB allows you to perform a logical AND or OR on the elements of an entire vector
with the functions all and any, respectively. You can throw a warning if all values of D
are below zero:
if all(D < 0)
warning('All values of diameter are negative.')
return
end
MATLAB can also compare two vectors with compatible sizes, allowing you to impose
further restrictions. This code finds all the values where V is nonnegative and D is
greater than H:
To aid comparison, MATLAB contains special values to denote overflow, underflow, and
undefined operators, such as Inf and NaN. Logical operators isinf and isnan exist to
help perform logical tests for these special values. For example, it is often useful to
exclude NaN values from computations:
xvalid =
2 -1 0 3 2 11 4 Inf
Note Inf == Inf returns true; however, NaN == NaN always returns false.
Matrix Operations
When vectorizing code, you often need to construct a matrix with a particular size or
structure. Techniques exist for creating uniform matrices. For instance, you might need a
5-by-5 matrix of equal elements:
28-23
28 Performance
A = ones(5,5)*10;
v = 1:5;
A = repmat(v,3,1)
A =
1 2 3 4 5
1 2 3 4 5
1 2 3 4 5
The function repmat possesses flexibility in building matrices from smaller matrices or
vectors. repmat creates matrices by repeating an input matrix:
A = repmat(1:3,5,2)
B = repmat([1 2; 3 4],2,2)
A =
1 2 3 1 2 3
1 2 3 1 2 3
1 2 3 1 2 3
1 2 3 1 2 3
1 2 3 1 2 3
B =
1 2 1 2
3 4 3 4
1 2 1 2
3 4 3 4
28-24
Vectorization
A number of different ways exist for finding the redundant elements of a vector. One way
involves the function diff. After sorting the vector elements, equal adjacent elements
produce a zero entry when you use the diff function on that vector. Because diff(x)
produces a vector that has one fewer element than x, you must add an element that is
not equal to any other element in the set. NaN always satisfies this condition. Finally, you
can use logical indexing to choose the unique elements in the set:
x = [2 1 2 2 3 1 3 2 1 3];
x = sort(x);
difference = diff([x,NaN]);
y = x(difference~=0)
y =
1 2 3
Alternatively, you could accomplish the same operation by using the unique function:
y=unique(x);
However, the unique function might provide more functionality than is needed and slow
down the execution of your code. Use the tic and toc functions if you want to measure
the performance of each code snippet.
Rather than merely returning the set, or subset, of x, you can count the occurrences of an
element in a vector. After the vector sorts, you can use the find function to determine
the indices of zero values in diff(x) and to show where the elements change value. The
difference between subsequent indices from the find function indicates the number of
occurrences for a particular element:
x = [2 1 2 2 3 1 3 2 1 3];
x = sort(x);
difference = diff([x,max(x)+1]);
count = diff(find([1,difference]))
y = x(find(difference))
count =
3 4 3
28-25
28 Performance
y =
1 2 3
The find function does not return indices for NaN elements. You can count the number of
NaN and Inf values using the isnan and isinf functions.
count_nans = sum(isnan(x(:)));
count_infs = sum(isinf(x(:)));
28-26
See Also
See Also
More About
• “Matrix Indexing”
• “Techniques to Improve Performance” on page 28-14
• “Array vs. Matrix Operations” on page 2-13
External Websites
• MathWorks Newsletter: Matrix Indexing in MATLAB
28-27
29
Memory Usage
Only import into MATLAB as much of a large data set as you need for the problem you
are trying to solve. This is not usually a problem when importing from sources such as a
database, where you can explicitly search for elements matching a query. But this is a
common problem with loading large flat text or binary files. Rather than loading the
entire file, use the appropriate MATLAB function to load parts of files.
MAT-Files
Load part of a variable by indexing into an object that you create with the matfile
function.
Text Files
Use the textscan function to access parts of a large text file by reading only the selected
columns and rows. If you specify the number of rows or a repeat format number with
textscan, MATLAB calculates the exact amount of memory required beforehand.
Binary Files
You can use low-level binary file I/O functions, such as fread, to access parts of any file
that has a known format. For binary files of an unknown format, try using memory
mapping with the memmapfile function.
29-2
Strategies for Efficient Use of Memory
Many of the MATLAB functions that support loading from these types of files allow you
to select portions of the data to read. For details, see the function reference pages listed
in “Supported File Formats for Import and Export”.
Consider block processing, that is, processing a large data set one section at a time in a
loop. Reducing the size of the largest array in a data set reduces the size of any copies or
temporaries needed. You can use this technique in either of two ways:
• For a subset of applications that you can break into separate chunks and process
independently.
• For applications that only rely on the state of a previous block, such as filtering.
Avoid creating large temporary variables, and also make it a practice to clear those
temporary variables you do use when they are no longer needed. For example, when you
create a large array of zeros, instead of saving to a temporary variable A, and then
converting A to a single:
A = zeros(1e6,1);
As = single(A);
Using the repmat function, array preallocation and for loops are other ways to work on
nondouble data without requiring temporary storage in memory.
When working with large data sets, be aware that MATLAB makes a temporary copy of
an input variable if the called function modifies its value. This temporarily doubles the
memory required to store the array, which causes MATLAB to generate an error if
sufficient memory is not available.
One way to use less memory in this situation is to use nested functions. A nested
function shares the workspace of all outer functions, giving the nested function access to
29-3
29 Memory Usage
data outside of its usual scope. In the example shown here, nested function setrowval
has direct access to the workspace of the outer function myfun, making it unnecessary to
pass a copy of the variable in the function call. When setrowval modifies the value of A,
it modifies it in the workspace of the calling function. There is no need to use additional
memory to hold a separate array for the function being called, and there also is no need
to return the modified value of A:
function myfun
A = magic(500);
setrowval(400, 0);
disp('The new value of A(399:401,1:10) is')
A(399:401,1:10)
end
The numeric class you should use in MATLAB depends on your intended actions. The
default class double gives the best precision, but requires 8 bytes per element of
memory to store. If you intend to perform complicated math such as linear algebra, you
must use a floating-point class such as a double or single. The single class requires
only 4 bytes. There are some limitations on what you can do with the single class, but
most MATLAB Math operations are supported.
If you just need to carry out simple arithmetic and you represent the original data as
integers, you can use the integer classes in MATLAB. The following is a list of numeric
classes, memory requirements (in bytes), and the supported operations.
Class (Data Type) Bytes Supported Operations
single 4 Most math
29-4
Strategies for Efficient Use of Memory
Because simple numeric arrays (comprising one mxArray) have the least overhead, you
should use them wherever possible. When data is too complex to store in a simple array
(or matrix), you can use other data structures.
Cell arrays are comprised of separate mxArrays for each element. As a result, cell arrays
with many small elements have a large overhead.
Structures require a similar amount of overhead per field (see “Array Headers” on page
29-14). Structures with many fields and small contents have a large overhead and
should be avoided. A large array of structures with numeric scalar fields requires much
more memory than a structure with fields containing large numeric arrays.
Also note that while MATLAB stores numeric arrays in contiguous memory, this is not
the case for structures and cell arrays.
When reading data from a binary file with fread, it is a common error to specify only the
class of the data in the file, and not the class of the data MATLAB uses once it is in the
workspace. As a result, the default double is used even if you are reading only 8-bit
values. For example,
fid = fopen('large_file_of_uint8s.bin', 'r');
a = fread(fid, 1e3, 'uint8'); % Requires 8k
29-5
29 Memory Usage
whos a
Name Size Bytes Class Attributes
If your data contains many zeros, consider using sparse arrays, which store only nonzero
elements. The following example compares the space required for storage of an array of
mainly zeros:
You can see that this array requires only approximately 4 KB to be stored as sparse, but
approximately 8 MB as a full matrix. In general, for a sparse double array with nnz
nonzero elements and ncol columns, the memory required is
Note that MATLAB does not support all mathematical operations on sparse arrays.
29-6
Strategies for Efficient Use of Memory
In the course of a MATLAB session, memory can become fragmented due to dynamic
memory allocation and deallocation. for and while loops that incrementally increase, or
grow, the size of a data structure each time through the loop can add to this
fragmentation as they have to repeatedly find and allocate larger blocks of memory to
store the data.
To make more efficient use of your memory, preallocate a block of memory large enough
to hold the matrix at its final size before entering the loop. When you preallocate memory
for an array, MATLAB reserves sufficient contiguous space for the entire full-size array
at the beginning of the computation. Once you have this space, you can add elements to
the array without having to continually allocate new space for it in memory.
MATLAB uses a heap method of memory management. It requests memory from the
operating system when there is not enough memory available in the heap to store the
current variables. It reuses memory as long as the size of the memory segment required
is available in the heap.
The following statements can require approximately 4.3 MB of RAM. This is because
MATLAB might not be able to reuse the space previously occupied by two 1 MB arrays
when allocating space for a 2.3 MB array:
a = rand(1e6,1);
b = rand(1e6,1);
clear
c = rand(2.3e6,1);
The simplest way to prevent overallocation of memory is to allocate the largest vectors
first. These statements require only about 2.0 MB of RAM:
c = rand(2.3e6,1);
clear
a = rand(1e6,1);
b = rand(1e6,1);
On 32-bit Microsoft Windows, the workspace of MATLAB can fragment over time due to
the fact that the Windows memory manager does not return blocks of certain types and
29-7
29 Memory Usage
sizes to the operating system. Clearing the MATLAB workspace does not fix this
problem. You can minimize the problem by allocating the largest variables first. This
cannot address, however, the eventual fragmentation of the workspace that occurs from
continual use of MATLAB over many days and weeks, for example. The only solution to
this is to save your work and restart MATLAB.
The pack command, which saves all variables to disk and loads them back, does not help
with this situation.
If your program generates very large amounts of data, consider writing the data to disk
periodically. After saving that portion of the data, use the clear function to remove the
variable from memory and continue with the data generation.
When you are working with a very large data set repeatedly or interactively, clear the old
variable first to make space for the new variable. Otherwise, MATLAB requires
temporary storage of equal size before overriding the variable. For example,
a = rand(100e6,1) % 800 MB array
b = rand(100e6,1) % New 800 MB array
Error using rand
Out of memory. Type HELP MEMORY for your options.
clear a
a = rand(100e6,1) % New 800 MB array
29-8
Resolve “Out of Memory” Errors
In this section...
“General Suggestions for Reclaiming Memory” on page 29-9
“Increase System Swap Space” on page 29-10
“Set the Process Limit on Linux Systems” on page 29-10
“Disable Java VM on Linux Systems” on page 29-10
“Free System Resources on Windows Systems” on page 29-11
If the Out of Memory message still appears, you can try any of the following:
• If possible, reduce the size of your data. For example, break large matrices into
several smaller matrices so that less memory is used at any one time.
• If you have large files and data sets, see “Large Files and Big Data”.
• Make sure that there are no external constraints on the memory accessible to
MATLAB. On Linux® systems, use the limit command to investigate.
• Increase the size of the swap file. We recommend that you configure your system with
twice as much swap space as you have RAM. For more information, see “Increase
System Swap Space” on page 29-10.
• Add more memory to the system.
29-9
29 Memory Usage
Most systems enable you to control the size of your swap file. The steps involved depend
on your operating system.
• Windows Systems — Use the Windows Control Panel to change the size of the virtual
memory paging file on your system. For more information, refer to the Windows help.
• Linux Systems — Change your swap space by using the mkswap and swapon
commands. For more information, at the Linux prompt type man followed by the
command name.
There is no interface for directly controlling the swap space on macOS systems.
The 64-bit operating systems support a process limit of 8 terabytes. On Linux systems,
see the ulimit command to view and set user limits including virtual memory.
29-10
See Also
Using -nojvm comes with a penalty in that you lose many features that rely on the Java
software, including the entire development environment. Starting MATLAB with the -
nodesktop option does not save any substantial amount of memory.
If total system memory is the limiting factor, shutting down other applications and
services can help (for example, using msconfig on Windows systems). However, the
process limit is usually the main limiting factor.
See Also
memory
Related Examples
• “Strategies for Efficient Use of Memory” on page 29-2
• “Large Files and Big Data”
• “Java Heap Memory Preferences”
29-11
29 Memory Usage
In this section...
“Memory Allocation for Arrays” on page 29-12
“Data Structures and Memory” on page 29-16
Note Any information on how the MATLAB software handles data internally is subject
to change in future releases.
If you add new elements to an existing array, MATLAB expands the existing array in
memory in a way that keeps its storage contiguous. This usually requires finding a new
block of memory large enough to hold the expanded array. MATLAB then copies the
contents of the array from its original location to this new block in memory, adds the new
elements to the array in this block, and frees up the original array location in memory.
29-12
How MATLAB Allocates Memory
If you remove elements from an existing array, MATLAB keeps the memory storage
contiguous by removing the deleted elements, and then compacting its storage in the
original memory location.
Working with Large Data Sets
If you are working with large data sets, you need to be careful when increasing the size of
an array to avoid getting errors caused by insufficient memory. If you expand the array
beyond the available contiguous memory of its original location, MATLAB must make a
copy of the array and set this copy to the new value. During this operation, there are two
copies of the original array in memory. This temporarily doubles the amount of memory
required for the array and increases the risk of your program running out of memory
during execution. It is better to preallocate sufficient memory for the largest potential
size of the array at the start. See “Preallocation” on page 28-17.
Copying Arrays
Internally, multiple variables can point to the same block of data, thus sharing that
array's value. When you copy a variable to another variable (e.g., B = A), MATLAB
makes a copy of the array reference, but not the array itself. As long as you do not modify
the contents of the array, there is no need to store more than one copy of it. If you do
modify any elements of the array, MATLAB makes a copy of the array and then modifies
that copy.
The following example demonstrates this. Start by creating a simple script memUsed.m to
display how much memory is being used by your MATLAB process. Put these two lines of
code in the script:
[usr, sys] = memory;
usr.MemUsedMATLAB
Get an initial reading of how much memory is being used by your MATLAB process:
format short eng;
memUsed
ans =
295.4977e+006
29-13
29 Memory Usage
Make a copy of array A in B. As there is no need to have two copies of the array data,
MATLAB only makes a copy of the array reference. This requires no significant
additional memory:
B = A;
memUsed
ans =
327.6349e+006
Now modify B by making it one half its original size (that is, set 1000 rows to empty).
This requires that MATLAB make a copy of at least the first 1000 rows of the A array,
and assign that copy to B:
B(1001:2000,:) = [];
format short; size(B)
ans =
1000 2000
Check the memory used again. Even though B is significantly smaller than it was
originally, the amount of memory used by the MATLAB process has increased by about
16 MB (1/2 of the 32 MB originally required for A) because B could no longer remain as
just a reference to A:
Array Headers
When you assign an array to a variable, MATLAB also stores information about the
array (such as class and dimensions) in a separate piece of memory called a header. For
most arrays, the memory required to store the header is insignificant. There is a small
advantage to storing large data sets in a small number of large arrays as opposed to a
large number of small arrays. This is because the former configuration requires fewer
array headers.
Structure and Cell Arrays
For structures and cell arrays, MATLAB creates a header not only for each array, but
also for each field of the structure and for each cell of a cell array. Because of this, the
amount of memory required to store a structure or cell array depends not only on how
much data it holds, but also on how it is constructed.
29-14
How MATLAB Allocates Memory
For example, take a scalar structure array S1 having fields R, G, and B. Each field of size
100-by-50 requires one array header to describe the overall structure, one header for
each unique field name, and one header per field for the 1-by-1 structure array. This
makes a total of seven array headers for the entire data structure:
S1.R(1:100,1:50)
S1.G(1:100,1:50)
S1.B(1:100,1:50)
On the other hand, take a 100-by-50 structure array S2 in which each element has scalar
fields R, G, and B. In this case, you need one array header to describe the overall
structure, one for each unique field name, and one per field for each of the 5,000 elements
of the structure, making a total of 15,004 array headers for the entire data structure:
S2(1:100,1:50).R
S2(1:100,1:50).G
S2(1:100,1:50).B
Even though S1 and S2 contain the same amount of data, S1 uses significantly less space
in memory. Not only is less memory required, but there is a corresponding speed benefit
to using the S1 format, as well.
See “Cell Arrays” and “Structures” under “Data Structures and Memory” on page 29-16.
Memory Usage Reported By the whos Function
The whos function displays the amount of memory consumed by any variable. For
reasons of simplicity, whos reports only the memory used to store the actual data. It does
not report storage for the array header, for example.
Function Arguments
MATLAB handles arguments passed in function calls in a similar way. When you pass a
variable to a function, you are actually passing a reference to the data that the variable
represents. As long as the input data is not modified by the function being called, the
variable in the calling function and the variable in the called function point to the same
location in memory. If the called function modifies the value of the input data, then
MATLAB makes a copy of the original array in a new location in memory, updates that
copy with the modified value, and points the input variable in the called function to this
new array.
In the example below, function myfun modifies the value of the array passed into it.
MATLAB makes a copy in memory of the array pointed to by A, sets variable X as a
29-15
29 Memory Usage
reference to this new array, and then sets one row of X to zero. The array referenced by A
remains unchanged:
A = magic(500);
myfun(A);
function myfun(X)
X(400,:) = 0;
If the calling function needs the modified value of the array it passed to myfun, you need
to return the updated array as an output of the called function, as shown here for
variable A:
A = magic(500);
A = myfun(A);
sprintf('The new value of A is %d', A)
function Y = myfun(X)
X(400,:) = 0;
Y = X;
Numeric Arrays
MATLAB requires 1, 2, 4, or 8 bytes to store 8-bit, 16-bit, 32-bit, and 64-bit signed and
unsigned integers, respectively. For floating-point numbers, MATLAB uses 4 or 8 bytes
for single and double types. To conserve memory when working with numeric arrays,
MathWorks recommends that you use the smallest integer or floating-point type that
contains your data without overflowing. For more information, see “Numeric Types”.
Complex Arrays
MATLAB stores complex data as separate real and imaginary parts. If you make a copy
of a complex array variable, and then modify only the real or imaginary part of the array,
MATLAB creates an array containing both real and imaginary parts.
29-16
How MATLAB Allocates Memory
Sparse Matrices
It is best to store matrices with values that are mostly zero in sparse format. Sparse
matrices can use less memory and might also be faster to manipulate than full matrices.
You can convert a full matrix to sparse format using the sparse function.
Compare two 1000-by-1000 matrices: X, a matrix of doubles with 2/3 of its elements equal
to zero; and Y, a sparse copy of X. The following example shows that the sparse matrix
requires approximately half as much memory:
whos
Name Size Bytes Class
Cell Arrays
In addition to data storage, cell arrays require a certain amount of additional memory to
store information describing each cell. This information is recorded in a header, and
there is one header for each cell of the array. You can determine the amount of memory
required for a cell array header by finding the number of bytes consumed by a 1-by-1 cell
that contains no data, as shown below for a 32-bit system:
whos A
Name Size Bytes Class Attributes
A 1x1 60 cell
In this case, MATLAB shows the number of bytes required for each header in the cell
array on a 32-bit system to be 60. This is the header size that is used in all of the 32-bit
examples in this section. For 64-bit systems, the header size is assumed to be 112 bytes
in this documentation. You can find the correct header size on a 64-bit system using the
method just shown for 32 bits.
To predict the size of an entire cell array, multiply the number you have just derived for
the header by the total number of cells in the array, and then add to that the number of
bytes required for the data you intend to store in the array:
29-17
29 Memory Usage
So a 10-by-20 cell array that contains 400 bytes of data would require 22,800 bytes of
memory on a 64-bit system:
(112 x 200) + 400 = 22800
Note While numeric arrays must be stored in contiguous memory, structures and cell
arrays do not.
The following 4-by-1 cell array records the brand name, screen size, price, and on-sale
status for three laptop computers:
Laptops = {['SuperrrFast 89X', 'ReliablePlus G5', ...
'UCanA4dIt 140L6']; ...
[single(17), single(15.4), single(14.1)]; ...
[2499.99, 1199.99, 499.99]; ...
[true, true, false]};
On a 32-bit system, the cell array header alone requires 60 bytes per cell:
4 cells * 60 bytes per cell = 240 bytes for the cell array
Calculate the memory required to contain the data in each of the four cells:
45 characters * 2 bytes per char = 90 bytes
3 doubles * 8 bytes per double = 24 bytes
3 singles * 4 bytes per single = 12 bytes
3 logicals * 1 byte per logical = 3 bytes
Add the two, and then compare your result with the size returned by MATLAB:
240 + 129 = 369 bytes total
whos Laptops
Name Size Bytes Class Attributes
Structures
S.A = [];
B = whos('S');
29-18
How MATLAB Allocates Memory
B.bytes - 60
ans =
64
On a 64-bit computer system, a 4-by-5 structure Clients with fields Address and
Phone uses 4,608 bytes just for the structure:
To that sum, you must add the memory required to hold the data assigned to each field.
If you assign a 25-character vector to Address and a 12-character vector to Phone in
each element of the 4-by-5 Clients array, you use 1480 bytes for data:
Add the two and you see that the entire structure consumes 6,088 bytes of memory.
Example 1 – Memory Allocation for a Structure Array
Compute the amount of memory that would be required to store the following 6-by-5
structure array having the following four fields on a 32-bit system:
A = int8(ones(5,8,6));
B = single(1:500);
C = uint16(magic(30));
D = 'Company Name: MathWorks';
for m=1:6
for n=1:5
s(m,n)=s(1,1);
29-19
29 Memory Usage
end
end
Calculate the amount of memory required for the structure itself, and then for the data it
contains:
structure = fields x ((60 x array elements) + 64) =
4 x ((60 x 30) + 64) = 7,456 bytes
Add the two, and then compare your result with the size returned by MATLAB:
Total bytes calculated for structure s: 7,456 + 122,820 = 130,276
whos s
Name Size Bytes Class Attributes
29-20
30
For example, create a class definition file named someClass.m with several properties
and methods, as shown.
classdef someClass
% someClass Summary of this class goes here
% Detailed explanation goes here
properties
One % First public property
Two % Second public property
end
properties (Access=private)
Three % Do not show this property
end
methods
function obj = someClass
% Summary of constructor
end
function myMethod(obj)
% Summary of myMethod
disp(obj)
end
end
methods (Static)
function myStaticMethod
% Summary of myStaticMethod
end
end
end
30-2
Create Help for Classes
View the help text and the details from the class definition using the doc command.
doc someClass
30-3
30 Custom Help and Documentation
Classes
Create help text for classes by including comments on lines immediately after the
classdef statement in a file. For example, create a file named myClass.m, as shown.
classdef myClass
% myClass Summary of myClass
% This is the first line of the description of myClass.
% Descriptions can include multiple lines of text.
%
% myClass Properties:
% a - Description of a
% b - Description of b
%
% myClass Methods:
% doThis - Description of doThis
% doThat - Description of doThat
properties
a
b
end
methods
function obj = myClass
end
function doThis(obj)
end
function doThat(obj)
end
end
end
Lists and descriptions of the properties and methods in the initial comment block are
optional. If you include comment lines containing the class name followed by
Properties or Methods and a colon (:), then MATLAB creates hyperlinks to the help
for the properties or methods.
View the help text for the class in the Command Window using the help command.
help myClass
30-4
Create Help for Classes
myClass Properties:
a - Description of a
b - Description of b
myClass Methods:
doThis - Description of doThis
doThat - Description of doThat
Methods
Create help for a method by inserting comments immediately after the function
definition statement. For example, modify the class definition file myClass.m to include
help for the doThis method.
function doThis(obj)
% doThis Do this thing
% Here is some help text for the doThis method.
%
% See also DOTHAT.
disp(obj)
end
View the help text for the method in the Command Window using the help command.
Specify both the class name and method name, separated by a dot.
help myClass.doThis
Properties
• Insert comment lines above the property definition. Use this approach for multiline
help text.
30-5
30 Custom Help and Documentation
Comments above the definition have precedence over a comment next to the definition.
For example, modify the property definitions in the class definition file myClass.m.
properties
a % First property of myClass
View the help for properties in the Command Window using the help command. Specify
both the class name and property name, separated by a dot.
help myClass.a
help myClass.b
Enumerations
Like properties, there are two ways to create help for enumerations:
• Insert comment lines above the enumeration definition. Use this approach for
multiline help text.
• Add a single-line comment next to the enumeration definition.
Comments above the definition have precedence over a comment next to the definition.
classdef myEnumeration
enumeration
uno, % First enumeration
30-6
Create Help for Classes
View the help in the Command Window using the help command. Specify both the class
name and enumeration member, separated by a dot.
help myEnumeration.uno
help myEnumeration.dos
Events
Like properties and enumerations, there are two ways to create help for events:
• Insert comment lines above the event definition. Use this approach for multiline help
text.
• Add a single-line comment next to the event definition.
Comments above the definition have precedence over a comment next to the definition.
methods
function fireEventAlpha(h)
notify(h,'Alpha')
end
30-7
30 Custom Help and Documentation
function fireEventBeta(h)
notify(h,'Beta')
end
end
end
View the help in the Command Window using the help command. Specify both the class
name and event, separated by a dot.
help hasEvents.Alpha
help hasEvents.Beta
See Also
doc | help
More About
• “Role of Classes in MATLAB”
• “User-Defined Classes”
30-8
Check Which Programs Have Help
In the Help Report, you specify a set of help components for which you want to search,
such as examples or See Also lines. For each file searched, MATLAB displays the help
text for the components it finds. Otherwise, MATLAB displays a highlighted message to
indicate that the component is missing.
To generate a Help Report, in the Current Folder browser, navigate to the folder you
want to check, click , and then select Reports > Help Report. The Help Report
displays in the MATLAB web browser.
Note You cannot run reports when the path is a UNC (Universal Naming Convention)
path; that is, a path that starts with \\. Instead, use an actual hard drive on your
system, or a mapped network drive.
30-9
30 Custom Help and Documentation
If the programs listed after See also are on the search path,
then the help command generates hyperlinks to the help for
those programs. The Help Report indicates when a program in
the See also line is not on the path.
Copyright Check for a comment line in the file that begins with the word
Copyright. When there is a copyright line, the report also
checks whether the end year is current. The date check requires
that the copyright line includes either a single year (such as
2012) or a range of years with no spaces (such as 2001-2012).
30-10
See Also
See Also
Related Examples
• “Add Help for Your Program” on page 20-6
• “Create Help Summary Files — Contents.m” on page 30-12
30-11
30 Custom Help and Documentation
Contents.m files contain only comment lines. The first two lines are headers that
describe the folder. Subsequent lines list the program files in the folder, along with their
descriptions. Optionally, you can group files and include category descriptions. For
example, view the functions available in the codetools folder:
help codetools
Directory tools
mlintrpt - Run mlint for file or folder, reporting results in browser
visdiff - Compare two files (text, MAT, or binary) or folders
...
If you do not want others to see a summary of your program files, place an empty
Contents.m file in the folder. An empty Contents.m file causes help foldername to
report No help found for foldername. Without a Contents.m file, the help and
doc commands display a generated list of all program files in the folder.
30-12
Create Help Summary Files — Contents.m
1 In the Current Folder browser, navigate to the folder that contains your program
files.
2 Click , and then select Reports > Contents Report.
3 In the report, where prompted to make a Contents.m file, click yes. The new file
includes the names of all program files in the folder, using the description line (the
first nonempty comment line) whenever it is available.
4 Open the generated file in the Editor, and modify the file so that the second
comment line is in this form:
Do not include any spaces in the date. This comment line enables the ver function to
detect the version information.
Note MATLAB does not include live scripts when creating a Contents Report.
1 In the Current Folder browser, navigate to the folder that contains the Contents.m
file.
2 Click , and then select Reports > Contents Report.
Note You cannot run reports when the path is a UNC (Universal Naming Convention)
path; that is, a path that starts with \\. Instead, use an actual hard drive on your
system, or a mapped network drive.
30-13
30 Custom Help and Documentation
You can make all the suggested changes by clicking fix all, or open the file in the Editor
by clicking edit Contents.m.
See Also
doc | help | ver
30-14
Display Custom Documentation
Overview
If you create a toolbox that works with MathWorks products, even if it only contains a
few functions, you can include custom documentation in the form of HTML help files.
Custom documentation for your toolbox can include figures, diagrams, screen captures,
equations, and formatting to make your toolbox help more usable.
• HTML help files — These files contain your custom documentation information.
• info.xml file — This file enables MATLAB to find and identify your HTML help
files.
• helptoc.xml file — This file contain the Table of Contents for your documentation
that displays in the Contents pane of the Help browser. This file must be stored in
the folder that contains your HTML help files.
• Search database (optional) — These files enable searching in your HTML help
files.
To view your custom documentation, open the Help browser and navigate to the home
page. At the bottom right of the home page, under Supplemental Software, click the
name of your toolbox. Your help opens in the current window.
30-15
30 Custom Help and Documentation
• Create a live script (*.mlx) and export it to HTML. For more information, see “Share
Live Scripts” on page 19-49.
• Create a script (*.m), and publish it to HTML. For more information, see “Publishing
MATLAB Code” on page 23-4.
Store all your HTML help files in one folder, such as an html subfolder in your toolbox
folder. This folder must be:
• A roadmap page (that is, an initial landing page for the documentation)
• Examples and topics that explain how to use the toolbox
• Function or block reference pages
30-16
Display Custom Documentation
To create info.xml to describe your toolbox, you can adapt this template:
<productinfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="optional">
<?xml-stylesheet type="text/xsl"href="optional"?>
<matlabrelease>R2016b</matlabrelease>
<name>MyToolbox</name>
<type>toolbox</type>
<icon></icon>
<help_location>html</help_location>
</productinfo>
You can also create info.xml by using the template info_template.xml included
with the MATLAB documentation. To create and edit a copy of the template file in your
current folder, run this code in the command window:
copyfile(fullfile(matlabroot,'help','techdoc','matlab_env',...
'examples','templates','info_template.xml'),pwd)
fileattrib('info_template.xml','+w')
edit('info_template.xml')
The following table describes the required elements of the info.xml file.
XML Tag Description Value in Template Notes
<matlabrelease> Release of R2016b Indicates when you added help
MATLAB files. Not displayed in the
browser.
<name> Title of toolbox MyToolbox The name to display for your
custom documentation in the
browser Contents pane.
<type> Label for the toolbox Allowable values: matlab,
toolbox toolbox, simulink,
blockset, links_targets,
other.
30-17
30 Custom Help and Documentation
You also can include comments in your info.xml file, such as copyright and contact
information. Create comments by enclosing the text on a line between <!-- and -->.
Note MATLAB parses the info.xml file and displays your documentation when you
add the folder that contains info.xml to the path. If you created an info.xml file in
a folder already on the path, remove the folder from the path. Then add the folder
30-18
Display Custom Documentation
again, so that MATLAB parses the file. Make sure that the folder you are adding is
not your current folder.
You can create a helptoc.xml file by using the template included with the MATLAB
documentation. To create and edit a copy of the template file helptoc_template.xml
in your current folder, run this code in the Command Window:
copyfile(fullfile(matlabroot,'help','techdoc','matlab_env',...
'examples','templates','helptoc_template.xml'),pwd)
fileattrib('helptoc_template.xml','+w')
edit('helptoc_template.xml')
Place the helptoc.xml file in the folder that contains your HTML documentation files.
This folder must be referenced as the <help_location> in your info.xml file.
Each <tocitem> entry in the helptoc.xml file references one of your HTML help files.
The first <tocitem> entry in the helptoc.xml file serves as the initial landing page for
your documentation.
Within the top-level <toc> element, the nested <tocitem> elements define the
structure of your table of contents. Each <tocitem> element has a target attribute
that provides the file name. File and path names are case-sensitive.
30-19
30 Custom Help and Documentation
</toc>
This helptoc.xml file, paired with a properly formulated info.xml file, produced this
display in the Help browser.
30-20
Display Custom Documentation
For example, suppose that your HTML files are in C:\MATLAB\MyToolbox\html. This
command creates a searchable database for those files:
builddocsearchdb('C:\MATLAB\MyToolbox\html')
You can search for terms in your toolbox from the Search Documentation field in the
Help browser.
30-21
30 Custom Help and Documentation
Beginning with MATLAB R2014b, you can maintain search indexes side by side. For
instance, if you already have a search index for MATLAB R2014a or earlier, run
builddocsearchdb against your help files using MATLAB R2014b. Then, when you run
any MATLAB release, the help browser automatically uses the appropriate index for
searching your documentation database.
When MATLAB finds an info.xml file on the search path or in the current folder, it
automatically validates the file against the supported schema. If there is an invalid
construct in the info.xml file, MATLAB displays an error in the Command Window.
The error is typically of the form:
An info.xml validation error can occur when you start MATLAB or add folders to the
search path.
30-22
Display Custom Documentation
If you do not list required XML elements in the prescribed order, you receive an XML
validation error:
Often, errors result from incorrect ordering of XML tags. Correct the error by updating
the info.xml file contents to follow the guidelines in the MATLAB help documentation.
For a description of the elements you need in an info.xml file and their required
ordering, see “Create info.xml File” on page 30-17.
Suppose that you have a file named info.xml that has nothing to do with custom
documentation. Because this info.xml file is an unrelated file, if it causes an error, you
can safely ignore it. To prevent the error message from reoccurring, rename the
unrelated info.xml file. Alternatively, ensure that the file is not on the search path or
in the current folder.
Use the error message to isolate the problem or use any XML schema validator. For more
information about the structure of the info.xml file, consult its schema at
matlabroot/sys/namespace/info/v1/info.xsd.
If you have an info.xml file from a different version of MATLAB, that file could contain
constructs that are not valid with your version. To identify an info.xml file from
another version, look at the full path names reported in the error message. The path
usually includes a version number, for example, ...\MATLAB\R14\.... In this
situation, the error is not actually causing any problems, so you can safely ignore the
error message. To ensure that the error does not reoccur, remove the offending info.xml
file. Alternatively, remove the outdated info.xml file from the search path and out of
the current folder.
30-23
30 Custom Help and Documentation
See Also
Related Examples
• “Display Custom Examples” on page 30-25
• “Create and Share Toolboxes” on page 25-13
• “Add Help for Your Program” on page 20-6
30-24
Display Custom Examples
1 Create your example files. Store the files in a folder that is on the MATLAB search
path, but outside the matlabroot folder.
• Create a live script (*.mlx) and export it to HTML. For more information, see
“Share Live Scripts” on page 19-49.
• Create a script (*.m), and publish it to HTML. For more information, see
“Publishing MATLAB Code” on page 23-4.
2 Create a demos.xml file that describes the name, type, and display information for
your examples.
For example, suppose that you have a toolbox named My Sample, which contains a
script named my_example that you published to HTML. This demos.xml file allows
you to display my_example:
<?xml version="1.0" encoding="utf-8"?>
<demos>
<name>My Sample</name>
<type>toolbox</type>
<icon>HelpIcon.DEMOS</icon>
<description>This text appears on the main page for your examples.</description>
<website><a href="http://www.mathworks.com">Link to your Web site</a></website>
<demosection>
<label>First Section</label>
<demoitem>
30-25
30 Custom Help and Documentation
</demos>
Within the demos.xml file, the root tag is <demos>. This tag includes elements that
determine the contents of the main page for your examples.
XML Tag Notes
<name> Name of your toolbox or collection of examples.
<type> Possible values are matlab, simulink, toolbox, or
blockset.
<icon> Ignored in MATLAB R2015a and later.
In previous releases, this icon was the icon for your example.
In those releases, you can use a standard icon,
HelpIcon.DEMOS. Or, you can provide a custom icon by
specifying a path to the icon relative to the location of the
demos.xml file.
30-26
Display Custom Examples
Optionally, define categories for your examples by including a <demosection> for each
category. If you include any categories, then all examples must be in categories.
Each <demosection> element contains a <label> that provides the category name, and
the associated <demoitem> elements.
30-27
30 Custom Help and Documentation
30-28
31
The source control interface provides access to your source control system from the
MATLAB desktop.
31-2
About MathWorks Source Control Integration
• Subversion® (SVN)
• Git™
• Retrieve files from an existing repository. See “Check Out from SVN Repository” on
page 31-24 or “Clone from Git Repository” on page 31-36.
• Add source control to a folder. See “Create New Repository” on page 31-7.
• Add new files in a folder already under source control. See “Mark Files for Addition to
Source Control” on page 31-10.
31-3
31 Source Control Interface
• Locking and user permissions on a per-file basis (e.g., you can enforce locking of
model files)
• Central server, reducing local storage needs
• Simple and easy to learn
This diagram represents the distributed source control workflow (for example, using Git).
• Offline working
• Local repository, which provides full history
• Branching
• Multiple remote repositories, enabling large-scale hierarchical access control
31-4
About MathWorks Source Control Integration
• You need to work offline, commit regularly, and need access to the full repository
history.
• You need to branch locally.
31-5
31 Source Control Interface
31-6
Create New Repository
To use a Git server for your remote repository, you can set up your own Apache™ Git
server or use a Git server hosting solution. If you cannot set up a server and must use a
remote repository via the file system using the file:/// protocol, make sure that it is a
bare repository with no checked out working copy.
For SVN, check that your sandbox folder is on a local hard disk. Using a network folder
with SVN is slow and unreliable.
Before using source control, you must register binary files with your source control tools
to avoid corruption. See “Register Binary Files with SVN” on page 31-18 or “Register
Binary Files with Git” on page 31-32.
Tip To check out an existing SVN repository, see “Check Out from SVN Repository” on
page 31-24. To clone an existing remote Git repository, see “Clone from Git Repository”
on page 31-36.
1 Right-click in the white space (any blank area) of the MATLAB Current Folder
browser. Select Source Control > Manage Files.
2 In the Manage Files Using Source Control dialog box, in the Source control
integration list:
If you are using Git, you can change the repository URL after the repository is
created. In the Current Folder browser, in a folder under source control, right-click
and select Source Control > Remote and specify a new URL.
4
Click the Create a repository button to create a repository on disk.
31-7
31 Source Control Interface
5 Select an empty folder or create a new folder in which you want to create the
repository and click Select Folder to create the repository.
For SVN, the URL of the new repository is in the Repository URL box, and the
trunk folder is selected. Specify file:// URLs and create new repositories for
single users only. For multiple users, see “Share a Subversion Repository” on page
31-22.
6 In the Specify SVN Repository URL (SVN) or Select a Repository (Git), click
Validate to check the path to the selected repository, and then click OK.
If your SVN repository has a file URL, a warning appears that file URLs are for
single users. Click OK to continue.
7 In the Manage Files Using Source Control dialog box, choose the location for your
sandbox, and then click Retrieve.
For an SVN sandbox, the selected folder can contain files. However, for a Git
sandbox, the selected folder must be empty. You cannot clone a remote repository
into a folder that contains files.
You need some additional setup steps if you want to merge branches with Git. See
“Install Command-Line Git Client” on page 31-31.
After integrity checks are complete, you can commit the first version of your files to the
new repository.
See Also
Related Examples
• “Set Up SVN Source Control” on page 31-17
• “Set Up Git Source Control” on page 31-30
• “Check Out from SVN Repository” on page 31-24
• “Clone from Git Repository” on page 31-36
• “Commit Modified Files to Source Control” on page 31-15
31-8
Review Changes in Source Control
• Show Revisions to open the File Revisions dialog box and browse the history of a
file. You can view information about who previously committed the file, when they
committed it, and the log messages. You can select multiple files and view revision
history for each file.
• Compare to Revision to open a dialog box where you can select the revisions you
want to compare and view a comparison report. You can either:
If you need to update the status of the modified files, see “Update SVN File Status and
Revision” on page 31-28 or “Update Git File Status and Revision” on page 31-38.
See Also
Related Examples
• “Resolve Source Control Conflicts” on page 31-11
• “Commit Modified Files to Source Control” on page 31-15
• “Revert Changes in Source Control” on page 31-16
31-9
31 Source Control Interface
When the file is marked for addition to source control, the symbol changes to Added .
31-10
Resolve Source Control Conflicts
For details on using the Comparison Tool to merge changes, see “Merge Text Files” on
page 31-12.
After you are satisfied with the file that is marked conflicted, you can mark the conflict
resolved and commit the file.
Resolve Conflicts
1 Look for conflicted files in the Current Folder browser.
2 Check the source control status column (SVN or Git) for files with a red warning
symbol , which indicates a conflict.
3 Right-click the conflicted file and select Source Control > View Conflicts to
compare versions.
4 Examine the conflict. A comparison report opens that shows the differences between
the conflicted files.
With SVN, the comparison shows the differences between the file and the version of
the file in conflict.
With Git, the comparison shows the differences between the file on your branch and
the branch you want to merge into.
5 Use the Comparison Tool report to determine how to resolve the conflict.
31-11
31 Source Control Interface
You can use the Comparison Tool to merge changes between revisions, as described
in “Merge Text Files” on page 31-12.
6 When you have resolved the changes and want to commit the version in your
sandbox, in the Current Folder browser, right-click the file and select Source
Control > Mark Conflict Resolved.
With Git, the Branch status in the Source Control Details dialog box changes from
MERGING to SAFE.
7 Commit the modified files.
<<<<<<< .mine
then extract the conflict markers before merging, as described in “Extract Conflict
Markers” on page 31-13.
Tip When comparing a file to another version in source control, by default the right file is
the version in your sandbox and the left file is either a temporary copy of the previous
version or another version causing a conflict (e.g., filename_theirs). You can swap the
position of the files, so be sure to observe the file paths of the left and right file at the top
of the comparison report. Merge differences from the temporary copy to the version in
your sandbox to resolve conflicts.
1 In the Comparison Tool report, select a difference in the report and click Merge. The
selected difference is copied from the left file to the right file.
Merged differences display gray row highlighting and a green merge arrow.
The merged file name at the top of the report displays with an asterisk
(filename.m*) to show you that the file contains unsaved changes.
31-12
Resolve Source Control Conflicts
2 Click Save Merged File to save the file in your sandbox. To resolve conflicts, save
the merged file over the conflicted file.
3 If you want to inspect the files in the editor, click the line number links in the report.
Note If you make any further changes in the editor, the comparison report does not
update to reflect changes and report links can become incorrect.
4 When you have resolved the changes mark them as conflict resolved. Right-click the
file in the Current Folder browser and select Source Control > Mark Conflict
Resolved.
Source control tools can insert conflict markers in files that you have not registered as
binary (e.g., text files). You can use MATLAB to extract the conflict markers and
compare the files causing the conflict. This process helps you to decide how to resolve the
conflict.
Caution Register files with source control tools to prevent them from inserting conflict
markers and corrupting files. See “Register Binary Files with SVN” on page 31-18 or
“Register Binary Files with Git” on page 31-32. If your files already contains conflict
markers, the MATLAB tools can help you to resolve the conflict.
If you try to open a file containing conflict markers, the Conflict Markers Found dialog
box opens. Follow the prompts to fix the file by extracting the conflict markers. After you
31-13
31 Source Control Interface
extract the conflict markers, resolve the conflicts as described in “Examining and
Resolving Conflicts” on page 31-11.
To view the conflict markers, in the Conflict Markers Found dialog box, click Load File.
Do not try to load files, because MATLAB does not recognize conflict markers. Instead,
click Fix File to extract the conflict markers.
When you open a conflicted file or select View Conflicts, MATLAB checks files for
conflict markers and offers to extract the conflict markers. MATLAB checks only
conflicted files for conflict markers.
However, some files that are not marked as conflicted can still contain conflict markers.
This can happen if you or another user marked a conflict resolved without removing the
conflict markers and then committed the file. If you see conflict markers in a file that is
not marked conflicted, you can extract the conflict markers.
1 In the Current Folder browser, right-click the file, and select Source Control >
Extract Conflict Markers to File.
2 In the Extract Conflict Markers to File dialog box, leave the default option to copy
“mine” file version over the conflicted file. Leave the Compare extracted files
check box selected. Click Extract.
3 Use the Comparison Tool report as usual to continue to resolve the conflict.
31-14
Commit Modified Files to Source Control
1 Right-click in the Current Folder browser and select Source Control > View and
Commit Changes. In the View and Commit Changes dialog box, select the files to
commit to the repository.
2 Enter comments in the dialog box, and click Submit.
3 A message appears if you cannot commit because the repository has moved ahead.
Before you can commit the file, you must update the revision up to the current
HEAD revision.
• If you are using SVN source control, right-click in the Current Folder browser.
Select Source Control > Update All from SVN.
• If you are using Git source control, right-click in the Current Folder browser.
Select Source Control > Pull.
See Also
Related Examples
• “Mark Files for Addition to Source Control” on page 31-10
• “Review Changes in Source Control” on page 31-9
• “Resolve Source Control Conflicts” on page 31-11
• “Update SVN File Status and Revision” on page 31-28
• “Update Git File Status and Revision” on page 31-38
• “Pull, Push and Fetch Files with Git” on page 31-45
31-15
31 Source Control Interface
With Git, right-click a file and select Source Control > Revert Local Changes. Git
does not have locks. To remove all local changes, right-click a blank space in the Current
Folder browser and select Source Control > Branches. In the Branches dialog box,
click Revert to Head.
If you revert a file to an earlier revision and then make changes, you cannot commit the
file until you resolve the conflict with the repository history.
See Also
Related Examples
• “Resolve Source Control Conflicts” on page 31-11
31-16
Set Up SVN Source Control
In this section...
“SVN Source Control Options” on page 31-17
“Register Binary Files with SVN” on page 31-18
“Standard Repository Structure” on page 31-21
“Tag Versions of Files” on page 31-21
“Enforce Locking Files Before Editing” on page 31-22
“Share a Subversion Repository” on page 31-22
Caution Before using source control, you must register binary files with the source
control tools to avoid corruption. See “Register Binary Files with SVN” on page 31-18.
If you need to use a version of SVN other than the built-in version, you can create a
repository using the Command-Line SVN Integration (compatibility mode)
Source control integration option, but you must also install a command-line SVN
client.
Command-line SVN integration communicates with any Subversion (SVN) client that
supports the command-line interface. With Command-Line SVN Integration
(compatibility mode), if you try to rename a file or folder to a name that contains an
@ character, an error occurs because command-line SVN treats all characters after the @
symbol as a peg revision value.
31-17
31 Source Control Interface
Also check that other file extensions are registered as binary to avoid corruption at
check-in. Check and register files such as .mdlp, .slxp, .sldd, .p, MEX-
files, .xlsx, .jpg, .pdf, .docx, etc.
You must register binary files if you use any version of SVN, including the built-in SVN
integration provided by MATLAB. If you do not register your extensions as binary, SVN
might add annotations to conflicted MATLAB files and attempt automerge. To avoid this
problem when using SVN, register file extensions.
1 Locate your SVN config file. Look for the file in these locations:
• C:\Users\myusername\AppData\Roaming\Subversion\config or C:
\Documents and Settings\myusername\Application Data\Subversion
\config on Windows
• ~/.subversion on Linux or macOS
2 If you do not find a config file, create a new one. See “Create SVN Config File” on
page 31-18.
3 If you find an existing config file, you have previously installed SVN. Edit the
config file. See “Update Existing SVN Config File” on page 31-19.
1 If you do not find an SVN config file, create a text file containing these lines:
[miscellany]
enable-auto-props = yes
[auto-props]
*.mlx = svn:mime-type=application/octet-stream
*.mat = svn:mime-type=application/octet-stream
*.fig = svn:mime-type=application/octet-stream
31-18
Set Up SVN Source Control
*.mdl = svn:mime-type=application/octet-stream
*.slx = svn:mime-type= application/octet-stream
2 Check for other file types you use that you also need to register as binary to avoid
corruption at check-in. Check for files such as .mat, .mdlp, .slxp, .p, MEX-files
(.mexa64, .mexmaci64, .mexw64), .xlsx, .jpg, .pdf, .docx, etc. Add a line to the
config file for each file type you need. Examples:
*.mdlp = svn:mime-type=application/octet-stream
*.slxp = svn:mime-type=application/octet-stream
*.sldd = svn:mime-type=application/octet-stream
*.p = svn:mime-type=application/octet-stream
*.mexa64 = svn:mime-type=application/octet-stream
*.mexw64 = svn:mime-type=application/octet-stream
*.mexmaci64 = svn:mime-type=application/octet-stream
*.xlsx = svn:mime-type=application/octet-stream
*.docx = svn:mime-type=application/octet-stream
*.pdf = svn:mime-type=application/octet-stream
*.jpg = svn:mime-type=application/octet-stream
*.png = svn:mime-type=application/octet-stream
3 Name the file config and save it in the appropriate location:
• C:\Users\myusername\AppData\Roaming\Subversion\config or C:
\Documents and Settings\myusername\Application Data\Subversion
\config on Windows
• ~/.subversion on Linux or macOS.
After you create the SVN config file, SVN treats new files with these extensions as
binary. If you already have binary files in repositories, see “Register Files Already in
Repositories” on page 31-21.
If you find an existing config file, you have previously installed SVN. Edit the config
file to register files as binary.
enable-auto-props = yes
31-19
31 Source Control Interface
Ensure that this line is not commented (that is, that it does not start with #). Config
files can contain example lines that are commented out. If there is a # character at
the beginning of the line, delete it.
3 Locate the [auto-props] section. Ensure that [auto-props] is not commented. If
there is a # character at the beginning, delete it.
4 Add the following lines at the end of the [auto-props] section:
*.mlx = svn:mime-type=application/octet-stream
*.mat = svn:mime-type=application/octet-stream
*.fig = svn:mime-type=application/octet-stream
*.mdl = svn:mime-type=application/octet-stream
*.slx = svn:mime-type= application/octet-stream
These lines prevent SVN from adding annotations to MATLAB and Simulink files on
conflict and from automerging.
5 Check for other file types you use that you also need to register as binary to avoid
corruption at check-in. Check for files such as .mdlp, .slxp, .p, MEX-files
(.mexa64, .mexmaci64, .mexw64), .xlsx, .jpg, .pdf, .docx, etc. Add a line to the
config file for each file type you use. Examples:
*.mdlp = svn:mime-type=application/octet-stream
*.slxp = svn:mime-type=application/octet-stream
*.sldd = svn:mime-type=application/octet-stream
*.p = svn:mime-type=application/octet-stream
*.mexa64 = svn:mime-type=application/octet-stream
*.mexw64 = svn:mime-type=application/octet-stream
*.mexmaci64 = svn:mime-type=application/octet-stream
*.xlsx = svn:mime-type=application/octet-stream
*.docx = svn:mime-type=application/octet-stream
*.pdf = svn:mime-type=application/octet-stream
*.jpg = svn:mime-type=application/octet-stream
*.png = svn:mime-type=application/octet-stream
6 Save the config file.
After you create or update the SVN config file, SVN treats new files as binary. If you
already have files in repositories, register them as described in “Register Files Already in
Repositories” on page 31-21.
31-20
Set Up SVN Source Control
Caution Changing your SVN config file does not affect files already committed to an
SVN repository. If a file is not registered as binary, use svn propset to manually
register the files as binary.
To manually register a file in a repository as binary, use the following command with
command-line SVN:
svn propset svn:mime-type application/octet-stream binaryfilename
If you use MATLAB to create an SVN repository, it creates the standard repository
structure. To enable tagging, the repository must have the standard trunk/ and tags/
folders. After you create a repository with this structure, you can click Tag in the
Source Control context menu to add tags to all of your files. For more information, see
“Tag Versions of Files” on page 31-21.
1 Right-click in the Current Folder browser, and select Source Control > Tag.
2 Specify the tag text and click Submit. The tag is added to every file in the folder.
Errors appear if you do not have a tags folder in your repository.
Note You can retrieve a tagged version of your files from source control, but you cannot
tag them again with a new tag. You must check out from trunk to create new tags.
31-21
31 Source Control Interface
To enforce locking files, modify entries in the SVN config file. To locate your SVN
config file, see “Register Binary Files with SVN” on page 31-18.
1 To make files with a .m extension read only, add a property to your SVN config file
in the [auto-props] section. If there is no entry for files with a .m extension, add
one with the needs-lock property.
*.m = svn:needs-lock=yes
If an entry exists, you can combine properties in any order, but multiple entries
must be on a single line separated by semicolons.
2 To make files with a .mlx extension read only, add a property to your SVN config
file in the [auto-props] section. Since you must register files with a .mlx
extension as binary, there is an entry for the file type. Add the needs-lock property
to the entry in any order, but on the same line and separated by a semicolon.
*.mlx = svn:mime-type=application/octet-stream;svn:needs-lock=yes
3 Re-create the sandbox for the configuration to take effect.
With this setting, you need to select Get File Lock before you can edit files with a .m
extension. See “Get SVN File Locks” on page 31-29.
31-22
See Also
Caution Do not allow multiple users to access a repository directly via file:// URLs or
you risk corrupting the repository. Use file:// URLs only for single-user repositories.
Be aware of this caution if you use MATLAB to create a repository. MATLAB uses the
file:// protocol. Creating new repositories is provided for local, single-user access only,
for testing and debugging. Accessing a repository via file:// URLs is slower than using
a server.
When you want to share a repository, you need to set up a server. You can use svnserve
or the Apache SVN module. See the Web page references:
http://svnbook.red-bean.com/en/1.7/svn-book.html#svn.serverconfig.svnserve
http://svnbook.red-bean.com/en/1.7/svn-book.html#svn.serverconfig.httpd
See Also
Related Examples
• “Check Out from SVN Repository” on page 31-24
31-23
31 Source Control Interface
1 Right-click in the white space (any blank area) in the Current Folder browser and
select Source Control > Manage Files.
2 In the Manage Files Using Source Control dialog box, select the source control
interface from the Source control integration list. To use SVN, leave the default
Built-In SVN Integration.
3 Click Change to browse for and validate the repository path. (If you know your
repository location, you can paste it into the Repository Path box and proceed to
step 8.)
4 In the Specify Repository URL dialog box, specify the repository URL by entering a
URL in the box, using the list of recent repositories, or by using the Generate URL
from folder button .
Caution Use file:// URLs only for single-user repositories. For more information,
see “Share a Subversion Repository” on page 31-22.
5 Click Validate to check the repository path.
31-24
Check Out from SVN Repository
If the path is invalid, check the URL against your source control repository browser.
6 If you see an authentication dialog box for your repository, enter login information to
continue.
7 If necessary, select a deeper folder in the repository tree. You might want to check
out from trunk or from a branch folder under tags, if your repository contains
tagged versions of files. You can check out from a branch, but the built-in SVN
integration does not support branch merging. Use an external tool such as
TortoiseSVN to perform branch merging. The example shows trunk selected, and
the Selected URL displays at the bottom of the dialog box. The retriever uses this
URL when you click OK.
8 When you have finished specifying the URL path you want to retrieve, click OK.
9 In the Manage Files Using Source Control dialog box, select the sandbox folder
where you want to put the retrieved files, and click Retrieve.
Caution Use local sandbox folders. Using a network folder with SVN slows source
control operations.
31-25
31 Source Control Interface
The Manage Files Using Source Control dialog box displays messages as it retrieves
the files from source control.
Note To update an existing sandbox from source control, see “Update SVN File Status
and Revision” on page 31-28.
1 Right-click in the white space in the Current Folder browser, and select Source
Control > Manage Files.
2 In the Manage Files Using Source Control dialog box, select the source control
interface from the Source control integration list. To use SVN, leave the default
Built-In SVN Integration.
3 Click Change to select the Repository Path that you want to retrieve files from.
31-26
See Also
a Select a recent repository from the Repository URL list, or click the Generate
URL from folder button to browse for the repository location.
b Click Validate to show the repository browser.
c Expand the tags folder in the repository tree, and select the tag version you
want. Navigate up a level in the repository if the URL contains the trunk.
d Click OK to continue and return to the Manage Files Using Source Control
dialog box.
5 Select the sandbox folder to receive the tagged files. You must use an empty sandbox
folder or specify a new folder.
6 Click Retrieve.
See Also
Related Examples
• “Set Up SVN Source Control” on page 31-17
• “Update SVN File Status and Revision” on page 31-28
31-27
31 Source Control Interface
In this section...
“Refresh Status of Files” on page 31-28
“Update Revisions of Files” on page 31-28
To refresh the status of all files in a folder, right-click the white space of the Current
Folder browser and select Source Control > Refresh SVN status.
Note For SVN, refreshing the source control status does not contact the repository. To
get the latest revisions, see “Update Revisions of Files” on page 31-28.
To update all files in a folder, right-click the Current Folder browser and select Source
Control > Update All from SVN.
See Also
Related Examples
• “Check Out from SVN Repository” on page 31-24
• “Review Changes in Source Control” on page 31-9
31-28
Get SVN File Locks
In the Current Folder browser, select the files you want to check out. Right-click the
selected files and select Source Control > Get File Lock. A lock symbol appears in
the source control status column. Other users cannot see the lock symbol in their
sandboxes, but they cannot get a file lock or check in a change when you have the lock.
If you see an SVN message reporting a working copy locked error, remove stale
locks. In the Current Folder browser, right-click and select Source Control > SVN
Cleanup. SVN uses working copy locks internally and they are not the file locks you
control using Source Control > Get File Lock.
See Also
Related Examples
• “Enforce Locking Files Before Editing” on page 31-22
31-29
31 Source Control Interface
• Branch management
• Local full revision history
• Local access that is quicker than remote access
• Offline working
• Tracking of file names and contents separately
• Enforcing of change logs for tracing accountability
• Integration of batches of changes when ready
These capabilities do not suit every situation. If your project is not appropriate for offline
working or your repository is too large for a full local revision history, for example, Git is
not the ideal source control. In addition, if you need to enforce locking of files before
editing, Git does not have this ability. In that situation, SVN is the better choice.
31-30
Set Up Git Source Control
Some clients are not available systemwide, including the mingw32 environment provided
by GitHub® (Git Shell on the Start menu). Installing command-line Git makes it
available systemwide, and then MATLAB can locate standard ssh keys.
31-31
31 Source Control Interface
Check if Git is available by using the command !git in MATLAB. If Git is not available,
install it. After you have installed a command-line Git client and registered your files as
binary, you can use the merging features of Git in MATLAB.
On Windows:
1 Download the Git installer and run it. You can find command-line Git at:
http://msysgit.github.io/
2 In the section on adjusting your PATH, choose the install option to Use Git from the
Windows Command Prompt. This option adds Git to your PATH variable, so that
MATLAB can communicate with Git.
3 In the section on configuring the line-ending conversions, choose the option
Checkout as-is, commit as-is to avoid converting any line endings in files.
4 To avoid corrupting binary files, before using Git to merge branches, register the
binary files.
On Linux, Git is available for most distributions. Install Git for your distribution. For
example, on Debian®, install Git by entering:
On Mac, on Mavericks (10.9) or above, try to run git from the Terminal. If you do not
have Git installed already, it will prompt you to install Xcode Command Line Tools. For
more options, see http://git-scm.com/doc.
Also check that other file extensions are registered as binary to avoid corruption at
check-in. Check and register files such as .mdlp, .slxp, .sldd, .p, MEX-
files, .xlsx, .jpg, .pdf, .docx, etc.
31-32
Set Up Git Source Control
After you install a command-line Git client, you can prevent Git from corrupting your
files by inserting conflict markers. To do so, edit your .gitattributes file to register
binary files. For details, see:
http://git-scm.com/docs/gitattributes
1 If you do not already have a .gitattributes file in your sandbox folder, create one
at the MATLAB command prompt:
edit .gitattributes
2 Add these lines to the .gitattributes file:
These lines specify not to try automatic line feed, diff, and merge attempts for these
types of files.
3 Check for other file types you use that you also need to register as binary to avoid
corruption at check-in. Check for files such as .mdlp, .slxp, MEX-files
(.mexa64, .mexmaci64, .mexw64), .xlsx, .jpg, .pdf, .docx, etc. Add a line to the
attributes file for each file type you need.
Examples:
31-33
31 Source Control Interface
1 Right-click in the MATLAB Current Folder browser, and select Source Control >
Submodules.
2 In the Submodules dialog box, click the + button.
3 In the Add Submodule dialog box, in the Remote box, specify a repository location.
Optionally, click Validate.
4 In the Path box, specify a location for the submodule and click OK. The Submodules
dialog box displays the status and details of the submodule.
5 Check the status message, and click Close.
When you want to manage the added submodule, open the Submodules dialog box.
1 To get the latest version of a submodule, in the Submodules dialog box, click Fetch.
2 After fetching, you must merge. Check the Status message in the Submodules dialog
box for information about your current branch relative to the remote tracking branch
in the repository. When you see the message Behind, you need to merge in changes
from the repository to your local branch.
3 Click Branches and merge in the origin changes to your local branch using the
Branches dialog box. See “Fetch and Merge” on page 31-46.
If you make changes in your submodule and want to send changes back to the repository:
If you want other users to obtain your changes in the submodule when they clone the
parent folder, make sure the index and head match.
1 In the Submodules dialog box, check the index and head values. The index points to
the head commit at the time you first cloned the submodule, or when you last
31-34
See Also
committed the parent folder. If the index and head do not match, you must update
the index.
2 To update the index, commit your changes in the parent folder, and then click Push
in the Submodules dialog box. This action makes the index and head the same.
See Also
Related Examples
• “Clone from Git Repository” on page 31-36
31-35
31 Source Control Interface
1 Right-click in the white space (any blank area) in the Current Folder browser, and
select Source Control > Manage Files.
2 In the Manage Files Using Source Control dialog box, select Git from the Source
control integration list.
3 Click Change to browse for and validate the repository path. (If you know your
repository location, you can paste it into the Repository Path box and proceed to
step 7.)
4 In the Select a Repository dialog box, specify the repository path by entering the
path in the box, using the list of recent repositories, or by using the Browse to a Git
repository on disk button .
If the path is invalid, check it against your source control repository browser.
6 If you see an authentication dialog box for your repository, enter login information to
continue.
7 When you have finished specifying the path you want to retrieve, click OK.
31-36
See Also
8 In the Manage Files Using Source Control dialog box, select the sandbox folder
where you want to put the retrieved files, and click Retrieve.
Troubleshooting
If you encounter errors like OutOfMemoryError: Java heap space, for example
when cloning big Git repositories, then edit your MATLAB preferences to increase the
heap size.
See Also
Related Examples
• “Set Up Git Source Control” on page 31-30
• “Update Git File Status and Revision” on page 31-38
• “Branch and Merge with Git” on page 31-40
31-37
31 Source Control Interface
To refresh the status of all files in the repository, right-click the white space of the
Current Folder browser and select Source Control > Refresh Git status.
Caution Ensure you have registered binary files with Git before using Pull. If you do not,
conflict markers can corrupt your files. For more information, see “Register Binary Files
with Git” on page 31-32.
Pull fetches the latest changes and merges them into your current branch. If you are not
sure what is going to come in from the repository, use fetch to examine the changes first
and then merge the changes manually. For more information, see “Pull, Push and Fetch
Files with Git” on page 31-45.
Pull might fail if you have conflicts. With a complicated change you might want to create
a branch from the origin, make some compatibility changes, then merge that branch into
the main tracking branch.
31-38
See Also
See Also
Related Examples
• “Clone from Git Repository” on page 31-36
• “Review Changes in Source Control” on page 31-9
31-39
31 Source Control Interface
Create Branch
1 From within your Git repository folder, right-click the white space of the Current
Folder browser and select Source Control > Branches. In the Branches dialog box,
you can view, switch, create, and merge branches.
Tip You can inspect information about each commit node. Select a node in the
Branch Browser diagram to view the author, date, commit message, and changed
files.
31-40
Branch and Merge with Git
2 Select a source for the new branch. Click a node in the Branch Browser diagram,
or enter a unique identifier in the Source text box. You can enter a tag, branch
name, or a unique prefix of the SHA1 hash (for example, 73c637 to identify a
specific commit). Leave the default to create a branch from the head of the current
branch.
3 Enter a name in the Branch name text box and click Create.
4 To work on the files on your new branch, switch your project to the branch.
31-41
31 Source Control Interface
In the Branches drop-down list, select the branch you want to switch to and click
Switch.
5 Close the Branches dialog box and work on the files on your branch.
For next steps, see “Pull, Push and Fetch Files with Git” on page 31-45.
Switch Branch
1 From within your Git repository folder, right-click the white space of the Current
Folder browser and select Source Control > Branches.
2 In the Branches dialog box, in the Branches drop-down list, select the branch you
want to and click Switch.
3 Close the Branches dialog box and work on the files on your branch.
Compare Branches
From within your Git repository folder, right-click the white space of the Current Folder
browser and select Source Control > Branches. In the Branches dialog box, to examine
differences from the parent, right-click a file in the tree under Differences from
parent and select Show Difference. MATLAB opens a comparison report.
If you want to examine added or deleted files, or to test how the code ran in previous
versions, you can save a copy of the selected or parent files. Right-click a file and select
Save As or Save Parent As.
Merge Branches
Before you can merge branches, you must install command-line Git on your system path
and register binary files to prevent Git from inserting conflict markers. See “Install
Command-Line Git Client” on page 31-31.
Tip After you fetch changes, you must merge. For more information, see “Fetch and
Merge” on page 31-46.
1 From within your Git repository folder, right-click the white space of the Current
Folder browser and select Source Control and Branches.
31-42
Branch and Merge with Git
2 In the Branches dialog box, from the Branches drop-down list, select a branch you
want to merge into the current branch, and click Merge.
3 Close the Branches dialog box and work on the files on your branch.
If the branch merge causes a conflict that Git cannot resolve automatically, an error
dialog box reports that automatic merge failed. Resolve the conflicts before proceeding.
Caution Do not move or delete files outside of MATLAB because this can cause errors on
merge.
1 To keep your version of the file, right-click the file and select Mark Conflict
Resolved.
2 Click Commit Modified Files to commit your change that marks the conflict
resolved.
If you merge a branch and there is a conflict in a file, Git marks the file as conflicted and
does not modify the contents. Right-click the file and select Source Control > View
Conflicts. A comparison report opens that shows the differences between the file on your
branch and the branch you want to merge into. Decide how to resolve the conflict. See
“Resolve Source Control Conflicts” on page 31-11.
Revert to Head
1 From within your Git repository folder, right-click the white space of the Current
Folder browser and select Source Control > Branches.
2 In the Branches dialog box, click Revert to Head to remove all local changes.
Delete Branches
1 In the Branches dialog box under Branch Browser, expand the Branches drop-
down list, and select the branch you want to delete.
2 On the far right, click the down arrow and select Delete Branch.
31-43
31 Source Control Interface
See Also
Related Examples
• “Set Up Git Source Control” on page 31-30
• “Pull, Push and Fetch Files with Git” on page 31-45
• “Resolve Source Control Conflicts” on page 31-11
31-44
Pull, Push and Fetch Files with Git
Note Before you can merge, you must install command-line Git and register binary files
to prevent Git from inserting conflict markers. See “Install Command-Line Git Client” on
page 31-31.
Pull might fail if you have conflicts. With a complicated change you might want to create
a branch from the origin, make some compatibility changes, then merge that branch into
the main tracking branch.
31-45
31 Source Control Interface
To commit changes to the local repository, right-click the Current Folder browser and
select Source Control > View and Commit Changes.
To see if your local changes have moved ahead of the remote tracking branch, right-click
the file or white space of the Current Folder browser and select Source Control > View
Details. The Git information field indicates whether your committed local changes are
ahead of, behind, or coincident with the remote tracking branch.
To send local commits to the remote repository, right-click in the Current Folder browser
and select Source Control > Push. A message appears if you cannot push your changes
directly because the repository has moved on. Right-click in the Current Folder browser
and select Source Control > Fetch to fetch all changes from the remote repository.
Merge branches and resolve conflicts, and then you can push your changes.
Using Git, you cannot add empty folders to source control, so you cannot select Push and
then clone an empty folder. You can create an empty folder in MATLAB, but if you push
changes and then sync a new sandbox, then the empty folder does not appear in the new
sandbox. To push empty folders to the repository for other users to sync, create a
gitignore file in the folder and then push your changes.
Note After fetching, you must merge. Before you can merge branches, you must install
command-line Git and register binary files to prevent Git from inserting conflict
markers. See “Install Command-Line Git Client” on page 31-31.
To fetch changes from the remote repository, right-click in the Current Folder browser
and select Source Control > Fetch. Fetch updates all of the origin branches in the local
repository. Your sandbox files do not change. To see others’ changes, you need to merge
in the origin changes to your local branches.
For information about your current branch relative to the remote tracking branch in the
repository, right-click the file or white space of the Current Folder browser and select
Source Control > View Details. The Git information field indicates whether your
committed local changes are ahead of, behind, or coincident with the remote tracking
31-46
See Also
branch. When you see the message Behind, you need to merge in changes from the
repository to your local branch.
For example, if you are on the master branch, get all changes from the master branch in
the remote repository.
1 Right-click in the Current Folder browser and select Source Control > Fetch
2 Right-click in the Current Folder browser and select Source Control > Branches.
3 In the Branches dialog box, select origin/master in the Branches list.
4 Click Merge. The origin branch changes merge into the master branch in your
sandbox.
If you right-click the Current Folder browser and select Source Control > View
Details, the Git information field indicates Coincident with /origin/master.
You can now view the changes that you fetched and merged from the remote repository
in your local sandbox.
See Also
Related Examples
• “Branch and Merge with Git” on page 31-40
• “Resolve Source Control Conflicts” on page 31-11
31-47
31 Source Control Interface
To move a file under source control, right-click the file in the Current Folder browser,
select Source Control > Move, and enter a new file location.
To rename a file under source control, right-click the file in the Current Folder browser,
select Source Control > Rename, and enter a new file name.
To delete a file from the repository, mark the file for deletion.
• To mark a file for deletion from the repository and retain a local copy, right-click the
file in the Current Folder browser. Select Source Control and then Delete from
SVN or Delete from Git. When the file is marked for deletion from source control,
the symbol changes to Deleted . The file is removed from the repository at the next
commit.
• To mark a file for deletion from the repository and from your disk, right-click the file
in the Current Folder browser. Select Source Control and then Delete from SVN
and disk or Delete from Git and disk. The file disappears from the Current Folder
browser and is immediately deleted from your disk. The file is removed from the
repository at the next commit.
See Also
Related Examples
• “Mark Files for Addition to Source Control” on page 31-10
• “Commit Modified Files to Source Control” on page 31-15
31-48
Customize External Source Control to Use MATLAB for Diff and Merge
MATLAB Comparison Tool provides useful merge tools for MathWorks files and is
compatible with all popular software configuration management and version control
systems.
Set up your source control tool to use MATLAB as the application for diff and merge for
the file extensions you want, for example, .mlx, .mat, .slx, or .mdl, by following these
steps:
1 To get the required file paths and set the preference to reuse open MATLAB
sessions, run this command in MATLAB:
comparisons.ExternalSCMLink.setup()
This command sets the MATLAB preference, under Comparison, called Allow
external source control tools to use open MATLAB sessions for diffs and
merges.
The command also displays the file paths you will copy and paste into your source
control tool setup:
• On Windows:
matlabroot\bin\win64\mlDiff.exe
matlabroot\bin\win64\mlMerge.exe
• On Linux:
matlabroot/bin/glnxa64/mlDiff
matlabroot/bin/glnxa64/mlMerge
On Mac:
matlabroot/bin/maci64/mlDiff
31-49
31 Source Control Interface
matlabroot/bin/maci64/mlMerge
Where matlabroot is replaced with the full path to your installation, for
example, C:\Program Files\MATLAB\R2016b.
2 Set up diff.
a In the MATLAB Command Window, copy the file path to mlDiff, for example,
C:\Program Files\MATLAB\R2016b\bin\win64\mlDiff.exe.
b In your source control tool, locate the diff setting, and add an entry to specify
what to do with a particular file extension (for example, .slx). Paste in the file
path to mlDiff that you copied from the MATLAB Command Window.
c After the path to the script, or in the arguments box, add arguments to specify
the input files. Look up the argument names specific to your source control tool.
Specify the inputs for diffs, in this order: leftFile, rightFile.
3 Set up merge.
4 After this setup, when you use diff or merge, your external source control tool opens
a report in MATLAB Comparison Tool. Use the report to view changes and resolve
merges.
31-50
See Also
Your diff and merge operations use open MATLAB sessions if available, and only
open MATLAB when necessary.The comparison only uses the specified MATLAB
installation.
See Also
Related Examples
• “Comparing Text and Live Scripts”
• “Comparing MAT-Files”
• “Comparing Variables”
• “Merge Simulink Models from the Comparison Report” (Simulink)
31-51
31 Source Control Interface
Note MSSCCI support will be removed in a future release. Replace this functionality
with one of the following options.
• Use a source control system that is part of the MathWorks “Source Control
Integration” with the Current Folder browser.
• Use the Source Control Software Development Kit to create a plug-in for your source
control.
• Use the MATLAB system function to access the command-line API for your source
control tool. This option does not provide integration with the MATLAB Current
Folder browser menus or source control status column.
If you use source control systems to manage your files, you can interface with the
systems to perform source control actions from within the MATLAB, Simulink, and
Stateflow products. Use menu items in the MATLAB, Simulink, or Stateflow products, or
run functions in the MATLAB Command Window to interface with your source control
systems.
The source control interface on Windows works with any source control system that
conforms to the Microsoft Common Source Control standard, Version 1.1. If your source
control system does not conform to the standard, use a Microsoft Source Code Control
API wrapper product for your source control system so that you can interface with it from
the MATLAB, Simulink, and Stateflow products.
This documentation uses the Microsoft Visual SourceSafe® software as an example. Your
source control system might use different terminology and not support the same options
or might use them in a different way. Regardless, you should be able to perform similar
actions with your source control system based on this documentation.
Perform most source control interface actions from the Current Folder browser. You can
also perform many of these actions for a single file from the MATLAB Editor, a Simulink
model window, or a Stateflow chart window—for more information, see “Access MSSCCI
Source Control from Editors” on page 31-70.
31-52
Set Up MSSCCI Source Control
Note MSSCCI support will be removed in a future release. Replace this functionality
with one of the following options.
• Use a source control system that is part of the MathWorks “Source Control
Integration” with the Current Folder browser.
• Use the Source Control Software Development Kit to create a plug-in for your source
control.
• Use the MATLAB system function to access the command-line API for your source
control tool. This option does not provide integration with the MATLAB Current
Folder browser menus or source control status column.
In this section...
“Create Projects in Source Control System” on page 31-53
“Specify Source Control System with MATLAB Software” on page 31-55
“Register Source Control Project with MATLAB Software” on page 31-56
“Add Files to Source Control” on page 31-58
All files in a folder must belong to the same source control project. Be sure the working
folder for the project in the source control system specifies the correct path to the folder
on disk.
This example uses the project my_thesis_files in Microsoft Visual SourceSafe. This
illustration of the Current Folder browser shows the path to the folder on disk, D:
\my_thesis_files.
31-53
31 Source Control Interface
The following illustration shows the example project in the source control system.
To set the working folder in Microsoft Visual SourceSafe for this example, select
my_thesis_files, right-click, select Set Working Folder from the context menu, and
specify D:\my_thesis_files in the resulting dialog box.
31-54
Set Up MSSCCI Source Control
The currently selected system is shown in the Preferences dialog box. The list includes
all installed source control systems that support the Microsoft Common Source Control
standard.
Select the source control system you want to interface with and click OK.
31-55
31 Source Control Interface
MATLAB remembers preferences between sessions, so you only need to perform this
action again when you want to access a different source control system.
If you run a 64-bit version of MATLAB and want MATLAB to interface with your source
control system, your source control system must be 64-bit compliant. If you have a 32-bit
source control system, or if you have a 64-bit source control system running in 32-bit
compatibility mode, MATLAB cannot use it. In that event, MATLAB displays a warning
about the problem in the Source Control preference pane.
1 In the MATLAB Current Folder browser, select a file that is in the folder you want
to associate with a project in your source control system. For example, select D:
\my_thesis_files\wind.m. This will associate all files in the my_thesis_files
folder.
2 Right-click, and from the context menu, select Source Control > Register
Name_of_Source_Control_System Project with MATLAB. The
31-56
Set Up MSSCCI Source Control
31-57
31 Source Control Interface
The selected file, its folder, and all files in the folder, are associated with the source
control system project you selected. For the example, MATLAB associates all files in
D:\my_thesis_files with the source control project my_thesis_files.
1 In the Current Folder browser, select files you want to add to the source control
system.
2 Right-click, and from the context menu, select Source Control > Add to Source
Control.
31-58
Set Up MSSCCI Source Control
3 The resulting Add to source control dialog box lists files you selected to add. You
can add text in the Comments field. If you expect to use the files soon, select the
Keep checked out check box (which is selected by default). Click OK.
If you try to add an unsaved file, the file is automatically saved upon adding.
31-59
31 Source Control Interface
Note MSSCCI support will be removed in a future release. Replace this functionality
with one of the following options.
• Use a source control system that is part of the MathWorks “Source Control
Integration” with the Current Folder browser.
• Use the Source Control Software Development Kit to create a plug-in for your source
control.
• Use the MATLAB system function to access the command-line API for your source
control tool. This option does not provide integration with the MATLAB Current
Folder browser menus or source control status column.
In this section...
“Check Files Into Source Control” on page 31-60
“Check Files Out of Source Control” on page 31-61
“Undoing the Checkout” on page 31-61
Before checking files into and out of your source control system from the MATLAB
desktop, be sure to set up your system for use with MATLAB as described in “Set Up
MSSCCI Source Control” on page 31-53.
1 In the Current Folder browser, select the files to check in. A file can be open or
closed when you check it in, but it must be saved, that is, it cannot contain unsaved
changes.
2 Right-click, and from the context menu, select Source Control > Check In.
3 In the resulting Check in file(s) dialog box, you can add text in the Comments
field. If you want to continue working on the files, select the check box Keep
checked out. Click OK.
31-60
Check Files In and Out from MSSCCI Source Control
If a file contains unsaved changes when you try to check it in, you will be prompted to
save the changes to complete the checkin. If you did not keep the file checked out and you
keep the file open, note that it is a read-only version.
After checking out a file, make changes to it in MATLAB or another product, and save
the file. For example, edit a file in the Editor.
If you try to change a file without first having checked it out, the file is read-only, as seen
in the title bar, and you will not be able to save any changes. This protects you from
accidentally overwriting the source control version of the file.
If you end the MATLAB session, the file remains checked out. You can check in the file
from within MATLAB during a later session, or folder from your source control system.
31-61
31 Source Control Interface
made since checking out a particular file click Save on the Editor or Live Editor tab,
select Save As, and supply a different file name before you undo the checkout.
1 In the MATLAB Current Folder browser, select the files for which you want to undo
the checkout.
2 Right-click, and from the context menu, select Source Control > Undo Checkout.
The MATLAB Undo checkout dialog box opens, listing the files you selected.
3 Click OK.
31-62
Additional MSSCCI Source Control Actions
Note MSSCCI support will be removed in a future release. Replace this functionality
with one of the following options.
• Use a source control system that is part of the MathWorks “Source Control
Integration” with the Current Folder browser.
• Use the Source Control Software Development Kit to create a plug-in for your source
control.
• Use the MATLAB system function to access the command-line API for your source
control tool. This option does not provide integration with the MATLAB Current
Folder browser menus or source control status column.
In this section...
“Getting the Latest Version of Files for Viewing or Compiling” on page 31-63
“Removing Files from the Source Control System” on page 31-64
“Showing File History” on page 31-65
“Comparing the Working Copy of a File to the Latest Version in Source Control” on page
31-66
“Viewing Source Control Properties of a File” on page 31-68
“Starting the Source Control System” on page 31-68
1 In the MATLAB Current Folder browser, select the folders or files that you want to
get. If you select files, you cannot select folders too.
2 Right-click, and from the context menu, select Source Control > Get Latest
Version.
31-63
31 Source Control Interface
The MATLAB Get latest version dialog box opens, listing the files or folders you
selected.
3 Click OK.
You can now open the file to view it, run the file, or check out the file for editing.
1 In the MATLAB Current Folder browser, select the files you want to remove.
2 Right-click, and from the context menu, select Source Control > Remove from
Source Control.
The MATLAB Remove from source control dialog box opens, listing the files you
selected.
3 Click OK.
31-64
Additional MSSCCI Source Control Actions
1 In the MATLAB Current Folder browser, select the file for which you want to view
the history.
2 Right-click, and from the context menu, select Source Control > History.
A dialog box, which is specific to your source control system, opens. For Microsoft
Visual SourceSafe, the History Options dialog box opens, as shown in the following
example illustration.
3 Complete the dialog box to specify the range of history you want for the selected file
and click OK. For example, enter my_name for User.
The history presented depends on your source control system. For Microsoft Visual
SourceSafe, the History dialog box opens for that file, showing the file's history in
the source control system.
31-65
31 Source Control Interface
1 In the MATLAB Current Folder browser, select the file for which you want to view
differences. This is a file that has been checked out and edited.
2 Right-click, and from the context menu, select Source Control > Differences.
A dialog box, which is specific to your source control system, opens. For Microsoft
Visual SourceSafe, the Difference Options dialog box opens.
3 Review the default entries in the dialog box, make any needed changes, and click
OK. The following example is for Microsoft Visual SourceSafe.
31-66
Additional MSSCCI Source Control Actions
The method of presenting differences depends on your source control system. For
Microsoft Visual SourceSafe, the Differences for dialog box opens. This highlights
the differences between the working copy of the file and the latest checked-in version
of the file.
31-67
31 Source Control Interface
1 In the MATLAB Current Folder browser, select the file for which you want to view
properties.
2 Right-click, and from the context menu, select Source Control > Properties.
A dialog box, which is specific to your source control system, opens. The following
example shows the Microsoft Visual SourceSafe properties dialog box.
31-68
Additional MSSCCI Source Control Actions
The interface to your source control system opens, showing the source control project
associated with the current folder in MATLAB. The following example shows the
Microsoft Visual SourceSafe Explorer interface.
31-69
31 Source Control Interface
Note MSSCCI support will be removed in a future release. Replace this functionality
with one of the following options.
• Use a source control system that is part of the MathWorks “Source Control
Integration” with the Current Folder browser.
• Use the Source Control Software Development Kit to create a plug-in for your source
control.
• Use the MATLAB system function to access the command-line API for your source
control tool. This option does not provide integration with the MATLAB Current
Folder browser menus or source control status column.
You can create or open a file in the Editor, the Simulink or Stateflow products and
perform most source control actions from their File > Source Control menus, rather
than from the Current Folder browser. Following are some differences in the source
control interface process when you use the Editor, Simulink, or Stateflow:
31-70
Troubleshoot MSSCCI Source Control Problems
Note MSSCCI support will be removed in a future release. Replace this functionality
with one of the following options.
• Use a source control system that is part of the MathWorks “Source Control
Integration” with the Current Folder browser.
• Use the Source Control Software Development Kit to create a plug-in for your source
control.
• Use the MATLAB system function to access the command-line API for your source
control tool. This option does not provide integration with the MATLAB Current
Folder browser menus or source control status column.
In this section...
“Source Control Error: Provider Not Present or Not Installed Properly” on page 31-71
“Restriction Against @ Character” on page 31-72
“Add to Source Control Is the Only Action Available” on page 31-72
“More Solutions for Source Control Problems” on page 31-73
Often, this error occurs because a registry key that MATLAB requires from the source
control application is not present. Make sure this registry key is present:
HKEY_LOCAL_MACHINE\SOFTWARE\SourceCodeControlProvider\
InstalledSCCProviders
31-71
31 Source Control Interface
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SourceSafe\SccServerPath
This registry key has a path to a DLL-file in the file system. Make sure the DLL-file
exists in that location. If you are not familiar with registry keys, ask your system
administrator for help.
If this does not solve the problem and you use Microsoft Visual SourceSafe, try running a
client setup for your source control application. When SourceSafe is installed on a server
for a group to use, each machine client can run a setup but is not required to do so.
However, some applications that interface with SourceSafe, including MATLAB, require
you to run the client setup. Run the client setup, which should resolve the problem.
You might be able to work around this restriction by quoting nonstandard characters in
file names, such as with an escape sequence, which some source control systems allow.
Consult your source control system documentation or technical support resources for a
workaround.
31-72
Troubleshoot MSSCCI Source Control Problems
31-73
32
Unit Testing
32-2
Write Test Using Live Script
• The name of the live-script file must start or end with the word 'test', which is case-
insensitive.
• Place each unit test into a separate section of the live-script file. The heading of each
section becomes the name of the test element. If a section has no heading, MATLAB
assigns a name to the test.
• Consider how you are running your live-script-based test. If you run the test using the
Run buttons in the Live Editor and MATLAB encounters a test failure, then it stops
execution of the script and does not run any remaining tests. If you run the live script
using the unit testing framework, such as with the runtests function, then if
MATLAB encounters a test failure, it still runs remaining tests.
• When a live script is runs as a test, variables defined in one test are not accessible
within other tests. Similarly, variables defined in other workspaces are not accessible
to the tests.
Outside of this example, in your current MATLB folder, create a function in a file,
rightTri.m. This function takes lengths of two sides of a triangle as input and returns
the three angles of the corresponding right triangle. The input sides are the two shorter
edges of the triangle, not the hypotenuse.
type rightTri.m
A = atand(sides(1)/sides(2));
B = atand(sides(2)/sides(1));
hypotenuse = sides(1)/sind(A);
C = asind(hypotenuse*sind(A)/sides(1));
angles = [A B C];
end
32-3
32 Unit Testing
You can include equations and images in your live script to help document the test. Create
the following test for the small angle approximation. Typically, when you compare
floating-point values, you specify a tolerance for the comparison.
The rightTri function should return values consistent with the small angle
approximation, such that .
You can have multiple assert statements in the same test. However, if the first assertion
fails, the MATLAB does not evaluate the remaining statements.
The sum of all angles of the resulting right triangle should always be 180 degrees.
32-4
Write Test Using Live Script
Test that the sides of the triangle reduce to 1 and . In which case, the angles are
.
tol = 1e-10;
angles = rightTri([2 2*sqrt(3)]);
assert(abs(angles(1)-30)<= tol)
assert(abs(angles(2)-60)<= tol)
assert(abs(angles(3)-90)<= tol)
For isosceles triangles, both of the non-right angles must be 45 degrees; otherwise assert
throws an error.
Test that two sides of the triangle are equal. In which case, the corresponding angles are
equal.
32-5
32 Unit Testing
To run your tests, best practice is to use the testing framework via the runtests function
instead of the Run button in the Live Editor. The testing framework provides additional
diagnostic information. In the event of a test failure, the framework runs subsequent tests
but the Run button in the Live Editor does not. For example, to run this test at the
MATLAB command prompt, type result =
runtests('TestRightTriLiveScriptExample'). For more information, see
runtests.
See Also
assert | runtests
Related Examples
• “Write Script-Based Unit Tests” on page 32-7
• “Write Function-Based Unit Tests” on page 32-22
32-6
Write Script-Based Unit Tests
Create this function in a file, rightTri.m, in your current MATLAB® folder. This
function takes lengths of two sides of a triangle as input and returns the three angles of
the corresponding right triangle. The input sides are the two shorter edges of the
triangle, not the hypotenuse.
A = atand(sides(1)/sides(2));
B = atand(sides(2)/sides(1));
hypotenuse = sides(1)/sind(A);
C = asind(hypotenuse*sind(A)/sides(1));
angles = [A B C];
end
In your working folder, create a new script, rightTriTest.m. Each unit test checks a
different output of the rightTri function. A test script must adhere to the following
conventions:
• The name of the script file must start or end with the word 'test', which is case-
insensitive.
• Place each unit test into a separate section of the script file. Each section begins with
two percent signs (%%), and the text that follows on the same line becomes the name of
the test element. If no text follows the %%, MATLAB assigns a name to the test. If
MATLAB encounters a test failure, it still runs remaining tests.
• In a test script, the shared variable section consists of any code that appears before
the first explicit code section (the first line beginning with %%). Tests share the
variables that you define in this section. Within a test, you can modify the values of
32-7
32 Unit Testing
these variables. However, in subsequent tests, the value is reset to the value defined
in the shared variables section.
• In the shared variables section (first code section), define any preconditions necessary
for your tests. If the inputs or outputs do not meet this precondition, MATLAB does
not run any of the tests. MATLAB marks the tests as failed and incomplete.
• When a script is run as a test, variables defined in one test are not accessible within
other tests unless they are defined in the shared variables section (first code section).
Similarly, variables defined in other workspaces are not accessible to the tests.
• If the script file does not include any code sections, MATLAB generates a single test
element from the full contents of the script file. The name of the test element is the
same as the script file name. In this case, if MATLAB encounters a failed test, it halts
execution of the entire script.
In rightTriTest.m, write four tests to test the output of rightTri. Use the assert
function to test the different conditions. In the shared variables section, define four
triangle geometries and define a precondition that the rightTri function returns a right
triangle.
% test triangles
tri = [7 9];
triIso = [4 4];
tri306090 = [2 2*sqrt(3)];
triSkewed = [1 1500];
% preconditions
angles = rightTri(tri);
assert(angles(3) == 90,'Fundamental problem: rightTri not producing right triangle')
angles = rightTri(triIso);
assert(sum(angles) == 180)
angles = rightTri(tri306090);
assert(sum(angles) == 180)
angles = rightTri(triSkewed);
assert(sum(angles) == 180)
32-8
Write Script-Based Unit Tests
Test 1 tests the summation of the triangle angles. If the summation is not equal to 180
degrees, assert throws an error.
Test 2 tests that if two sides are equal, the corresponding angles are equal. If the non-
right angles are not both equal to 45 degrees, the assert function throws an error.
Test 3 tests that if the triangle sides are 1 and sqrt(3), the angles are 30, 60, and 90
degrees. If this condition is not true, assert throws an error.
Test 4 tests the small-angle approximation. The small-angle approximation states that
for small angles the sine of the angle in radians is approximately equal to the angle. If it
is not true, assert throws an error.
Run Tests
Execute the runtests function to run the four tests in rightTriTest.m. The
runtests function executes each test in each code section individually. If Test 1 fails,
MATLAB still runs the remaining tests. If you execute rightTriTest as a script
instead of by using runtests, MATLAB halts execution of the entire script if it
encounters a failed assertion. Additionally, when you run tests using the runtests
function, MATLAB provides informative test diagnostics.
result = runtests('rightTriTest');
Running rightTriTest
..
32-9
32 Unit Testing
================================================================================
Error occurred in rightTriTest/Test3_30_60_90Triangle and it did not run to completion.
---------
Error ID:
---------
'MATLAB:assertion:failed'
--------------
Error Details:
--------------
Error using rightTriTest (line 31)
Assertion failed.
================================================================================
.
================================================================================
Error occurred in rightTriTest/Test4_SmallAngleApproximation and it did not run to comp
---------
Error ID:
---------
''
--------------
Error Details:
--------------
Error using rightTriTest (line 39)
Problem with small angle approximation
================================================================================
.
Done rightTriTest
__________
Failure Summary:
The test for the 30-60-90 triangle and the test for the small-angle approximation fail in
the comparison of floating-point numbers. Typically, when you compare floating-point
32-10
Write Script-Based Unit Tests
values, you specify a tolerance for the comparison. In Test 3 and Test 4, MATLAB throws
an error at the failed assertion and does not complete the test. Therefore, the test is
marked as both Failed and Incomplete.
For script-based unit tests, manually verify that the difference between two values is less
than a specified tolerance. If instead you write a function-based unit test, you can access
built-in constraints to specify a tolerance when comparing floating-point values.
% test triangles
tri = [7 9];
triIso = [4 4];
tri306090 = [2 2*sqrt(3)];
triSkewed = [1 1500];
% preconditions
angles = rightTri(tri);
assert(angles(3) == 90,'Fundamental problem: rightTri not producing right triangle')
angles = rightTri(triIso);
assert(sum(angles) == 180)
angles = rightTri(tri306090);
assert(sum(angles) == 180)
32-11
32 Unit Testing
angles = rightTri(triSkewed);
assert(sum(angles) == 180)
Running rightTriTolTest
....
Done rightTriTolTest
__________
rt =
4x6 table
32-12
See Also
See Also
assert | runtests
Related Examples
• “Write Script-Based Test Using Local Functions” on page 32-14
• “Write Function-Based Unit Tests” on page 32-22
32-13
32 Unit Testing
Create this function in a file, approxSinCos.m, in your current MATLAB folder. This
function takes an angle in radians and approximates the sine and cosine of the angle
using Taylor series.
%% Test 0rad
% Test expected values of 0
[sinApprox,cosApprox] = approxSinCos(0);
assertWithAbsTol(sinApprox,0)
assertWithRelTol(cosApprox,1)
%% Test 2pi
% Test expected values of 2pi
[sinApprox,cosApprox] = approxSinCos(2*pi);
32-14
Write Script-Based Test Using Local Functions
assertWithAbsTol(sinApprox,0)
assertWithRelTol(cosApprox,1)
function assertWithAbsTol(actVal,expVal,varargin)
% Helper function to assert equality within an absolute tolerance.
% Takes two values and an optional message and compares
% them within an absolute tolerance of 1e-6.
tol = 1e-6;
tf = abs(actVal-expVal) <= tol;
assert(tf, varargin{:});
end
function assertWithRelTol(actVal,expVal,varargin)
% Helper function to assert equality within a relative tolerance.
% Takes two values and an optional message and compares
% them within a relative tolerance of 0.1%.
relTol = 0.001;
tf = abs(expVal - actVal) <= relTol.*abs(expVal);
assert(tf, varargin{:});
end
Each unit test uses assert to check different output of the approxSinCos function.
Typically, when you compare floating-point values, you specify a tolerance for the
comparison. The local functions assertWithAbsTol and assertWithRelTol are helper
functions to compute whether the actual and expected values are equal within the
specified absolute or relative tolerance.
• Test 0rad tests whether the computed and expected values for an angle of 0 radians
are within an absolute tolerance of 1e-6 or a relative tolerance 0.1%. Typically, you
use absolute tolerance to compare values close to 0.
32-15
32 Unit Testing
• Test 2pi tests whether the computed and expected values for an angle of radians
are equal within an absolute tolerance of 1e-6 or a relative tolerance 0.1%.
• Test pi over 4 equality tests whether the sine and cosine of are equal
within a relative tolerance of 0.1%.
• Test matches MATLAB fcn tests whether the computed sine and cosine of
are equal to the values from the sin and cos functions within a relative tolerance of
0.1%.
Run Tests
Execute the runtests function to run the four tests in approxSinCosTest.m. The
runtests function executes each test individually. If one test fails, MATLAB still runs
the remaining tests. If you execute approxSinCosTest as a script instead of using
runtests, MATLAB halts execution of the entire script if it encounters a failed
assertion. Additionally, when you run tests using the runtests function, MATLAB
provides informative test diagnostics.
results = runtests('approxSinCosTest');
Running approxSinCosTest
....
Done approxSinCosTest
__________
rt =
4x6 table
32-16
See Also
See Also
assert | runtests
Related Examples
• “Write Script-Based Unit Tests” on page 32-7
More About
• “Add Functions to Scripts” on page 18-18
32-17
32 Unit Testing
Typically, with script-based tests, you create a test file, and pass the file name to the
runtests function without explicitly creating a suite of Test objects. If you create an
explicit test suite, there are additional features available in script-based testing. These
features include selecting tests and using plugins to customize the test runner. For
additional functionality, consider using “Function-Based Unit Tests” or “Class-Based
Unit Tests”.
Also, you can create a test suite from all the test files in a specified folder using the
TestSuite.fromFolder method. If you know the name of a particular test in your
script-based test file, you can create a test suite from that test using
TestSuite.fromName.
32-18
Extending Script-Based Tests
Test Selection
With an explicit test suite, use selectors to refine your suite. Several of the selectors are
applicable only for class-based tests, but you can select tests for your suite based on the
test name:
• Use the 'Name' name-value pair argument in a suite generation method, such as
fromFile.
• Use a selectors instance and optional constraints instance.
Use these approaches in a suite generation method, such as fromFile, or create a suite
and filter it using the TestSuite.selectIf method. For example, in this listing, the
four values of suite are equivalent.
import matlab.unittest.selectors.HasName
import matlab.unittest.constraints.ContainsSubstring
import matlab.unittest.TestSuite.fromFile
f = 'rightTriTolTest.m';
selector = HasName(ContainsSubstring('Triangle'));
% fromFile, selector
suite = TestSuite.fromFile(f,selector)
% selectIf, selector
fullSuite = TestSuite.fromFile(f);
suite = selectIf(fullSuite,selector)
If you use one of the suite creation methods with a selector or name-value pair, the
testing framework creates the filtered suite. If you use the TestSuite.selectIf
method, the testing framework creates a full test suite and then filters it. For large test
suites, this approach can have performance implications.
32-19
32 Unit Testing
After you run tests, you can access recorded diagnostics via the DiagnosticRecord field
in the Details property on TestResult. For example, if your test results are stored in
the variable results, find the recorded diagnostics for the second test in the suite by
invoking records = result(2).Details.DiagnosticRecord.
For example,use test suite, suite, to create a silent test runner and run the tests with
the run method of TestRunner.
runner = matlab.unittest.TestRunner.withNoPlugins;
results = runner.run(suite);
Use plugins to customize the test runner further. For example, you can redirect output,
determine code coverage, or change how the test runner responds to warnings. For more
information, see “Add Plugin to Test Runner” on page 32-102 and the plugins classes.
32-20
See Also
See Also
TestRunner | TestSuite | constraints | plugins | selectors
Related Examples
• “Add Plugin to Test Runner” on page 32-102
32-21
32 Unit Testing
The main function collects all of the local test functions into a test array. Since it is the
main function, the function name corresponds to the name of your .m file and follows the
naming convention of starting or ending in the word ‘test’, which is case-insensitive. In
this sample case, the MATLAB file is exampleTest.m. The main function needs to make
a call to functiontests to generate a test array, tests. Use localfunctions as the
input to functiontests to automatically generate a cell array of function handles to all
the local functions in your file. This is a typical main function.
Individual test functions are included as local functions in the same MATLAB file as the
main (test-generating) function. These test function names must begin or end with the
case-insensitive word, ‘test’. Each of the local test functions must accept a single input,
which is a function test case object, testCase. The Unit Test Framework automatically
generates this object. For more information on creating test functions, see “Write Simple
Test Case Using Functions” on page 32-27 and “Types of Qualifications” on page 32-57.
This is a typical example of skeletal local-test functions.
32-22
Write Function-Based Unit Tests
function testFunctionOne(testCase)
% Test specific code
end
function FunctionTwotest(testCase)
% Test specific code
end
Setup and teardown code, also referred to as test fixture functions, set up the pretest
state of the system and return it to the original state after running the test. There are
two types of these functions: file fixture functions that run once per test file, and fresh
fixture functions that run before and after each local test function. These functions are
not required to generate tests. In general, it is preferable to use fresh fixtures over file
fixtures to increase unit test encapsulation.
A function test case object, testCase, must be the only input to file fixture and fresh
fixture functions. The Unit Test Framework automatically generates this object. The
TestCase object is a means to pass information between setup functions, test functions,
and teardown functions. Its TestData property is, by default, a struct, which allows
easy addition of fields and data. Typical uses for this test data include paths and
graphics handles. For an example using the TestData property, see “Write Test Using
Setup and Teardown Functions” on page 32-32.
File Fixture Functions
Use file fixture functions to share setup and teardown functions across all the tests in a
file. The names for the file fixture functions must be setupOnce and teardownOnce,
respectively. These functions execute a single time for each file. You can use file fixtures
to set a path before testing, and then reset it to the original path after testing. This is a
typical example of skeletal file fixture setup and teardown code.
function setupOnce(testCase) % do not change function name
% set a new path, for example
end
32-23
32 Unit Testing
Use fresh fixture functions to set up and tear down states for each local test function. The
names for these fresh fixture functions must be setup and teardown, respectively. You
can use fresh fixtures to obtain a new figure before testing and to close the figure after
testing. This is typical example of skeletal test function level setup and teardown code.
function setup(testCase) % do not change function name
% open a figure, for example
end
%% Test Functions
function testFunctionOne(testCase)
% Test specific code
end
function FunctionTwotest(testCase)
% Test specific code
end
32-24
See Also
To run tests from the command prompt, use the runtests command with your MATLAB
test file as input. For example:
results = runtests('exampleTest.m')
results = run(exampleTest)
For more information on running tests see the runtests reference page and “Run Tests
for Various Workflows” on page 32-97.
See Also
functiontests | localfunctions | runtests
32-25
32 Unit Testing
Related Examples
• “Write Simple Test Case Using Functions” on page 32-27
• “Write Test Using Setup and Teardown Functions” on page 32-32
32-26
Write Simple Test Case Using Functions
This MATLAB function solves quadratic equations. Create this function in a folder on
your MATLAB path.
function roots = quadraticSolver(a, b, c)
% quadraticSolver returns solutions to the
% quadratic equation a*x^2 + b*x + c = 0.
end
32-27
32 Unit Testing
Use the qualification function, verifyEqual, to compare the output of the function,
actSolution, to the desired output, expSolution. If the qualification fails, the
framework continues executing the test. Typically, when using verifyEqual on floating
point values, you specify a tolerance for the comparison. For more information, see
matlab.unittest.constraints.
function testRealSolution(testCase)
actSolution = quadraticSolver(1,-3,2);
expSolution = [2 1];
verifyEqual(testCase,actSolution,expSolution)
end
Create a test to verify that quadraticSolver returns the right value for imaginary
solutions. For example, the equation x2 + 2x + 10 = 0 has imaginary solutions x =
-1 + 3i and x = -1 - 3i. Typically, when using verifyEqual on floating point
values, you specify a tolerance for the comparison. For more information, see
matlab.unittest.constraints.
function testImaginarySolution(testCase)
actSolution = quadraticSolver(1,2,10);
expSolution = [-1+3i -1-3i];
verifyEqual(testCase,actSolution,expSolution)
end
The order of the tests within the solverTest.m file does not matter because they are
fully independent test cases.
32-28
Write Simple Test Case Using Functions
The following is the complete solverTest.m test file. Save this file in a folder on your
MATLAB path.
function testRealSolution(testCase)
actSolution = quadraticSolver(1,-3,2);
expSolution = [2 1];
verifyEqual(testCase,actSolution,expSolution)
end
function testImaginarySolution(testCase)
actSolution = quadraticSolver(1,2,10);
expSolution = [-1+3i -1-3i];
verifyEqual(testCase,actSolution,expSolution)
end
results = runtests('solverTest.m')
Running solverTest
..
Done solverTest
__________
results =
Name
Passed
Failed
Incomplete
Duration
Totals:
32-29
32 Unit Testing
Cause one of the tests to fail by forcing roots in quadraticSolver.m to be real. Before
ending the function, add the line: roots = real(roots);. (Do not change
solverTest.m.) Save the file and run the tests.
results = runtests('solverTest.m')
Running solverTest
.
================================================================================
Verification failed in solverTest/testImaginarySolution.
---------------------
Framework Diagnostic:
---------------------
verifyEqual failed.
--> Complexity does not match.
Actual Complexity:
Real
Expected Complexity:
Complex
Actual Value:
-1 -1
Expected Value:
-1.000000000000000 + 3.000000000000000i -1.000000000000000 - 3.000000000000000
------------------
Stack Information:
------------------
In C:\work\solverTest.m (testImaginarySolution) at 14
================================================================================
.
Done solverTest
__________
Failure Summary:
32-30
See Also
results =
Name
Passed
Failed
Incomplete
Duration
Totals:
1 Passed, 1 Failed, 0 Incomplete.
0.043751 seconds testing time.
See Also
matlab.unittest.constraints
More About
• “Write Function-Based Unit Tests” on page 32-22
• “Types of Qualifications” on page 32-57
32-31
32 Unit Testing
Create a file containing the main function that tests figure axes properties and include
two test functions. One function verifies that the x-axis limits are correct, and the other
one verifies that the face color of a surface is correct.
File fixture functions are setup and teardown code that runs a single time in your test
file. These fixtures are shared across the test file. In this example, the file fixture
functions create a temporary folder and set it as the current working folder. They also
create and save a new figure for testing. After tests are complete, the framework
reinstates the original working folder and deletes the temporary folder and saved figure.
In this example, a helper function creates a simple figure — a red cylinder. In a more
realistic scenario, this code is part of the product under test and is computationally
expensive, thus motivating the intent to create the figure only once and to load
independent copies of the result for each test function. For this example, however, you
want to create this helper function as a local function to axesPropertiesTest. Note
that the test array does not include the function because its name does not start or end
with ‘test’.
Write a helper function that creates a simple red cylinder and add it as a local function to
axesPropertiesTest.
32-32
Write Test Using Setup and Teardown Functions
function f = createFigure
f = figure;
ax = axes('Parent', f);
cylinder(ax,10)
h = findobj(ax,'Type','surface');
h.FaceColor = [1 0 0];
end
You must name the setup and teardown functions of a file test fixture setupOnce and
teardownOnce, respectively. These functions take a single input argument, testCase,
into which the test framework automatically passes a function test case object. This test
case object contains a TestData structure that allows data to pass between setup, test,
and teardown functions. In this example, the TestData structure uses assigned fields to
store the original path, the temporary folder name, and the figure file name.
function setupOnce(testCase)
% create and change to temporary folder
testCase.TestData.origPath = pwd;
testCase.TestData.tmpFolder = ['tmpFolder' datestr(now,30)];
mkdir(testCase.TestData.tmpFolder)
cd(testCase.TestData.tmpFolder)
function teardownOnce(testCase)
delete(testCase.TestData.figName)
cd(testCase.TestData.origPath)
rmdir(testCase.TestData.tmpFolder)
32-33
32 Unit Testing
end
Fresh fixtures are function level setup and teardown code that runs before and after each
test function in your file. In this example, the functions open the saved figure and find
the handles. After testing, the framework closes the figure.
You must name fresh fixture functions setup and teardown, respectively. Similar to the
file fixture functions, these functions take a single input argument, testCase. In this
example, these functions create a new field in the TestData structure that includes
handles to the figure and to the axes. This allows information to pass between setup,
test, and teardown functions.
function setup(testCase)
testCase.TestData.Figure = openfig(testCase.TestData.figName);
testCase.TestData.Axes = findobj(testCase.TestData.Figure,...
'Type','Axes');
end
function teardown(testCase)
close(testCase.TestData.Figure)
end
In addition to custom setup and teardown code, the Unit Testing Framework provides
some classes for creating fixtures. For more information see
matlab.unittest.fixtures.
Each test is a local function that follows the naming convention of having ‘test’ at the
beginning or end of the function name. The test array does not include local functions
that do not follow this convention. Similar to setup and teardown functions, individual
test functions must accept a single input argument, testCase. Use this test case object
for verifications, assertions, assumptions, and fatal assertions functions.
32-34
Write Test Using Setup and Teardown Functions
The testDefaultXLim function test verifies that the x-axis limits are large enough to
display the cylinder. The lower limit needs to be less than -10, and the upper limit needs
to be greater than 10. These values come from the figure generated in the helper function
— a cylinder with a 10 unit radius centered on the origin. This test function opens the
figure created and saved in the setupOnce function, queries the axes limit, and verifies
the limits are correct. The qualification functions, verifyLessThanOrEqual and
verifyGreaterThanOrEqual, takes the test case, the actual value, the expected value,
and optional diagnostic information to display in the case of failure as inputs.
function testDefaultXLim(testCase)
xlim = testCase.TestData.Axes.XLim;
verifyLessThanOrEqual(testCase, xlim(1), -10,...
'Minimum x-limit was not small enough')
verifyGreaterThanOrEqual(testCase, xlim(2), 10,...
'Maximum x-limit was not big enough')
end
The surfaceColorTest function accesses the figure that you created and saved in the
setupOnce function. surfaceColorTest queries the face color of the cylinder and
verifies that it is red. The color red has an RGB value of [1 0 0]. The qualification
function, verifyEqual, takes as inputs the test case, the actual value, the expected
value, and optional diagnostic information to display in the case of failure. Typically
when using verifyEqual on floating point-values, you specify a tolerance for the
comparison. For more information, see matlab.unittest.constraints.
function surfaceColorTest(testCase)
h = findobj(testCase.TestData.Axes,'Type','surface');
co = h.FaceColor;
verifyEqual(testCase, co, [1 0 0],'FaceColor is incorrect')
32-35
32 Unit Testing
end
Now the axesPropertiesTest.m file is complete with a main function, file fixture
functions, fresh fixture functions, and two local test functions. You are ready to run the
tests.
Run Tests
The next step is to run the tests using the runtests function. In this example, the call to
runtests results in the following steps:
Running axesPropertiesTest
..
Done axesPropertiesTest
__________
results =
Name
Passed
32-36
Write Test Using Setup and Teardown Functions
Failed
Incomplete
Duration
Details
Totals:
2 Passed, 0 Failed, 0 Incomplete.
1.946 seconds testing time.
To access functionality available to tables, create one from the TestResult object.
rt = table(results)
rt =
2x6 table
writetable(rt,'myTestResults.xls')
ans =
2x6 table
32-37
32 Unit Testing
See Also
matlab.unittest.constraints | matlab.unittest.fixtures
More About
• “Write Function-Based Unit Tests” on page 32-22
• “Types of Qualifications” on page 32-57
32-38
Extending Function-Based Tests
In this section...
“Fixtures for Setup and Teardown Code” on page 32-39
“Test Logging and Verbosity” on page 32-40
“Test Suite Creation” on page 32-41
“Test Selection” on page 32-41
“Test Running” on page 32-42
“Programmatic Access of Test Diagnostics” on page 32-42
“Test Runner Customization” on page 32-43
Typically, with function-based tests, you create a test file and pass the file name to the
runtests function without explicitly creating a suite of Test objects. However, if you
create an explicit test suite, additional features are available in function-based testing.
These features include:
These fixtures take the place of manually coding the actions in the setupOnce,
teardownOnce, setup, and teardown functions of your function-based test.
32-39
32 Unit Testing
For example, if you manually write setup and teardown code to set up a temporary folder
for each test, and then you make that folder your current working folder, your setup and
teardown functions could look like this.
function setup(testCase)
% store current folder
testCase.TestData.origPath = pwd;
function teardown(testCase)
% change to original folder
cd(testCase.TestData.origPath)
However, you also can use a fixture to replace both of those functions with just a
modified setup function. The fixture stores the information necessary to restore the
initial state and performs the teardown actions.
function setup(testCase)
% create temporary folder
f = testCase.applyFixture(matlab.unittest.fixtures.TemporaryFolderFixture);
32-40
Extending Function-Based Tests
the TestRunner.run method. For more information on creating a test runner, see “Test
Runner Customization” on page 32-43.
Test Selection
With an explicit test suite, use selectors to refine your suite. Several of the selectors are
applicable only for class-based tests, but you can select tests for your suite based on the
test name:
• Use the 'Name' name-value pair argument in a suite generation method, such as
fromFile.
• Use a selectors instance and optional constraints instance.
Use these approaches in a suite generation method, such as fromFile, or create a suite
and filter it using the TestSuite.selectIf method. For example, in this listing, the
four values of suite are equivalent.
import matlab.unittest.selectors.HasName
import matlab.unittest.constraints.ContainsSubstring
import matlab.unittest.TestSuite.fromFile
f = 'rightTriTolTest.m';
selector = HasName(ContainsSubstring('Triangle'));
% fromFile, selector
suite = TestSuite.fromFile(f,selector)
32-41
32 Unit Testing
% selectIf, selector
fullSuite = TestSuite.fromFile(f);
suite = selectIf(fullSuite,selector)
If you use one of the suite creation methods with a selector or name-value pair, the
testing framework creates the filtered suite. If you use the TestSuite.selectIf
method, the testing framework creates a full test suite and then filters it. For large test
suites, this approach can have performance implications.
Test Running
There are several ways to run a function-based test.
To Run All Tests Use Function
In a file runtests with the name of the test file
In a suite TestSuite.run with the suite
In a suite with a custom test TestRunner.run. (See “Test Runner Customization” on
runner page 32-43.)
For more information, see “Run Tests for Various Workflows” on page 32-97.
After you run tests, you can access recorded diagnostics via the DiagnosticRecord field
in the Details property on TestResult. For example, if your test results are stored in
the variable results, find the recorded diagnostics for the second test in the suite by
invoking records = result(2).Details.DiagnosticRecord.
32-42
See Also
For example,use test suite, suite, to create a silent test runner and run the tests with
the run method of TestRunner.
runner = matlab.unittest.TestRunner.withNoPlugins;
results = runner.run(suite);
Use plugins to customize the test runner further. For example, you can redirect output,
determine code coverage, or change how the test runner responds to warnings. For more
information, see “Add Plugin to Test Runner” on page 32-102 and the plugins classes.
See Also
matlab.unittest.TestCase | matlab.unittest.TestSuite |
matlab.unittest.constraints | matlab.unittest.diagnostics |
matlab.unittest.qualifications | matlab.unittest.selectors
Related Examples
• “Run Tests for Various Workflows” on page 32-97
• “Add Plugin to Test Runner” on page 32-102
32-43
32 Unit Testing
In this section...
“The Test Class Definition” on page 32-44
“The Unit Tests” on page 32-44
“Additional Features for Advanced Test Classes” on page 32-46
%% Test Function
function testASolution(testCase)
%% Exercise function under test
32-44
Author Class-Based Unit Tests in MATLAB
Qualifications are methods for testing values and responding to failures. This table lists
the types of qualifications.
Verifica Use this qualification to matlab.unittest.qualifications.Verifi
tions produce and record failures able
without throwing an
exception. The remaining
tests run to completion.
Assum Use this qualification to matlab.unittest.qualifications.Assuma
ptions ensure that a test runs only ble
when certain preconditions
are satisfied. However,
running the test without
satisfying the preconditions
does not produce a test
failure. When an assumption
failure occurs, the testing
framework marks the test as
filtered.
Asserti Use this qualification to matlab.unittest.qualifications.Assert
ons ensure that the able
preconditions of the current
test are met.
Fatal Use this qualification when matlab.unittest.qualifications.FatalA
assertio the failure at the assertion ssertable
ns point renders the remainder
of the current test method
invalid or the state is
unrecoverable.
32-45
32 Unit Testing
Often, each unit test function obtains an actual value by exercising the code that you are
testing and defines the associated expected value. For example, if you are testing the
plus function, the actual value might be plus(2,3) and the expected value 5. Within
the test function, you pass the actual and expected values to a qualification method. For
example:
testCase.verifyEqual(plus(2,3),5)
For an example of a basic unit test, see “Write Simple Test Case Using Classes” on page
32-48.
• Setup and teardown methods blocks to implicitly set up the pretest state of the
system and return it to the original state after running the tests. For an example of a
test class with setup and teardown code, see “Write Setup and Teardown Code Using
Classes” on page 32-53.
• Advanced qualification features, including actual value proxies, test diagnostics, and
a constraint interface. For more information, see matlab.unittest.constraints
and matlab.unittest.diagnostics.
• Parameterized tests to combine and execute tests on the specified lists of parameters.
For more information, see “Create Basic Parameterized Test” on page 32-79 and
“Create Advanced Parameterized Test” on page 32-85.
• Ready-to-use fixtures for handling the setup and teardown of frequently used testing
actions and for sharing fixtures between classes. For more information, see
matlab.unittest.fixtures and “Write Tests Using Shared Fixtures” on page 32-
65.
• Ability to create custom test fixtures. For more information see “Create Basic Custom
Fixture” on page 32-69 and “Create Advanced Custom Fixture” on page 32-72.
32-46
See Also
See Also
Related Examples
• “Write Simple Test Case Using Classes” on page 32-48
• “Write Setup and Teardown Code Using Classes” on page 32-53
• “Create Simple Test Suites” on page 32-94
• “Run Tests for Various Workflows” on page 32-97
• “Analyze Test Case Results” on page 32-125
• “Analyze Failed Test Results” on page 32-129
32-47
32 Unit Testing
The following MATLAB function solves quadratic equations. Create this function in a
folder on your MATLAB path.
end
To use the matlab.unittest framework, write MATLAB functions (tests) in the form of
a test case, a class derived from matlab.unittest.TestCase.
methods (Test)
end
32-48
Write Simple Test Case Using Classes
end
The following steps show how to create specific tests. Put these tests inside the methods
block with the (Test) attribute.
function testRealSolution(testCase)
actSolution = quadraticSolver(1,-3,2);
expSolution = [2,1];
testCase.verifyEqual(actSolution,expSolution)
end
Create a test to verify that quadraticSolver returns the right value for imaginary
solutions. For example, the equation has imaginary solutions
and . Add this function, testImaginarySolution, inside the
methods (Test) block.
function testImaginarySolution(testCase)
actSolution = quadraticSolver(1,2,10);
32-49
32 Unit Testing
The order of the tests within the block does not matter.
The following is the complete SolverTest class definition. Save this file in a folder on
your MATLAB path.
methods (Test)
function testRealSolution(testCase)
actSolution = quadraticSolver(1,-3,2);
expSolution = [2,1];
testCase.verifyEqual(actSolution,expSolution);
end
function testImaginarySolution(testCase)
actSolution = quadraticSolver(1,2,10);
expSolution = [-1+3i, -1-3i];
testCase.verifyEqual(actSolution,expSolution);
end
end
end
testCase = SolverTest;
res = run(testCase)
Running SolverTest
..
Done SolverTest
__________
32-50
Write Simple Test Case Using Classes
res =
Name
Passed
Failed
Incomplete
Duration
Details
Totals:
2 Passed, 0 Failed, 0 Incomplete.
1.3191 seconds testing time.
testCase = SolverTest;
res = run(testCase,'testRealSolution')
Running SolverTest
.
Done SolverTest
__________
res =
Name: 'SolverTest/testRealSolution'
Passed: 1
Failed: 0
Incomplete: 0
Duration: 0.0266
Details: [1x1 struct]
Totals:
1 Passed, 0 Failed, 0 Incomplete.
32-51
32 Unit Testing
See Also
Related Examples
• “Author Class-Based Unit Tests in MATLAB” on page 32-44
• “Write Setup and Teardown Code Using Classes” on page 32-53
• “Analyze Test Case Results” on page 32-125
• “Create Simple Test Suites” on page 32-94
32-52
Write Setup and Teardown Code Using Classes
Test Fixtures
Test fixtures are setup and teardown code that sets up the pretest state of the system
and returns it to the original state after running the test. Setup and teardown methods
are defined in the TestCase class by the following method attributes:
It is good practice for test authors to perform all teardown activities from within the
TestMethodSetup and TestClassSetup blocks using the addTeardown method
instead of implementing corresponding teardown methods in the TestMethodTeardown
and TestClassTeardown blocks. This guarantees the teardown is executed in the
reverse order of the setup and also ensures that the test content is exception safe.
32-53
32 Unit Testing
properties
TestFigure
end
methods(TestMethodSetup)
function createFigure(testCase)
% comment
testCase.TestFigure = figure;
end
end
methods(TestMethodTeardown)
function closeFigure(testCase)
close(testCase.TestFigure)
end
end
methods(Test)
function defaultCurrentPoint(testCase)
cp = testCase.TestFigure.CurrentPoint;
testCase.verifyEqual(cp, [0 0], ...
'Default current point is incorrect')
end
function defaultCurrentObject(testCase)
import matlab.unittest.constraints.IsEmpty
co = testCase.TestFigure.CurrentObject;
testCase.verifyThat(co, IsEmpty, ...
'Default current object should be empty')
end
end
end
To setup the BankAccountTest, which tests the BankAccount class example described
in “Developing Classes — Typical Workflow”, add a TestClassSetup method,
32-54
Write Setup and Teardown Code Using Classes
methods (TestClassSetup)
function addBankAccountClassToPath(testCase)
p = path;
testCase.addTeardown(@path,p);
addpath(fullfile(matlabroot,'help','techdoc','matlab_oop',...
'examples'));
end
end
methods (Test)
function testConstructor(testCase)
b = BankAccount(1234, 100);
testCase.verifyEqual(b.AccountNumber, 1234, ...
'Constructor failed to correctly set account number');
testCase.verifyEqual(b.AccountBalance, 100, ...
'Constructor failed to correctly set account balance');
end
function testConstructorNotEnoughInputs(testCase)
import matlab.unittest.constraints.Throws;
testCase.verifyThat(@()BankAccount, ...
Throws('MATLAB:minrhs'));
end
function testDesposit(testCase)
b = BankAccount(1234, 100);
b.deposit(25);
testCase.verifyEqual(b.AccountBalance, 125);
end
function testWithdraw(testCase)
b = BankAccount(1234, 100);
b.withdraw(25);
testCase.verifyEqual(b.AccountBalance, 75);
end
function testNotifyInsufficientFunds(testCase)
32-55
32 Unit Testing
callbackExecuted = false;
function testCallback(~,~)
callbackExecuted = true;
end
b = BankAccount(1234, 100);
b.addlistener('InsufficientFunds', @testCallback);
b.withdraw(50);
testCase.assertFalse(callbackExecuted, ...
'The callback should not have executed yet');
b.withdraw(60);
testCase.verifyTrue(callbackExecuted, ...
'The listener callback should have fired');
end
end
end
See Also
addTeardown | matlab.unittest.TestCase
Related Examples
• “Author Class-Based Unit Tests in MATLAB” on page 32-44
• “Write Simple Test Case Using Classes” on page 32-48
32-56
Types of Qualifications
Types of Qualifications
Qualifications are functions for testing values and responding to failures. There are four
types of qualifications:
32-57
32 Unit Testing
32-58
See Also
See Also
Assertable | Assumable | FatalAssertable | Verifiable |
matlab.unittest.qualifications
32-59
32 Unit Testing
In this section...
“Tag Tests” on page 32-60
“Select and Run Tests” on page 32-61
Tag Tests
To define test tags, use a cell array of meaningful character vectors or a string array. For
example, TestTags = {'Unit'} or TestTags = ["Unit","FeatureA"].
This sample test class, ExampleTagTest, uses the TestTags method attribute to tag
individual tests.
classdef ExampleTagTest < matlab.unittest.TestCase
methods (Test)
function testA (testCase)
% test code
end
end
methods (Test, TestTags = {'Unit'})
function testB (testCase)
% test code
end
function testC (testCase)
% test code
end
end
methods (Test, TestTags = {'Unit','FeatureA'})
function testD (testCase)
% test code
end
end
32-60
Tag Unit Tests
Several of the tests in class ExampleTagTest are tagged. For example, testD is tagged
with 'Unit' and 'FeatureA'. One test, testA, is not tagged.
This sample test class, ExampleTagClassTest, uses a TestTags class attribute to tag
all the tests within the class, and a TestTags method attribute to add tags to individual
tests.
32-61
32 Unit Testing
Use the runtests function to select and run tests without explicitly creating a test suite.
Select and run all the tests from ExampleTagTest and ExampleTagClassTest that
include the 'FeatureA' tag.
results = runtests({'ExampleTagTest','ExampleTagClassTest'},'Tag','FeatureA');
Running ExampleTagTest
..
Done ExampleTagTest
__________
Running ExampleTagClassTest
.
Done ExampleTagClassTest
__________
ans =
3×6 table
The selected tests are testE and testD from ExampleTagTest, and testH from
ExampleTagClassTest.
32-62
Tag Unit Tests
Create a suite of tests from the ExampleTagTest class that are tagged with
'FeatureA'.
import matlab.unittest.TestSuite
sA = TestSuite.fromClass(?ExampleTagTest,'Tag','FeatureA');
Create a suite of tests from the ExampleTagClassTest class that are tagged with
'FeatureC'.
sB = TestSuite.fromFile('ExampleTagClassTest.m','Tag','FeatureC');
ans =
'ExampleTagTest/testE'
'ExampleTagTest/testD'
'ExampleTagClassTest/testG'
Create a suite of all the tests from the ExampleTagTest and ExampleTagClassTest
classes.
import matlab.unittest.selectors.HasTag
sA = TestSuite.fromClass(?ExampleTagTest);
sB = TestSuite.fromFile('ExampleTagClassTest.m');
suite = [sA sB];
s1 =
Name: 'ExampleTagTest/testA'
32-63
32 Unit Testing
BaseFolder: 'C:\work'
ProcedureName: 'testA'
SharedTestFixtures: [0×0 matlab.unittest.fixtures.EmptyFixture]
Parameterization: [0×0 matlab.unittest.parameters.EmptyParameter]
Tags: {1×0 cell}
Tests Include:
0 Parameterizations, 0 Shared Test Fixture Classes, 0 Tags.
Select all the tests with the 'Unit' tag and display their names.
s2 = suite.selectIf(HasTag('Unit'));
{s2.Name}'
ans =
'ExampleTagTest/testD'
'ExampleTagTest/testB'
'ExampleTagTest/testC'
Select all the tests with the 'FeatureB' or 'System' tag using a constraint.
import matlab.unittest.constraints.IsEqualTo
constraint = IsEqualTo('FeatureB') | IsEqualTo('System');
s3 = suite.selectIf(HasTag(constraint));
{s3.Name}'
ans =
'ExampleTagTest/testE'
'ExampleTagClassTest/testH'
'ExampleTagClassTest/testG'
'ExampleTagClassTest/testF'
See Also
matlab.unittest.TestCase | matlab.unittest.TestSuite |
matlab.unittest.constraints | matlab.unittest.selectors.HasTag |
runtests
32-64
Write Tests Using Shared Fixtures
The two test classes used in this example test the DocPolynom class and the
BankAccount class. You can access both classes in MATLAB, but you must add them to
the MATLAB path. A path fixture adds the directory to the current path, runs the tests,
and removes the directory from the path. Since both classes require the same addition to
the path, the tests use a shared fixture.
Create a test file for the DocPolynom class. Create the shared fixture by specifying the
SharedTestFixtures attribute for the TestCase and passing in a PathFixture.
properties
msgEqn = 'Equation under test: ';
end
methods (Test)
function testConstructor(testCase)
p = DocPolynom([1, 0, 1]);
testCase.verifyClass(p, ?DocPolynom)
end
function testAddition(testCase)
p1 = DocPolynom([1, 0, 1]);
p2 = DocPolynom([5, 2]);
actual = p1 + p2;
expected = DocPolynom([1, 5, 3]);
msg = [testCase.msgEqn,...
32-65
32 Unit Testing
function testMultiplication(testCase)
p1 = DocPolynom([1, 0, 3]);
p2 = DocPolynom([5, 2]);
actual = p1 * p2;
expected = DocPolynom([5, 2, 15, 6]);
msg = [testCase.msgEqn,...
'(x^2 + 3) * (5*x + 2) = 5*x^3 + 2*x^2 + 15*x + 6'];
testCase.verifyEqual(actual, expected, msg)
end
end
end
Create a test file for the BankAccount class. Create the shared fixture by specifying the
SharedTestFixtures attribute for the TestCase and passing in a PathFixture.
methods (Test)
function testConstructor(testCase)
b = BankAccount(1234, 100);
testCase.verifyEqual(b.AccountNumber, 1234, ...
'Constructor failed to correctly set account number')
testCase.verifyEqual(b.AccountBalance, 100, ...
'Constructor failed to correctly set account balance')
end
function testConstructorNotEnoughInputs(testCase)
import matlab.unittest.constraints.Throws
testCase.verifyThat(@()BankAccount, ...
Throws('MATLAB:minrhs'))
end
32-66
Write Tests Using Shared Fixtures
function testDesposit(testCase)
b = BankAccount(1234, 100);
b.deposit(25)
testCase.verifyEqual(b.AccountBalance, 125)
end
function testWithdraw(testCase)
b = BankAccount(1234, 100);
b.withdraw(25)
testCase.verifyEqual(b.AccountBalance, 75)
end
function testNotifyInsufficientFunds(testCase)
callbackExecuted = false;
function testCallback(~,~)
callbackExecuted = true;
end
b = BankAccount(1234, 100);
b.addlistener('InsufficientFunds', @testCallback);
b.withdraw(50)
testCase.assertFalse(callbackExecuted, ...
'The callback should not have executed yet')
b.withdraw(60)
testCase.verifyTrue(callbackExecuted, ...
'The listener callback should have fired')
end
end
end
32-67
32 Unit Testing
result = run(suiteFolder);
Setting up PathFixture.
Description: Adds 'C:\Program Files\MATLAB\R2013b\help\techdoc\matlab_oop\examples' to
__________
Running BankAccountTest
.....
Done BankAccountTest
__________
Running DocPolynomTest
...
Done DocPolynomTest
__________
The test framework sets up the test fixture, runs all the tests in each file, and then tears
the fixture down. If the path fixture was set up and torn down using TestClassSetup
methods, the fixture is set up and torn down twice—once for each test file.
See Also
PathFixture | TestCase | matlab.unittest.fixtures
32-68
Create Basic Custom Fixture
In a file in your working folder, create a new class, FormatHexFixture that inherits
from the matlab.unittest.fixtures.Fixture class. Since we want the fixture to
restore the pretest state of the MATLAB display format, create an OriginalFormat
property to keep track of the original display format.
classdef FormatHexFixture < matlab.unittest.fixtures.Fixture
properties (Access=private)
OriginalFormat
end
Subclasses of the Fixture class must implement the setup method. Use this method to
record the pretest display format, and set the format to 'hex'. Use the teardown
method to restore the original display format. Define the setup and teardown methods
in the methods block of the FormatHexFixture.m file.
methods
function setup(fixture)
fixture.OriginalFormat = get(0, 'Format');
set(0, 'Format', 'hex')
end
function teardown(fixture)
set(0, 'Format', fixture.OriginalFormat)
end
end
end
In a file in your working folder, create the following test class, SampleTest.m.
32-69
32 Unit Testing
function test1(testCase)
testCase.applyFixture(FormatHexFixture);
actStr = getColumnForDisplay([1;2;3], 'Small Integers');
expStr = ['Small Integers '
'3ff0000000000000'
'4000000000000000'
'4008000000000000'];
testCase.verifyEqual(actStr, expStr)
end
end
end
This test applies the custom fixture and verifies that the displayed column of
hexadecimal representation is as expected.
Running SampleTest
.
Done SampleTest
__________
See Also
matlab.unittest.fixtures.Fixture
32-70
See Also
Related Examples
• “Create Advanced Custom Fixture” on page 32-72
• “Write Tests Using Shared Fixtures” on page 32-65
32-71
32 Unit Testing
properties (SetAccess=private)
UserName
end
Subclasses of the Fixture class must implement the setup method. Use this method to
save the original UserName variable. This method also defines the
TeardownDescription and registers the teardown task of setting the UserName to the
original state after testing.
32-72
Create Advanced Custom Fixture
fixture.assertNotEmpty(originalUserName, ...
'An existing UserName environment variable must be defined.')
fixture.addTeardown(@setenv, 'UserName', originalUserName)
fixture.TeardownDescription = sprintf(...
'Restored the UserName environment variable to "%s".',...
originalUserName);
setenv('UserName', fixture.UserName)
end
end
Classes that derive from Fixture must implement the isCompatible method if the
constructor is configurable. Since you can configure the UserName property through the
constructor, UserNameEnvironmentVariableFixture must implement
isCompatible.
The isCompatible method is called with two instances of the same class. In this case, it
is called with two instances of UserNameEnvironmentVariableFixture. The testing
framework considers the two instances compatible if their UserName properties are
equal.
properties (SetAccess=private)
UserName
end
methods
function fixture = UserNameEnvironmentVariableFixture(name)
validateattributes(name, {'char'}, {'row'}, '','UserName')
fixture.UserName = name;
fixture.SetupDescription = sprintf( ...
'Set the UserName environment variable to "%s".',...
fixture.UserName);
end
32-73
32 Unit Testing
function setup(fixture)
originalUserName = getenv('UserName');
fixture.assertNotEmpty(originalUserName, ...
'An existing UserName environment variable must be defined.')
fixture.addTeardown(@setenv, 'UserName', originalUserName)
fixture.TeardownDescription = sprintf(...
'Restored the UserName environment variable to "%s".',...
originalUserName);
setenv('UserName', fixture.UserName)
end
end
methods (Access=protected)
function bool = isCompatible(fixture, other)
bool = strcmp(fixture.UserName, other.UserName);
end
end
end
In a file in your working folder, create the following test class, ExampleTest.m.
methods (Test)
function t1(~)
fprintf(1, 'Current UserName: "%s"', getenv('UserName'))
end
end
end
run(ExampleTest);
Running ExampleTest
Current UserName: "David".
32-74
Create Advanced Custom Fixture
Done ExampleTest
__________
In your working folder, create three test classes using a shared fixture. Using a shared
fixture allows the UserNameEnvironmentVariableFixture to be shared across
classes.
classdef (SharedTestFixtures={...
UserNameEnvironmentVariableFixture('David')}) ...
testA < matlab.unittest.TestCase
methods (Test)
function t1(~)
fprintf(1, 'Current UserName: "%s"', getenv('UserName'))
end
end
end
classdef (SharedTestFixtures={...
UserNameEnvironmentVariableFixture('Andy')}) ...
testB < matlab.unittest.TestCase
methods (Test)
function t1(~)
fprintf(1, 'Current UserName: "%s"', getenv('UserName'))
end
end
end
classdef (SharedTestFixtures={...
UserNameEnvironmentVariableFixture('Andy')}) ...
testC < matlab.unittest.TestCase
methods (Test)
function t1(~)
fprintf(1, 'Current UserName: "%s"', getenv('UserName'))
end
end
end
32-75
32 Unit Testing
Setting up UserNameEnvironmentVariableFixture
Done setting up UserNameEnvironmentVariableFixture: Set the UserName environment variab
__________
Running testA
Current UserName: "David".
Done testA
__________
Setting up UserNameEnvironmentVariableFixture
Done setting up UserNameEnvironmentVariableFixture: Set the UserName environment variab
__________
Running testB
Current UserName: "Andy".
Done testB
__________
Running testC
Current UserName: "Andy".
Done testC
__________
Recall that the fixtures are compatible if their UserName properties match. The tests in
testA and testB use incompatible shared fixtures, since 'David' is not equal to
'Andy'. Therefore, the framework invokes the fixture teardown and setup methods
between calls to testA and testB. However, the shared test fixture in testC is
compatible with the fixture in testB, so the framework doesn’t repeat fixture teardown
and setup before testC.
32-76
Create Advanced Custom Fixture
An alternate approach to using the addTeardown method within the setup method is to
implement a separate teardown method . Instead of the setup method described above,
implement the following setup and teardown methods within
UserNameEnvironmentVariableFixture.m.
properties (Access=private)
OriginalUser
end
properties (SetAccess=private)
UserName
end
methods
function fixture = UserNameEnvironmentVariableFixture(name)
validateattributes(name, {'char'}, {'row'}, '','UserName')
fixture.UserName = name;
fixture.SetupDescription = sprintf( ...
'Set the UserName environment variable to "%s".',...
fixture.UserName);
end
function setup(fixture)
fixture.OriginalUser = getenv('UserName');
fixture.assertNotEmpty(fixture.OriginalUser, ...
'An existing UserName environment variable must be defined.')
setenv('UserName', fixture.UserName)
end
function teardown(fixture)
fixture.TeardownDescription = sprintf(...
'Restored the UserName environment variable to "%s".',...
fixture.OriginalUser);
setenv('UserName', fixture.OriginalUser)
end
end
methods (Access=protected)
function bool = isCompatible(fixture, other)
bool = strcmp(fixture.UserName, other.UserName);
end
end
end
32-77
32 Unit Testing
The setup method does not contain a call to addTeardown or a definition for
TeardownDescription. These tasks are relegated to the teardown method. The
alternative class definition contains an additional property, OriginalUser, which
allows the information to be passed between methods.
See Also
matlab.unittest.fixtures.Fixture
Related Examples
• “Create Basic Custom Fixture” on page 32-69
• “Write Tests Using Shared Fixtures” on page 32-65
32-78
Create Basic Parameterized Test
In your working folder, create a function in the file sierpinski.m. This function returns
a matrix representing an image of a Sierpinski carpet fractal. It takes as input the
fractal level and an optional data type.
function carpet = sierpinski(nLevels,classname)
if nargin == 1
classname = 'single';
end
mSize = 3^nLevels;
carpet = ones(mSize,classname);
function cutCarpet(x,y,s,cL)
if cL
ss = s/3; % define subsize
for lx = 0:2
for ly = 0:2
if lx == 1 && ly == 1
% remove center square
carpet(x+ss:x+2*ss-1,y+ss:y+2*ss-1) = 0;
else
% recurse
cutCarpet(x + lx*ss, y + ly*ss, ss, cL-1)
end
end
end
end
end
end
In a file in your working folder, create a new class, TestCarpet, to test the sierpinski
function.
classdef TestCarpet < matlab.unittest.TestCase
32-79
32 Unit Testing
Define the properties used for parameterized testing. In the TestCarpet class, define
these properties in a property block with the TestParameter attribute.
properties (TestParameter)
type = {'single','double','uint16'};
level = struct('small', 2,'medium', 4, 'large', 6);
side = struct('small', 9, 'medium', 81,'large', 729);
end
The type property contains the different data types you want to test. The level
property contains the different fractal level you want to test. The side property contains
the number of rows and columns in the Sierpinski carpet matrix and corresponds to the
level property. To provide meaningful names for each parameterization value, level
and side are defined as structs.
function testDefaultL1Output(testCase)
exp = single([1 1 1; 1 0 1; 1 1 1]);
testCase.verifyEqual(sierpinski(1), exp)
end
end
32-80
Create Basic Parameterized Test
This method uses the level property and, therefore, results in three test elements—one
for each value in level. The testClass method tests the class of the output from the
sierpinski function with each combination of the type and level properties. This
approach results in nine test elements. The testDefaultL1Output test method does
not use a TestParameter property and, therefore, is not parameterized. This test
method verifies that the level 1 matrix contains the expected values. Since the test
method is not parameterized, it results in a one test element.
In the test methods above, you did not define the ParameterCombination attribute of
the Test methods block. This attribute is, by default, 'exhaustive'. The test
framework invokes a given test method once for every combination of the test
parameters.
Define the following test methods in the TestCarpet class to ensure that the matrix
output by the sierpinski function has the correct number of elements. Set the
ParameterCombination attribute to 'sequential'.
properties (TestParameter)
type = {'single','double','uint16'};
level = struct('small', 2,'medium', 4, 'large', 6);
32-81
32 Unit Testing
methods (Test)
function testRemainPixels(testCase, level)
% expected number pixels equal to 1
expPixelCount = 8^level;
% actual number pixels equal to 1
actPixels = find(sierpinski(level));
testCase.verifyNumElements(actPixels,expPixelCount)
end
function testDefaultL1Output(testCase)
exp = single([1 1 1; 1 0 1; 1 1 1]);
testCase.verifyEqual(sierpinski(1), exp)
end
end
suite = matlab.unittest.TestSuite.fromFile('TestCarpet.m');
{suite.Name}'
ans =
'TestCarpet/testNumel(level=small,side=small)'
'TestCarpet/testNumel(level=medium,side=medium)'
'TestCarpet/testNumel(level=large,side=large)'
'TestCarpet/testRemainPixels(level=small)'
32-82
Create Basic Parameterized Test
'TestCarpet/testRemainPixels(level=medium)'
'TestCarpet/testRemainPixels(level=large)'
'TestCarpet/testClass(type=single,level=small)'
'TestCarpet/testClass(type=single,level=medium)'
'TestCarpet/testClass(type=single,level=large)'
'TestCarpet/testClass(type=double,level=small)'
'TestCarpet/testClass(type=double,level=medium)'
'TestCarpet/testClass(type=double,level=large)'
'TestCarpet/testClass(type=uint16,level=small)'
'TestCarpet/testClass(type=uint16,level=medium)'
'TestCarpet/testClass(type=uint16,level=large)'
'TestCarpet/testDefaultL1Output'
The suite had 16 test elements. The element’s Name indicates any parameterization.
suite.run;
Running TestCarpet
..........
......
Done TestCarpet
__________
Use the selectIf method of the TestSuite to select test elements that use a particular
parameterization. Select all test elements that use the parameter name small in the
level parameter property list.
s1 = suite.selectIf('ParameterName','small');
{s1.Name}'
ans =
'TestCarpet/testNumel(level=small,side=small)'
'TestCarpet/testRemainPixels(level=small)'
'TestCarpet/testClass(type=single,level=small)'
'TestCarpet/testClass(type=double,level=small)'
'TestCarpet/testClass(type=uint16,level=small)'
Running TestCarpet
.....
32-83
32 Unit Testing
Done TestCarpet
__________
Alternatively, create the same test suite directly from the fromFile method of
TestSuite.
import matlab.unittest.selectors.HasParameter
s1 = matlab.unittest.TestSuite.fromFile('TestCarpet.m',...
HasParameter('Name','small'));
See Also
matlab.unittest.TestCase | matlab.unittest.TestSuite.selectIf |
matlab.unittest.selectors.HasParameter
Related Examples
• “Create Advanced Parameterized Test” on page 32-85
32-84
Create Advanced Parameterized Test
Test Overview
At each test level, you can use the ParameterCombination method attribute to specify
the test parameterization.
ParameterCombinatio Method Invocation
n Attribute
'exhaustive' (default) Methods are invoked for all combinations of parameters. The
test framework uses this default combination if you do not
specify the ParameterCombination attribute.
'sequential' Methods are invoked with corresponding values from each
parameter. Each parameter must contain the same number of
values.
'pairwise' Methods are invoked for every pair of parameter values at
least once. While the test framework guarantees that tests are
created for every pair of values at least once, you should not
rely on that size, ordering, or specific set of test suite
elements.
For this example, class setup-level parameterization defines the type of random number
generator. The method setup-level parameterization defines the seed for the random
32-85
32 Unit Testing
number generator, and the test-level parameterization defines the data type and size of
the random number output.
Define the properties used for parameterized testing. Each properties block
corresponds to parameterization at a particular level.
properties (ClassSetupParameter)
generator = {'twister','combRecursive','multFibonacci'};
end
properties (MethodSetupParameter)
seed = {0, 123, 4294967295};
end
properties (TestParameter)
dim1 = struct('small', 1,'medium', 2, 'large', 3);
dim2 = struct('small', 2,'medium', 3, 'large', 4);
dim3 = struct('small', 3,'medium', 4, 'large', 5);
type = {'single','double'};
end
Define the setup methods at the test class and test method level. These methods register
the initial random number generator state. After the framework runs the tests, the
methods restore the original state. The ClassSetup method defines the type of random
number generator, and the TestMethodSetup seeds the generator.
methods (TestClassSetup)
function ClassSetup(testCase, generator)
orig = rng;
testCase.addTeardown(@rng, orig)
rng(0, generator)
end
32-86
Create Advanced Parameterized Test
end
methods (TestMethodSetup)
function MethodSetup(testCase, seed)
orig = rng;
testCase.addTeardown(@rng, orig)
rng(seed)
end
end
The method tests the size of the output for each corresponding parameter in dim1, dim2,
and dim3. For example, to test all the 'medium' values use:
testCase.verifySize(rand(2,3,4),[2 3 4]);. For a given TestClassSetup and
TestMethodSetup parameterization, the framework calls the testSize method three
times—once each for the 'small', 'medium', and 'large' values.
32-87
32 Unit Testing
The test method verifies that the random number generator results are repeatable. For a
given TestClassSetup and TestMethodSetup parameterization, the framework calls
the testRepeatble method 10 times to ensure testing of each pair of dim1, dim2, and
dim3. However, if the parameter combination attribute is exhaustive, the framework
calls the method 3^3=27 times.
Define a methods block with the Test attribute or no defined parameter combination.
The parameter combination is exhaustive by default. The test framework invokes these
methods once for every combination of property values.
methods (Test)
function testClass(testCase,dim1,dim2,type)
testCase.verifyClass(rand(dim1,dim2,type), type)
end
end
The test method verifies that the class of the output from rand is the same as the
expected class. For a given TestClassSetup and TestMethodSetup parameterization,
the framework calls the testClass method 3*3*2=18 times to ensure testing of each
combination of dim1, dim2, and type.
properties (MethodSetupParameter)
seed = {0, 123, 4294967295};
end
properties (TestParameter)
dim1 = struct('small', 1,'medium', 2, 'large', 3);
dim2 = struct('small', 2,'medium', 3, 'large', 4);
dim3 = struct('small', 3,'medium', 4, 'large', 5);
type = {'single','double'};
end
methods (TestClassSetup)
function ClassSetup(testCase, generator)
32-88
Create Advanced Parameterized Test
orig = rng;
testCase.addTeardown(@rng, orig)
rng(0, generator)
end
end
methods (TestMethodSetup)
function MethodSetup(testCase, seed)
orig = rng;
testCase.addTeardown(@rng, orig)
rng(seed)
end
end
methods (Test)
function testClass(testCase,dim1,dim2,type)
testCase.verifyClass(rand(dim1,dim2,type), type)
end
end
end
suite = matlab.unittest.TestSuite.fromClass(?TestRand)
suite =
32-89
32 Unit Testing
Name
BaseFolder
ProcedureName
SharedTestFixtures
Parameterization
Tags
Tests Include:
17 Unique Parameterizations, 0 Shared Test Fixture Classes, 0 Tags.
The test suite contains 279 test elements. For a given TestClassSetup and
TestMethodSetup parameterization, the framework creates 3+10+18=31 test elements.
These 31 elements are called three times—once for each TestMethodSetup
parameterization resulting in 3*31=93 test elements for each TestClassSetup
parameterization. There are three TestClassSetup parameterizations resulting in a
total of 3*93=279 test elements.
suite(1).Name
ans =
'TestRand[generator=twister]/[seed=value1]testClass(dim1=small,dim2=small,type=sing
The name of each element is constructed from the combination of the following:
The name for the seed property isn’t particularly meaningful (value1). The testing
framework provided this name because the seed property values are numbers. For a
more meaningful name, define the seed property as a struct with more descriptive field
names.
32-90
Create Advanced Parameterized Test
At the command prompt, create a selector to select test elements that test the
'twister' generator for 'single' precision. Omit test elements that use properties
with the 'large' name.
import matlab.unittest.selectors.HasParameter
s = HasParameter('Property','generator', 'Name','twister') & ...
HasParameter('Property','type', 'Name','single') & ...
~HasParameter('Name','large');
suite2 = matlab.unittest.TestSuite.fromClass(?TestRand,s)
suite2 =
Name
BaseFolder
ProcedureName
SharedTestFixtures
Parameterization
Tags
Tests Include:
9 Unique Parameterizations, 0 Shared Test Fixture Classes, 0 Tags.
If you first generate the full suite, construct the same test suite as above using the
selectIf method.
suite = matlab.unittest.TestSuite.fromClass(?TestRand);
suite2 = selectIf(suite,s);
suite2.run;
Running TestRand
..........
..
Done TestRand
__________
32-91
32 Unit Testing
At the command prompt, create a selector that omits test elements that use properties
with the 'large' or 'medium' name. Limit results to test elements from the
testRepeatable method.
import matlab.unittest.selectors.HasParameter
s = ~(HasParameter('Name','large') | HasParameter('Name','medium'));
suite3 = matlab.unittest.TestSuite.fromMethod(?TestRand,'testRepeatable',s);
{suite3.Name}'
ans =
'TestRand[generator=twister]/[seed=value1]testRepeatable(dim1=small,dim2=small,dim3=small)'
'TestRand[generator=twister]/[seed=value2]testRepeatable(dim1=small,dim2=small,dim3=small)'
'TestRand[generator=twister]/[seed=value3]testRepeatable(dim1=small,dim2=small,dim3=small)'
'TestRand[generator=combRecursive]/[seed=value1]testRepeatable(dim1=small,dim2=small,dim3=small)'
'TestRand[generator=combRecursive]/[seed=value2]testRepeatable(dim1=small,dim2=small,dim3=small)'
'TestRand[generator=combRecursive]/[seed=value3]testRepeatable(dim1=small,dim2=small,dim3=small)'
'TestRand[generator=multFibonacci]/[seed=value1]testRepeatable(dim1=small,dim2=small,dim3=small)'
'TestRand[generator=multFibonacci]/[seed=value2]testRepeatable(dim1=small,dim2=small,dim3=small)'
'TestRand[generator=multFibonacci]/[seed=value3]testRepeatable(dim1=small,dim2=small,dim3=small)'
Running TestRand
.........
Done TestRand
__________
At the command prompt, run all the test elements from TestRand.m that use the
parameter name 'double'.
runtests('TestRand','ParameterName','double');
Running TestRand
..........
..........
..........
..........
..........
..........
32-92
See Also
..........
..........
.
Done TestRand
__________
See Also
matlab.unittest.TestCase | matlab.unittest.TestSuite |
matlab.unittest.selectors
Related Examples
• “Create Basic Parameterized Test” on page 32-79
32-93
32 Unit Testing
Create the following function that solves roots of the quadratic equation in a file,
quadraticSolver.m, in your working folder.
function roots = quadraticSolver(a, b, c)
% quadraticSolver returns solutions to the
% quadratic equation a*x^2 + b*x + c = 0.
end
Create the following test class in a file, SolverTest.m, in your working folder.
classdef SolverTest < matlab.unittest.TestCase
% SolverTest tests solutions to the quadratic equation
% a*x^2 + b*x + c = 0
methods (Test)
function testRealSolution(testCase)
actSolution = quadraticSolver(1,-3,2);
expSolution = [2,1];
testCase.verifyEqual(actSolution,expSolution);
end
function testImaginarySolution(testCase)
actSolution = quadraticSolver(1,2,10);
expSolution = [-1+3i, -1-3i];
testCase.verifyEqual(actSolution,expSolution);
32-94
Create Simple Test Suites
end
end
end
import matlab.unittest.TestSuite
Make sure the SolverTest class definition file is on your MATLAB path.
The fromClass method creates a suite from all Test methods in the SolverTest class.
suiteClass = TestSuite.fromClass(?SolverTest);
result = run(suiteClass);
The fromFile method creates a suite using the name of the file to identify the class.
suiteFile = TestSuite.fromFile('SolverTest.m');
result = run(suiteFile);
The fromFolder method creates a suite from all test case files in the specified folder.
For example, the following files are in the current folder:
• BankAccountTest.m
• DocPolynomTest.m
• FigurePropertiesTest.m
• IsSupportedTest.m
• SolverTest.m
suiteFolder = TestSuite.fromFolder(pwd);
result = run(suiteFolder);
32-95
32 Unit Testing
suiteMethod = TestSuite.fromMethod(?SolverTest,'testRealSolution')'
result = run(suiteMethod);
See Also
TestSuite
Related Examples
• “Write Simple Test Case Using Classes” on page 32-48
32-96
Run Tests for Various Workflows
You can also assign the test file output to a variable and run the tests using the
functional form or dot notation.
% Create Test or TestCase objects
t1 = DocPolynomTest; % TestCase object from class-based test
t2 = axesPropertiesTest; % Test object from function-based test
32-97
32 Unit Testing
results2 = run(t2);
Alternatively, you can run tests contained in a single file by using runtests.
results1 = run(DocPolynomTest,'testMultiplication');
Function-based test files return an array of Test objects instead of a single TestCase
object. You can run a particular test by indexing into the array. However, you must
examine the Name field in the test array to ensure you run the correct test. For example,
only run the test, surfaceColorTest, from the axesPropertiesTest file.
ans =
axesPropertiesTest/testDefaultXLim
ans =
axesPropertiesTest/surfaceColorTest
32-98
Run Tests for Various Workflows
Run all tests in the current folder using the pwd as input to the runtests function.
runtests(pwd);
Alternatively, you can explicitly create Test arrays and use the run method to run them.
import matlab.unittest.TestSuite
s1 = TestSuite.fromClass(?DocPolynomTest);
s2 = TestSuite.fromFile('axesPropertiesTest.m');
Since the suite is explicitly defined, it is easy for you to perform further analysis on the
suite, such as rerunning failed tests.
failedTests = fullSuite([result.Failed]);
result2 = run(failedTests);
import matlab.unittest.TestRunner
import matlab.unittest.TestSuite
32-99
32 Unit Testing
import matlab.unittest.plugins.TestRunProgressPlugin
% Generate TestSuite.
s1 = TestSuite.fromClass(?DocPolynomTest);
s2 = TestSuite.fromFile('axesPropertiesTest.m');
suite = [s1 s2];
See Also
matlab.unittest.TestCase.run | matlab.unittest.TestRunner.run |
matlab.unittest.TestSuite.run | runtests
32-100
Programmatically Access Test Diagnostics
After you run tests, you can access recorded diagnostics via the DiagnosticRecord field
in the Details property on TestResult. For example, if your test results are stored in
the variable results, find the recorded diagnostics for the second test in the suite by
invoking records = result(2).Details.DiagnosticRecord.
See Also
matlab.unittest.TestResult |
matlab.unittest.plugins.DiagnosticsRecordingPlugin |
matlab.unittest.plugins.diagnosticrecord.DiagnosticRecord
Related Examples
• “Add Plugin to Test Runner” on page 32-102
32-101
32 Unit Testing
In a file in your working folder, create a test file for the BankAccount class.
type BankAccountTest.m
methods (TestClassSetup)
function addBankAccountClassToPath(testCase)
p = path;
testCase.addTeardown(@path,p);
addpath(fullfile(matlabroot,'help','techdoc','matlab_oop',...
'examples'));
end
end
methods (Test)
function testConstructor(testCase)
b = BankAccount(1234, 100);
testCase.verifyEqual(b.AccountNumber, 1234, ...
'Constructor failed to correctly set account number');
testCase.verifyEqual(b.AccountBalance, 100, ...
'Constructor failed to correctly set account balance');
end
function testConstructorNotEnoughInputs(testCase)
import matlab.unittest.constraints.Throws;
testCase.verifyThat(@()BankAccount, ...
Throws('MATLAB:minrhs'));
end
function testDesposit(testCase)
b = BankAccount(1234, 100);
b.deposit(25);
testCase.verifyEqual(b.AccountBalance, 125);
32-102
Add Plugin to Test Runner
end
function testWithdraw(testCase)
b = BankAccount(1234, 100);
b.withdraw(25);
testCase.verifyEqual(b.AccountBalance, 75);
end
function testNotifyInsufficientFunds(testCase)
callbackExecuted = false;
function testCallback(~,~)
callbackExecuted = true;
end
b = BankAccount(1234, 100);
b.addlistener('InsufficientFunds', @testCallback);
b.withdraw(50);
testCase.assertFalse(callbackExecuted, ...
'The callback should not have executed yet');
b.withdraw(60);
testCase.verifyTrue(callbackExecuted, ...
'The listener callback should have fired');
end
end
end
At the command prompt, create a test suite, ts, from the BankAccountTest test case.
ts = matlab.unittest.TestSuite.fromClass(?BankAccountTest);
No output displayed.
32-103
32 Unit Testing
import matlab.unittest.plugins.TestRunProgressPlugin
runner.addPlugin(TestRunProgressPlugin.withVerbosity(2))
res = runner.run(ts);
Running BankAccountTest
.....
Done BankAccountTest
__________
See Also
matlab.unittest.plugins
32-104
Write Plugins to Extend TestRunner
The creation methods are the only set of TestRunnerPlugin methods with an output
argument. Typically, you extend the creation methods to listen for various events
32-105
32 Unit Testing
originating from the test content at the corresponding level. Since both TestCase and
Fixture instances inherit from the handle class, you add these listeners using the
addlistener method. The methods that set up, run and tear down test content extend
the way the TestRunner evaluates the test content.
At this level, the createTestMethodInstance method is the only plugin method with
an output argument. It returns the TestCase instances created for each Test element.
The test framework passes each of these instances into corresponding Test methods, and
into any methods with the TestMethodSetup or TestMethodTeardown attribute.
The test framework evaluates methods at the test level within the scope of the runTest
method. Provided the test framework completes all TestMethodSetup work, it invokes
the plugin methods in this level a single time per test element.
32-106
Write Plugins to Extend TestRunner
At this level, the createTestClassInstance method is the only plugin method with an
output argument. It returns the TestCase instances created at the class level. For each
class, the test framework passes the instance into any methods with the
TestClassSetup or TestClassTeardown attribute.
The run method at this level, runTest, extends the running of a single TestSuite
element, and incorporates the functionality described for the test level plugin methods.
The test framework evaluates methods at the test class level within the scope of the
runTestClass method. If TestClassSetup completes successfully, it invokes the
runTest method one time for each element in the Test array. Each TestClassSetup
parameterization invokes the creation, setup, and teardown methods a single time.
At this level, the createSharedTestFixture method is the only plugin method with an
output argument. It returns the Fixture instances for each shared fixture required by a
test class. These fixture instances are available to the test through the
getSharedTestFixtures method of TestCase.
32-107
32 Unit Testing
The run method at this level, runTestClass, extends the running of tests that belong to
the same test class or the same function-based test, and incorporates the functionality
described for the test class level plugin methods.
See Also
addlistener | matlab.unittest.TestCase | matlab.unittest.TestRunner |
matlab.unittest.fixtures.Fixture |
matlab.unittest.plugins.OutputStream |
matlab.unittest.plugins.TestRunnerPlugin
Related Examples
• “Create Custom Plugin” on page 32-109
• “Plugin to Generate Custom Test Output Format” on page 32-121
• “Write Plugin to Save Diagnostic Details” on page 32-116
32-108
Create Custom Plugin
Keep track of the number of passing and failing assertions. Within a properties block,
create NumPassingAssertions and NumFailingAssertions properties to pass the
data between methods.
properties
NumPassingAssertions = 0;
NumFailingAssertions = 0;
end
plugin.NumPassingAssertions = 0;
plugin.NumFailingAssertions = 0;
runTestSuite@matlab.unittest.plugins.TestRunnerPlugin(...
plugin, pluginData);
The test framework evaluates this method one time. It displays information about the
total number of tests, initializes the assertion count, and invokes the superclass method.
32-109
32 Unit Testing
After the framework completes evaluating the superclass method, the runTestSuite
method displays the assertion count summary.
Invoke the corresponding superclass method when you override the creation methods.
The creation methods return the content that the test framework creates for each of their
respective contexts. When implementing one of these methods, pass this argument out of
your own implementation, and add the listeners required by this plugin.
fixture.addlistener('AssertionPassed', ...
@(~,~)plugin.incrementPassingAssertionsCount);
fixture.addlistener('AssertionFailed', ...
@(~,~)plugin.incrementFailingAssertionsCount);
end
testCase.addlistener('AssertionPassed', ...
@(~,~)plugin.incrementPassingAssertionsCount);
testCase.addlistener('AssertionFailed', ...
@(~,~)plugin.incrementFailingAssertionsCount);
end
32-110
Create Custom Plugin
testCase.addlistener('AssertionPassed', ...
@(~,~)plugin.incrementPassingAssertionsCount);
testCase.addlistener('AssertionFailed', ...
@(~,~)plugin.incrementFailingAssertionsCount);
end
end
Extend runTest to display the name of each test at run time. Include this function in a
methods block with protected access. Like all plugin methods, when you override this
method you must invoke the corresponding superclass method.
runTest@matlab.unittest.plugins.TestRunnerPlugin(...
plugin, pluginData);
end
end
In a methods block with private access, define three helper functions. These functions
increment the number of passing or failing assertions, and print out the assertion count
summary.
function incrementFailingAssertionsCount(plugin)
plugin.NumFailingAssertions = plugin.NumFailingAssertions + 1;
end
function printAssertionSummary(plugin)
fprintf('%s\n', repmat('_', 1, 30))
fprintf('Total Assertions: %d\n', ...
plugin.NumPassingAssertions + plugin.NumFailingAssertions)
fprintf('\t%d Passed, %d Failed\n', ...
plugin.NumPassingAssertions, plugin.NumFailingAssertions)
32-111
32 Unit Testing
end
end
properties
NumPassingAssertions = 0;
NumFailingAssertions = 0;
end
plugin.NumPassingAssertions = 0;
plugin.NumFailingAssertions = 0;
runTestSuite@matlab.unittest.plugins.TestRunnerPlugin(...
plugin, pluginData);
fixture.addlistener('AssertionPassed', ...
@(~,~)plugin.incrementPassingAssertionsCount);
fixture.addlistener('AssertionFailed', ...
@(~,~)plugin.incrementFailingAssertionsCount);
end
testCase.addlistener('AssertionPassed', ...
@(~,~)plugin.incrementPassingAssertionsCount);
testCase.addlistener('AssertionFailed', ...
@(~,~)plugin.incrementFailingAssertionsCount);
end
testCase.addlistener('AssertionPassed', ...
@(~,~)plugin.incrementPassingAssertionsCount);
testCase.addlistener('AssertionFailed', ...
32-112
Create Custom Plugin
@(~,~)plugin.incrementFailingAssertionsCount);
end
runTest@matlab.unittest.plugins.TestRunnerPlugin(...
plugin, pluginData);
end
end
function incrementFailingAssertionsCount(plugin)
plugin.NumFailingAssertions = plugin.NumFailingAssertions + 1;
end
function printAssertionSummary(plugin)
fprintf('%s\n', repmat('_', 1, 30))
fprintf('Total Assertions: %d\n', ...
plugin.NumPassingAssertions + plugin.NumFailingAssertions)
fprintf('\t%d Passed, %d Failed\n', ...
plugin.NumPassingAssertions, plugin.NumFailingAssertions)
end
end
end
In your working folder, create the file ExampleTest.m containing the following test
class.
classdef ExampleTest < matlab.unittest.TestCase
methods(Test)
function testOne(testCase) % Test fails
testCase.assertEqual(5, 4)
end
function testTwo(testCase) % Test passes
testCase.verifyEqual(5, 5)
end
function testThree(testCase) % Test passes
testCase.assertEqual(7*2, 14)
end
end
end
32-113
32 Unit Testing
At the command prompt, create a test suite from the ExampleTest class.
import matlab.unittest.TestSuite
import matlab.unittest.TestRunner
suite = TestSuite.fromClass(?ExampleTest);
Create a test runner with no plugins. This code creates a silent runner and provides you
with complete control over the installed plugins.
runner = TestRunner.withNoPlugins;
result = runner.run(suite);
runner.addPlugin(AssertionCountingPlugin)
result = runner.run(suite);
See Also
addlistener | matlab.unittest.TestCase | matlab.unittest.TestRunner |
matlab.unittest.fixtures.Fixture |
matlab.unittest.plugins.OutputStream |
matlab.unittest.plugins.TestRunnerPlugin
Related Examples
• “Write Plugins to Extend TestRunner” on page 32-105
32-114
See Also
32-115
32 Unit Testing
Create Plugin
In a file in your working folder, create a class, myPlugin, that inherits from the
matlab.unittest.plugins.TestRunnerPlugin class. In the plugin class:
• Define a FailedTestData property on the plugin that stores information from failed
tests.
• Override the default createTestMethodInstance method of TestRunnerPlugin
to listen for assertion, fatal assertion, and verification failures, and to record relevant
information.
• Override the default runTestSuite method of TestRunnerPlugin to initialize the
FailedTestData property value. If you do not initialize value of the property, each
time you run the tests using the same test runner, failed test information is appended
to the FailedTestData property.
• Define a helper function, recordData, to save information about the test failure as a
table.
properties
FailedTestData
end
32-116
Write Plugin to Save Diagnostic Details
matlab.unittest.plugins.TestRunnerPlugin(plugin, pluginData);
testName = pluginData.Name;
testCase.addlistener('AssertionFailed', ...
@(~,event)plugin.recordData(event,testName, 'Assertion'));
testCase.addlistener('FatalAssertionFailed', ...
@(~,event)plugin.recordData(event,testName, 'Fatal Assertion'));
testCase.addlistener('VerificationFailed', ...
@(~,event)plugin.recordData(event,testName, 'Verification'));
end
end
In your working folder, create the file ExampleTest.m containing the following test
class.
classdef ExampleTest < matlab.unittest.TestCase
methods(Test)
function testOne(testCase)
testCase.assertGreaterThan(5,10)
end
function testTwo(testCase)
wrongAnswer = 'wrong';
testCase.verifyEmpty(wrongAnswer,'Not Empty')
testCase.verifyClass(wrongAnswer,'double','Not double')
end
32-117
32 Unit Testing
function testThree(testCase)
testCase.assertEqual(7*2,13,'Values not equal')
end
function testFour(testCase)
testCase.fatalAssertEqual(3+2,6);
end
end
end
The fatal assertion failure in testFour causes the framework to halt and throw an
error. In this example, there are no subsequent tests. If there was a subsequent test, the
framework would not run it.
At the command prompt, create a test suite from the ExampleTest class, and create a
test runner.
import matlab.unittest.TestSuite
import matlab.unittest.TestRunner
suite = TestSuite.fromClass(?ExampleTest);
runner = TestRunner.withNoPlugins;
Create an instance of myPlugin and add it to the test runner. Run the tests.
p = DiagnosticRecorderPlugin;
runner.addPlugin(p)
result = runner.run(suite);
With the failed fatal assertion, the framework throws an error, and the test runner does
not return a TestResult object. However, the DiagnosticRecorderPlugin stores
information about the tests preceding and including the test with the failed assertion.
At the command prompt, view information about the failed tests. The information is
saved in the FailedTestData property of the plugin.
T = p.FailedTestData
32-118
Write Plugin to Save Diagnostic Details
T =
5×6 table
There are many options to archive or post-process this information. For example, you can
save the variable as a MAT-file or use writetable to write the table to various file
types, such as .txt, .csv, or .xls.
T.Stack(3)
ans =
file: 'C:\Work\ExampleTest.m'
name: 'ExampleTest.testTwo'
line: 9
Display the diagnostics that the framework displayed for the fifth test failure.
celldisp(T.FrameworkDiagnostics(5))
ans{1} =
fatalAssertEqual failed.
--> The values are not equal using "isequaln".
--> Failure table:
Actual Expected Error RelativeError
______ ________ _____ __________________
5 6 -1 -0.166666666666667
Actual Value:
5
32-119
32 Unit Testing
Expected Value:
6
See Also
addlistener | matlab.unittest.TestCase | matlab.unittest.TestRunner |
matlab.unittest.plugins.TestRunnerPlugin
Related Examples
• “Write Plugins to Extend TestRunner” on page 32-105
• “Create Custom Plugin” on page 32-109
• “Plugin to Generate Custom Test Output Format” on page 32-121
32-120
Plugin to Generate Custom Test Output Format
Create Plugin
• Define a Stream property on the plugin that stores the OutputStream instance. By
default, the plugin writes to standard output.
• Override the default runTestSuite method of TestRunnerPlugin to output text
that indicates the test runner is running a new test session. This information is
especially useful if you are writing to a single log file, as it allows you to differentiate
the test runs.
• Override the default reportFinalizedResult method of TestRunnerPlugin to
write finalized test results to the output stream. You can modify the print method to
output the test results in a format that works for your test logs or continuous
integration system.
classdef ExampleCustomPlugin < matlab.unittest.plugins.TestRunnerPlugin
properties (Access=private)
Stream
end
methods
function p = ExampleCustomPlugin(stream)
if ~nargin
stream = matlab.unittest.plugins.ToStandardOutput;
end
validateattributes(stream,...
{'matlab.unittest.plugins.OutputStream'},{})
p.Stream = stream;
end
end
methods (Access=protected)
function runTestSuite(plugin,pluginData)
plugin.Stream.print('\n--- NEW TEST SESSION at %s ---\n',...
char(datetime))
runTestSuite@...
32-121
32 Unit Testing
matlab.unittest.plugins.TestRunnerPlugin(plugin,pluginData);
end
function reportFinalizedResult(plugin,pluginData)
thisResult = pluginData.TestResult;
if thisResult.Passed
status = 'PASSED';
elseif thisResult.Failed
status = 'FAILED';
elseif thisResult.Incomplete
status = 'SKIPPED';
end
plugin.Stream.print(...
'### YPS Company - Test %s ### - %s in %f seconds.\n',...
status,thisResult.Name,thisResult.Duration)
reportFinalizedResult@...
matlab.unittest.plugins.TestRunnerPlugin(plugin,pluginData)
end
end
end
In your working folder, create the file ExampleTest.m containing the following test
class. In this test class, two of the tests pass and the others result in a verification or
assumption failure.
32-122
Plugin to Generate Custom Test Output Format
end
end
At the command prompt, create a test suite from the ExampleTest class, and create a
test runner.
import matlab.unittest.TestSuite
import matlab.unittest.TestRunner
suite = TestSuite.fromClass(?ExampleTest);
runner = TestRunner.withNoPlugins;
Create an instance of ExampleCustomPlugin and add it to the test runner. Run the
tests.
import matlab.unittest.plugins.ToFile
fname = 'YPS_test_results.txt';
p = ExampleCustomPlugin(ToFile(fname));
runner.addPlugin(p)
result = runner.run(suite);
Rerun the Incomplete tests using the same test runner. View the contents of the output
file.
suiteFiltered = suite([result.Incomplete]);
result2 = runner.run(suiteFiltered);
type(fname)
32-123
32 Unit Testing
See Also
ToFile | ToStandardOutput | matlab.unittest.plugins.OutputStream |
matlab.unittest.plugins.TestRunnerPlugin
Related Examples
• “Write Plugins to Extend TestRunner” on page 32-105
• “Write Plugin to Save Diagnostic Details” on page 32-116
32-124
Analyze Test Case Results
Create the following function that solves roots of the quadratic equation in a file,
quadraticSolver.m, in your working folder.
type quadraticSolver.m
end
Create the following test class in a file, SolverTest.m, in your working folder.
type SolverTest.m
methods (Test)
function testRealSolution(testCase)
actSolution = quadraticSolver(1,-3,2);
expSolution = [2,1];
testCase.verifyEqual(actSolution,expSolution);
end
function testImaginarySolution(testCase)
actSolution = quadraticSolver(1,2,10);
32-125
32 Unit Testing
end
quadTests = matlab.unittest.TestSuite.fromClass(?SolverTest);
result = run(quadTests);
Running SolverTest
..
Done SolverTest
__________
whos result
ans =
TestResult with properties:
Name: 'SolverTest/testRealSolution'
Passed: 1
Failed: 0
Incomplete: 0
32-126
Analyze Test Case Results
Duration: 0.9214
Details: [1x1 struct]
Totals:
1 Passed, 0 Failed, 0 Incomplete.
0.92138 seconds testing time.
To access functionality available to tables, create one from the TestResult object.
rt = table(result)
rt=2x6 table
Name Passed Failed Incomplete Duration
__________________________________ ______ ______ __________ ________
ans=2x6 table
Name Passed Failed Incomplete Duration
__________________________________ ______ ______ __________ ________
32-127
32 Unit Testing
writetable(rt,'myTestResults.csv','QuoteStrings',true)
See Also
Related Examples
• “Write Simple Test Case Using Classes” on page 32-48
32-128
Analyze Failed Test Results
Using the SolverTest test case, add a method, testBadRealSolution. This test,
based on testRealSolution, calls the quadraticSolver function with inputs 1,3,2,
but tests the results against an incorrect solution, [2,1].
function testBadRealSolution(testCase)
actSolution = quadraticSolver(1,3,2);
expSolution = [2,1];
testCase.verifyEqual(actSolution,expSolution)
end
Save the updated SolverTest class definition and rerun the tests.
quadTests = matlab.unittest.TestSuite.fromClass(?SolverTest);
result1 = run(quadTests);
Running SolverTest
..
================================================================================
Verification failed in SolverTest/testBadRealSolution.
---------------------
Framework Diagnostic:
---------------------
verifyEqual failed.
--> The values are not equal using "isequaln".
--> Failure table:
Index Actual Expected Error RelativeError
_____ ______ ________ _____ _____________
1 -1 2 -3 -1.5
2 -2 1 -3 -3
Actual Value:
-1 -2
Expected Value:
2 1
32-129
32 Unit Testing
------------------
Stack Information:
------------------
In C:\work\SolverTest.m (SolverTest.testBadRealSolution) at 19
================================================================================
.
Done SolverTest
__________
Failure Summary:
Analyze Results
At this point, you must decide if the error is in quadraticSolver or in your value for
expSolution.
Correct Error
Rerun Tests
Running SolverTest
.
Done SolverTest
32-130
Analyze Failed Test Results
__________
result2 =
Name: 'SolverTest/testBadRealSolution'
Passed: 1
Failed: 0
Incomplete: 0
Duration: 0.0108
Details: [1x1 struct]
Totals:
1 Passed, 0 Failed, 0 Incomplete.
0.010813 seconds testing time.
32-131
32 Unit Testing
Since filtering test content through the use of assumptions does not produce test failures,
it has the possibility of creating dead test code. Avoiding this requires monitoring of
filtered tests.
Test Methods
If an assumption failure is encountered inside of a TestCase method with the Test
attribute, the entire method is marked as filtered, but MATLAB runs the subsequent
Test methods.
The following class contains an assumption failure in one of the methods in the Test
block.
classdef ExampleTest < matlab.unittest.TestCase
methods(Test)
function testA(testCase)
testCase.verifyTrue(true)
end
function testB(testCase)
testCase.assumeEqual(0,1)
% remaining test code is not exercised
end
function testC(testCase)
testCase.verifyFalse(true)
end
end
end
Since the testB method contains an assumption failure, when you run the test, the
testing framework filters that test and marks it as incomplete. After the assumption
32-132
Dynamically Filtered Tests
failure in testB, the testing framework proceeds and executes testC, which contains a
verification failure.
ts = matlab.unittest.TestSuite.fromClass(?ExampleTest);
res = ts.run;
Running ExampleTest
.
================================================================================
ExampleTest/testB was filtered.
Details
================================================================================
.
================================================================================
Verification failed in ExampleTest/testC.
---------------------
Framework Diagnostic:
---------------------
verifyFalse failed.
--> The value must evaluate to "false".
Actual logical:
1
------------------
Stack Information:
------------------
In C:\work\ExampleTest.m (ExampleTest.testC) at 11
================================================================================
.
Done ExampleTest
__________
Failure Summary:
If you examine the TestResult, you notice that there is a passed test, a failed test, and
a test that did not complete due to an assumption failure.
32-133
32 Unit Testing
res
res =
Name
Passed
Failed
Incomplete
Duration
Details
Totals:
1 Passed, 1 Failed, 1 Incomplete.
2.4807 seconds testing time.
The testing framework keeps track of incomplete tests so that you can monitor filtered
tests for nonexercised test code. You can see information about these tests within the
TestResult object.
res([res.Incomplete])
ans =
Name: 'ExampleTest/testB'
Passed: 0
Failed: 0
Incomplete: 1
Duration: 2.2578
Details: [1×1 struct]
Totals:
0 Passed, 0 Failed, 1 Incomplete.
2.2578 seconds testing time.
To create a modified test suite from only the filtered tests, select incomplete tests from
the original test suite.
tsFiltered = ts([res.Incomplete])
tsFiltered =
32-134
Dynamically Filtered Tests
Name: 'ExampleTest/testB'
BaseFolder: 'C:\work'
ProcedureName: 'testB'
SharedTestFixtures: [0×0 matlab.unittest.fixtures.EmptyFixture]
Parameterization: [0×0 matlab.unittest.parameters.EmptyParameter]
Tags: {1×0 cell}
Tests Include:
0 Parameterizations, 0 Shared Test Fixture Classes, 0 Tags.
32-135
32 Unit Testing
methods(Test)
function testA(testCase)
testCase.verifyTrue(true)
end
function testB(testCase)
testCase.assumeEqual(0,1)
% remaining test code is not exercised
end
function testC(testCase)
testCase.verifyFalse(true)
end
end
end
When you run the test, you see that the framework completes executes all the methods in
the TestMethodSetup block that do not contain the assumption failure, and it marks as
incomplete all methods in the Test block.
ts = matlab.unittest.TestSuite.fromClass(?ExampleTest);
res = ts.run;
Running ExampleTest
================================================================================
ExampleTest/testA was filtered.
Details
================================================================================
* Running setupMethod2 *
.
================================================================================
ExampleTest/testB was filtered.
Details
================================================================================
* Running setupMethod2 *
.
================================================================================
ExampleTest/testC was filtered.
Details
================================================================================
* Running setupMethod2 *
32-136
Dynamically Filtered Tests
.
Done ExampleTest
__________
Failure Summary:
The Test methods did not change but all 3 are filtered due to an assumption failure in
the TestMethodSetup block. The testing framework executes methods in the
TestMethodSetup block without assumption failures, such as setupMethod2. As
expected, the testing framework executes setupMethod2 3 times, once before each Test
method.
32-137
32 Unit Testing
end
end
methods(TestMethodSetup)
function setupMethod1(testCase)
testCase.assumeEqual(1,0)
% remaining test code is not exercised
end
function setupMethod2(testCase)
disp('* Running setupMethod2 *')
testCase.assertEqual(1,1)
end
end
methods(Test)
function testA(testCase)
testCase.verifyTrue(true)
end
function testB(testCase)
testCase.assumeEqual(0,1)
% remaining test code is not exercised
end
function testC(testCase)
testCase.verifyFalse(true)
end
end
end
When you run the test, you see that the framework does not execute any of the methods
in the TestMethodSetup or Test.
ts = matlab.unittest.TestSuite.fromClass(?ExampleTest);
res = ts.run;
Running ExampleTest
================================================================================
All tests in ExampleTest were filtered.
Details
================================================================================
Done ExampleTest
__________
Failure Summary:
32-138
See Also
The Test and TestMethodSetup methods did not change but everything is filtered due
to an assumption failure in the TestClassSetup block.
See Also
TestCase | TestResult | matlab.unittest.qualifications.Assumable
32-139
32 Unit Testing
properties(SetAccess=immutable)
ValueWithExpectedSize
end
methods
function constraint = HasSameSizeAs(value)
constraint.ValueWithExpectedSize = value;
end
end
end
Classes that derive from Constraint must implement the satisfiedBy method. This
method must contain the comparison logic and return a boolean value.
If the actual size and expected size are equal, this method returns true.
32-140
Create Custom Constraint
if constraint.satisfiedBy(actual)
diag = StringDiagnostic('HasSameSizeAs passed.');
else
diag = StringDiagnostic(sprintf(...
'HasSameSizeAs failed.\nActual Size: [%s]\nExpectedSize: [%s]',...
int2str(size(actual)),...
int2str(size(constraint.ValueWithExpectedSize))));
end
end
properties(SetAccess=immutable)
ValueWithExpectedSize
end
methods
function constraint = HasSameSizeAs(value)
constraint.ValueWithExpectedSize = value;
end
function bool = satisfiedBy(constraint, actual)
bool = isequal(size(actual), size(constraint.ValueWithExpectedSize));
end
function diag = getDiagnosticFor(constraint, actual)
import matlab.unittest.diagnostics.StringDiagnostic
if constraint.satisfiedBy(actual)
diag = StringDiagnostic('HasSameSizeAs passed.');
else
diag = StringDiagnostic(sprintf(...
'HasSameSizeAs failed.\nActual Size: [%s]\nExpectedSize: [%s]',...
int2str(size(actual)),...
int2str(size(constraint.ValueWithExpectedSize))));
end
end
end
end
testCase = TestCase.forInteractiveUse;
32-141
32 Unit Testing
testCase.verifyThat(zeros(5), HasSameSizeAs(ones(1,5)))
---------------------
Framework Diagnostic:
---------------------
HasSameSizeAs failed.
Actual Size: [5 5]
ExpectedSize: [1 5]
See Also
matlab.unittest.constraints.Constraint
Related Examples
• “Create Custom Boolean Constraint” on page 32-143
32-142
Create Custom Boolean Constraint
In a file in your working folder, create a file HasSameSizeAs.m. The constructor accepts
a value to compare to the actual size. This value is stored within the
ValueWithExpectedSize property. It is recommended that BooleanConstraint
implementations be immutable, so set the property SetAccess=immutable.
classdef HasSameSizeAs < matlab.unittest.constraints.BooleanConstraint
properties(SetAccess=immutable)
ValueWithExpectedSize
end
methods
function constraint = HasSameSizeAs(value)
constraint.ValueWithExpectedSize = value;
end
end
end
if constraint.satisfiedBy(actual)
diag = StringDiagnostic('HasSameSizeAs passed.');
else
diag = StringDiagnostic(sprintf(...
'HasSameSizeAs failed.\nActual Size: [%s]\nExpectedSize: [%s]',...
int2str(size(actual)),...
int2str(size(constraint.ValueWithExpectedSize))));
end
end
end
32-143
32 Unit Testing
import matlab.unittest.diagnostics.StringDiagnostic
if constraint.satisfiedBy(actual)
diag = StringDiagnostic(sprintf(...
['Negated HasSameSizeAs failed.\nSize [%s] of ' ...
'Actual Value and Expected Value were the same ' ...
'but should not have been.'], int2str(size(actual))));
else
diag = StringDiagnostic('Negated HasSameSizeAs passed.');
end
end
end
In exchange for implementing the required methods, the constraint inherits the
appropriate and, or, and not overloads so it can be combined with other
BooleanConstraint objects or negated.
if constraint.satisfiedBy(actual)
diag = StringDiagnostic('HasSameSizeAs passed.');
else
diag = StringDiagnostic(sprintf(...
'HasSameSizeAs failed.\nActual Size: [%s]\nExpectedSize: [%s]',...
int2str(size(actual)), ...
int2str(size(constraint.ValueWithExpectedSize))));
end
end
end
methods(Access=protected)
function diag = getNegativeDiagnosticFor(constraint, actual)
import matlab.unittest.diagnostics.StringDiagnostic
if constraint.satisfiedBy(actual)
diag = StringDiagnostic(sprintf(...
['Negated HasSameSizeAs failed.\nSize [%s] of ' ...
'Actual Value and Expected Value were the same ' ...
'but should not have been.'], int2str(size(actual))));
else
diag = StringDiagnostic('Negated HasSameSizeAs passed.');
end
end
end
end
32-144
See Also
import matlab.unittest.TestCase
import matlab.unittest.constraints.HasLength
testCase = TestCase.forInteractiveUse;
---------------------
Framework Diagnostic:
---------------------
AndConstraint failed.
--> + [First Condition]:
| HasLength passed.
--> AND
+ [Second Condition]:
| Negated HasSameSizeAs failed.
| Size [5 5] of Actual Value and Expected Value were the same but should not ha
-+---------------------
See Also
matlab.unittest.constraints.BooleanConstraint
Related Examples
• “Create Custom Constraint” on page 32-140
32-145
32 Unit Testing
In a file, DNA.m, in your working folder, create a simple class for a DNA sequence.
classdef DNA
properties(SetAccess=immutable)
Sequence
end
methods
function dna = DNA(sequence)
validLetters = ...
sequence == 'A' | ...
sequence == 'C' | ...
sequence == 'T' | ...
sequence == 'G';
if ~all(validLetters(:))
error('Sequence contained a letter not found in DNA.')
end
dna.Sequence = sequence;
end
end
end
In a file in your working folder, create a tolerance class so that you can test that DNA
sequences are within a specified Hamming distance. The constructor requires a Value
property that defines the maximum Hamming distance.
methods
function tolerance = HammingDistance(value)
tolerance.Value = value;
end
32-146
Create Custom Tolerance
end
end
In a methods block with the HammingDistance class definition, include the following
method so that the tolerance supports DNA objects. Tolerance classes must implement a
supports method.
methods
function tf = supports(~, value)
tf = isa(value, 'DNA');
end
end
In a methods block with the HammingDistance class definition, include the following
method that returns true or false. Tolerance classes must implement a satisfiedBy
method. The testing framework uses this method to determine if two values are within
the tolerance.
methods
function tf = satisfiedBy(tolerance, actual, expected)
if ~isSameSize(actual.Sequence, expected.Sequence)
tf = false;
return
end
tf = hammingDistance(actual.Sequence,expected.Sequence) <= tolerance.Value;
end
end
In the HammingDistance.m file, define the following helper functions outside of the
classdef block. The isSameSize function returns true if two DNA sequences are the
same size, and the hammingDistance function returns the Hamming distance between
two sequences.
The function returns a Diagnostic object with information about the comparison. In a
methods block with the HammingDistance class definition, include the following
32-147
32 Unit Testing
if ~isSameSize(actual.Sequence, expected.Sequence)
str = 'The DNA sequences must be the same length.';
else
str = sprintf('%s%d.\n%s%d.', ...
'The DNA sequences have a Hamming distance of ', ...
hammingDistance(actual.Sequence, expected.Sequence), ...
'The allowable distance is ', ...
tolerance.Value);
end
diag = StringDiagnostic(str);
end
end
methods
function tolerance = HammingDistance(value)
tolerance.Value = value;
end
32-148
Create Custom Tolerance
import matlab.unittest.diagnostics.StringDiagnostic
if ~isSameSize(actual.Sequence, expected.Sequence)
str = 'The DNA sequences must be the same length.';
else
str = sprintf('%s%d.\n%s%d.', ...
'The DNA sequences have a Hamming distance of ', ...
hammingDistance(actual.Sequence, expected.Sequence), ...
'The allowable distance is ', ...
tolerance.Value);
end
diag = StringDiagnostic(str);
end
end
end
import matlab.unittest.TestCase
import matlab.unittest.constraints.IsEqualTo
testCase = TestCase.forInteractiveUse;
---------------------
Framework Diagnostic:
---------------------
32-149
32 Unit Testing
IsEqualTo failed.
--> ObjectComparator failed.
--> The objects are not equal using "isequal".
Actual Object:
DNA with properties:
Sequence: 'ACCTGAGTA'
Expected Object:
DNA with properties:
Sequence: 'ACCACAGTA'
Verify that the DNA sequences are equal to each other within a Hamming distance of 1.
testCase.verifyThat(sampleA, IsEqualTo(sampleB,...
'Within', HammingDistance(1)))
---------------------
Framework Diagnostic:
---------------------
IsEqualTo failed.
--> ObjectComparator failed.
--> The objects are not equal using "isequal".
--> The DNA sequences have a Hamming distance of 2.
The allowable distance is 1.
Actual Object:
DNA with properties:
Sequence: 'ACCTGAGTA'
Expected Object:
DNA with properties:
Sequence: 'ACCACAGTA'
The sequences are not equal to each other within a tolerance of 1. The testing framework
displays additional diagnostics from the getDiagnosticFor method.
Verify that the DNA sequences are equal to each other within a Hamming distance of 2.
testCase.verifyThat(sampleA, IsEqualTo(sampleB,...
'Within', HammingDistance(2)))
32-150
See Also
See Also
matlab.unittest.constraints.Tolerance
32-151
32 Unit Testing
The performance test interface leverages the script, function, and class-based unit
testing interfaces. You can perform qualifications within your performance tests to
ensure correct functional behavior while measuring code performance. Also, you can run
your performance tests as standard regression tests to ensure that code changes do not
break performance tests.
32-152
Overview of Performance Testing Framework
This table summarizes the differences between the frequentist and fixed time
experiments.
32-153
32 Unit Testing
32-154
Overview of Performance Testing Framework
• Use the runperf function to run the tests. This function uses a variable number of
measurements to reach a sample mean with a 0.05 relative margin of error within a
0.95 confidence level. It runs the tests four times to warm up the code and between 4
and 32 times to collect measurements that meet the statistical objectives.
• Generate an explicit test suite using the testsuite function or the methods in the
TestSuite class, and then create and run a time experiment.
You can run your performance tests as regression tests. For more information, see “Run
Tests for Various Workflows” on page 32-97.
When the performance testing framework encounters an invalid test result, it behaves
differently depending on the type of time experiment:
• If you create a frequentist time experiment, then the framework stops measuring for
that test and moves to the next test.
• If you create a fixed time experiment, then the framework continues collecting the
specified number of samples.
32-155
32 Unit Testing
See Also
matlab.perftest.TimeExperiment |
matlab.unittest.measurement.MeasurementResult | runperf | testsuite
Related Examples
• “Test Performance Using Scripts or Functions” on page 32-157
• “Test Performance Using Classes” on page 32-163
32-156
Test Performance Using Scripts or Functions
function testForLoop(testCase)
vectorSize = getSize();
for i=1:vectorSize
x(i) = 1;
end
end
32-157
32 Unit Testing
Run the performance test. Depending on your system, the warnings you see might vary.
In this example output, the performance testing framework ran the
preallocationTest/testOnes test the maximum number of times, but it did not
achieve a 0.05 relative margin of error with a 0.95 confidence level.
results = runperf('preallocationTest.m')
Running preallocationTest
..........
..........
..........
......Warning: The target Relative Margin of Error was not met after running the MaxSam
....
..........
..........
..........
..........
.....
Done preallocationTest
__________
results =
Name
Valid
Samples
TestActivity
Totals:
4 Valid, 0 Invalid.
The results variable is a 1x4 MeasurementResult array. Each element in the array
corresponds to one of the tests defined in the code section in preallocationTest.m.
Display the measurement results for the second test. Your results might vary.
results(2)
32-158
Test Performance Using Scripts or Functions
ans =
Name: 'preallocationTest/testIndexingWithVariable'
Valid: 1
Samples: [17x7 table]
TestActivity: [21x12 table]
Totals:
1 Valid, 0 Invalid.
ans =
32-159
32 Unit Testing
Display the mean measured time for the second test. To exclude data collected in the
warm-up runs, use the values in the Samples field.
sampleTimes = results(2).Samples.MeasuredTime;
meanTest2 = mean(sampleTimes)
meanTest2 =
0.1391
The performance testing framework collected 17 sample measurements for the second
test. The test took an average of 0.1391 second.
Determine the average time for all the test elements. The preallocationTest test
includes four different methods for allocating a vector of ones. Compare the time for each
method (test element).
Since the performance testing framework returns a Samples table for each test element,
concatenate all these tables into one table. Then group the rows by test element Name,
and compute the mean MeasuredTime for each group.
fullTable = vertcat(results.Samples);
summaryStats = varfun(@mean,fullTable,...
'InputVariables','MeasuredTime','GroupingVariables','Name')
summaryStats =
preallocationTest/testOnes 32 0.031445
preallocationTest/testIndexingWithVariable 17 0.13912
preallocationTest/testIndexingOnLHS 23 0.071286
preallocationTest/testForLoop 4 0.80677
Recall that the performance testing framework issued a warning stating that the
measurements for the preallocationTest/testOnes test did not meet the statistical
objectives. The testing framework collected the maximum number of samples, which is
32, and then it stopped the test. By contrast, the measurements for the
32-160
Test Performance Using Scripts or Functions
Change the statistical objectives defined by the runperf function by constructing and
running a time experiment. Construct a time experiment with measurements that reach
a sample mean with an 8% relative margin of error within a 97% confidence level.
Construct a time experiment with a variable number of sample measurements, and run
the tests.
import matlab.perftest.TimeExperiment
experiment = TimeExperiment.limitingSamplingError('NumWarmups',2,...
'RelativeMarginOfError',0.08, 'ConfidenceLevel', 0.97);
resultsTE = run(experiment,suite);
Running preallocationTest
..........
..........
.......
Done preallocationTest
__________
summaryStatsTE =
preallocationTest/testOnes 4 0.025568
preallocationTest/testIndexingWithVariable 6 0.12898
32-161
32 Unit Testing
preallocationTest/testIndexingOnLHS 5 0.066603
preallocationTest/testForLoop 4 0.78484
See Also
matlab.perftest.TimeExperiment |
matlab.unittest.measurement.MeasurementResult | runperf | testsuite
32-162
Test Performance Using Classes
Consider the following unit (regression) test. You can run this test as a performance test
using runperf('fprintfTest') instead of runtests('fprintfTest').
testCase.addTeardown(@delete,testCase.file);
testCase.addTeardown(@fclose,testCase.fid);
end
end
methods(Test)
function testPrintingToFile(testCase)
textToWrite = repmat('abcdef',1,5000000);
fprintf(testCase.fid,'%s',textToWrite);
testCase.verifyEqual(fileread(testCase.file),textToWrite)
end
function testBytesToFile(testCase)
textToWrite = repmat('tests_',1,5000000);
nbytes = fprintf(testCase.fid,'%s',textToWrite);
testCase.verifyEqual(nbytes,length(textToWrite))
end
end
end
The measured time does not include the time to open and close the file or the assertion
because these activities take place inside a TestMethodSetup block, and not inside a
32-163
32 Unit Testing
Test block. However, the measured time includes the time to perform the verifications.
Best practice is to measure a more accurate performance boundary.
Create a performance test in a file, fprintfTest.m, in your current working folder. This
test is similar to the regression test with the following modifications:
testCase.addTeardown(@delete,testCase.file);
testCase.addTeardown(@fclose,testCase.fid);
end
end
methods(Test)
function testPrintingToFile(testCase)
textToWrite = repmat('abcdef',1,5000000);
testCase.startMeasuring();
fprintf(testCase.fid,'%s',textToWrite);
testCase.stopMeasuring();
testCase.verifyEqual(fileread(testCase.file),textToWrite)
end
function testBytesToFile(testCase)
textToWrite = repmat('tests_',1,5000000);
testCase.startMeasuring();
nbytes = fprintf(testCase.fid,'%s',textToWrite);
32-164
Test Performance Using Classes
testCase.stopMeasuring();
testCase.verifyEqual(nbytes,length(textToWrite))
end
end
end
The measured time for this performance test includes only the call to fprintf, and the
testing framework still evaluates the qualifications.
Run the performance test. Depending on your system, you might see warnings that the
performance testing framework ran the test the maximum number of times, but did not
achieve a 0.05 relative margin of error with a 0.95 confidence level.
results = runperf('fprintfTest');
Running fprintfTest
..........
..........
..........
..........
.....
Done fprintfTest
__________
results =
Name
Valid
Samples
TestActivity
Totals:
2 Valid, 0 Invalid.
The results variable is a 1x2 MeasurementResult array. Each element in the array
corresponds to one of the tests defined in the test file.
32-165
32 Unit Testing
Display the measurement results for the first test. Your results might vary.
results(1)
ans =
Name: 'fprintfTest/testPrintingToFile'
Valid: 1
Samples: [10x7 table]
TestActivity: [14x12 table]
Totals:
1 Valid, 0 Invalid.
ans =
32-166
Test Performance Using Classes
Display the mean measured time for the first test. To exclude data collected in the warm-
up runs, use the values in the Samples field.
sampleTimes = results(1).Samples.MeasuredTime;
meanTest = mean(sampleTimes)
meanTest =
0.0729
Determine the average time for all the test elements. The fprintfTest test includes
two different methods. Compare the time for each method (test element).
Since the performance testing framework returns a Samples table for each test element,
concatenate all these tables into one table. Then group the rows by test element Name,
and compute the mean MeasuredTime for each group.
fullTable = vertcat(results.Samples);
summaryStats = varfun(@mean,fullTable,...
'InputVariables','MeasuredTime','GroupingVariables','Name')
summaryStats =
fprintfTest/testPrintingToFile 10 0.072904
fprintfTest/testBytesToFile 27 0.079338
Both test methods write the same amount of data to a file. Therefore, some of the
difference between the mean values is attributed to calling the fprintf function with an
output argument.
Change the statistical objectives defined by the runperf function by constructing and
running a time experiment. Construct a time experiment with measurements that reach
a sample mean with a 3% relative margin of error within a 97% confidence level. Collect
eight warm-up measurements.
32-167
32 Unit Testing
Construct a time experiment with a variable number of sample measurements, and run
the tests.
import matlab.perftest.TimeExperiment
experiment = TimeExperiment.limitingSamplingError('NumWarmups',8,...
'RelativeMarginOfError',0.03, 'ConfidenceLevel', 0.97);
resultsTE = run(experiment,suite);
Running fprintfTest
..........
..........
..........
..........Warning: The target Relative Margin of Error was not met after running the Ma
fprintfTest/testPrintingToFile.
..........
..........
..........
..........Warning: The target Relative Margin of Error was not met after running the Ma
fprintfTest/testBytesToFile.
Done fprintfTest
__________
In this example output, the performance testing framework is not able to meet the
stricter statistical objectives with the default number of maximum samples. Your results
might vary.
summaryStatsTE =
fprintfTest/testPrintingToFile 32 0.081782
fprintfTest/testBytesToFile 32 0.076378
32-168
Test Performance Using Classes
Increase the maximum number of samples to 100 and rerun the time experiment.
experiment = TimeExperiment.limitingSamplingError('NumWarmups',2,...
'RelativeMarginOfError',0.03,'ConfidenceLevel',0.97,'MaxSamples',100);
resultsTE = run(experiment,suite);
Running fprintfTest
..........
..........
..........
..........
..........
..........
..........
..........
..........
..........
..........
..
Done fprintfTest
__________
fullTableTE = vertcat(resultsTE.Samples);
summaryStatsTE = varfun(@mean,fullTableTE,...
'InputVariables','MeasuredTime','GroupingVariables','Name')
summaryStatsTE =
fprintfTest/testPrintingToFile 55 0.07783
fprintfTest/testBytesToFile 53 0.079008
The testing framework achieves the statistical objectives for both tests in approximately
50 samples.
Start a new MATLAB session. A new session ensures that MATLAB has not run the code
contained in your tests.
32-169
32 Unit Testing
Measure the first-time cost of your code by creating and running a fixed time experiment
with zero warm-up measurements and one sample measurement.
Construct an explicit test suite. Since you are measuring the first-time cost of the
function, run a single test. To run multiple tests, save the results and start a new
MATLAB session between tests.
suite = testsuite('fprintfTest/testPrintingToFile');
Running fprintfTest
.
Done fprintfTest
__________
Display the results. Observe the TestActivity table to ensure there are no warm-up
samples.
fullTable = results.TestActivity
fullTable =
The performance testing framework collects one sample for each test.
See Also
matlab.perftest.TestCase | matlab.perftest.TimeExperiment |
matlab.unittest.measurement.MeasurementResult | runperf | testsuite
32-170
Create Mock Object
For example, suppose you want to test an algorithm for buying stock, but you do not
want to test the entire system. You could use a mock object to replace the functionality of
looking up the stock price, and another mock object to verify that the trader purchased
the stock. The algorithm you are testing does not know that it is operating on mock
objects, and you can test the algorithm isolated from the rest of the system.
32-171
32 Unit Testing
Using a mock object, you can define behavior (a process known as stubbing). For
example, you can specify that an object produces predefined responses to queries. You
can also intercept and remember messages sent from the component under test to the
mock object (a process known as spying). For example, you can verify that a particular
method was called or a property was set.
Depended on Components
In this example, the component under test is a simple day-trading algorithm. It is the
part of the system you want to test independent of other components. The day-trading
algorithm has two dependencies: a data service to retrieve the stock price data and a
broker to purchase the stock.
In a file DataService.m in your current working folder, create an abstract class that
includes a lookupPrice method.
classdef DataService
methods (Abstract,Static)
price = lookupPrice(ticker,date)
end
end
32-172
Create Mock Object
methods (Static)
function price = lookupPrice(ticker,date)
% This method assumes you have installed and configured the
% Bloomberg software.
conn = blp;
data = history(conn,ticker,'LAST_PRICE',date-1,date);
price = data(end);
close(conn)
end
end
end
In this example, assume that the broker component has not been developed yet. Once it
is implemented, it will have a buy method that accepts a ticker symbol and a specified
number of shares to buy, and returns a status code. The mock for the broker component
uses an implicit interface, and does not derive from a superclass.
In a file trader.m in your current working folder, create a simple day trading algorithm.
The trader function accepts as inputs a data service object that looks up the price of the
stock, a broker object that defines how the stock is bought, a ticker symbol, and a number
of shares to purchase. If the price from yesterday is less than the price two days ago,
instruct the broker to buy the specified number of shares.
function trader(dataService,broker,ticker,numShares)
yesterday = datetime('yesterday');
priceYesterday = dataService.lookupPrice(ticker,yesterday);
price2DaysAgo = dataService.lookupPrice(ticker,yesterday-days(1));
The mock object is an implementation of the abstract methods and properties of the
interface specified by a superclass. You can also construct a mock without a superclass,
in which case the mock has an implicit interface. The mock object carries out the actions
for the component under test, such as calling a method or accessing a property.
32-173
32 Unit Testing
When you create a mock, you also create an associated behavior object. The behavior
object defines the same methods as the mock object and controls mock behavior. Use the
behavior object to define mock actions and qualify interactions. For example, use it to
define values a mocked method returns, or verify that a property was accessed.
At the command prompt, create a mock test case for interactive use. Using the mock in a
test class instead of at the command prompt is presented later in this example.
import matlab.mock.TestCase
testCase = TestCase.forInteractiveUse;
Create a mock for the data service dependency and examine the methods on it. The data
service mock returns predefined values, replacing the implementation of the service that
provides actual stock prices. Therefore, it exhibits stubbing behavior.
[stubDataService,dataServiceBehavior] = createMock(testCase,?DataService);
methods(stubDataService)
Static methods:
lookupPrice
In the DataService class, the lookupPrice method is abstract and static. The mocking
framework implements this method as concrete and static.
Define behavior for the data service mock. For ticker symbol "FOO", it returns the price
yesterday as $123 and anything before yesterday is $234. Therefore, according to the
trader function, the broker always buys stock "FOO". For the ticker symbol "BAR", it
returns the price yesterday as $765 and anything before yesterday is $543. Therefore, the
broker never buys stock "BAR".
import matlab.unittest.constraints.IsLessThan
yesterday = datetime('yesterday');
testCase.assignOutputsWhen(dataServiceBehavior.lookupPrice(...
"FOO",yesterday),123);
32-174
Create Mock Object
testCase.assignOutputsWhen(dataServiceBehavior.lookupPrice(...
"FOO",IsLessThan(yesterday)),234);
testCase.assignOutputsWhen(dataServiceBehavior.lookupPrice(...
"BAR",yesterday),765);
testCase.assignOutputsWhen(dataServiceBehavior.lookupPrice(...
"BAR",IsLessThan(yesterday)),543);
p1 =
123
p2 =
543
Create a mock for the broker dependency and examine the methods on it. Since the
broker mock is used to verify interactions with the component under test (the trader
function), it exhibits spying behavior. The broker mock has an implicit interface. While
the buy method is not currently implemented, you can create a mock with it.
[spyBroker,brokerBehavior] = createMock(testCase,'AddedMethods',{'buy'});
methods(spyBroker)
buy
32-175
32 Unit Testing
s1 = spyBroker.buy
s2 = spyBroker.buy("inputs",[13 42])
s1 =
[]
s2 =
[]
Since the trader function does not use the status return code, the default mock behavior
of returning empty is acceptable. The broker mock is a pure spy, and does not need to
implement any stubbing behavior.
Call the trader function. In addition to the ticker symbol and the number of shares to
buy, the trader function takes as inputs the data service and the broker. Instead of
passing in actual data service and broker objects, pass in the spyBroker and
stubDataService mocks.
trader(stubDataService,spyBroker,"FOO",100)
trader(stubDataService,spyBroker,"FOO",75)
trader(stubDataService,spyBroker,"BAR",100)
Use the broker behavior object (the spy) to verify that the trader function calls the buy
method, as expected.
Use the TestCase.verifyCalled method to verify that the trader function instructed
the buy method to buy 100 shares of the FOO stock.
import matlab.mock.constraints.WasCalled;
testCase.verifyCalled(brokerBehavior.buy("FOO",100))
Verify that FOO stock was purchased two times, regardless of the specified number of
shares. While the verifyCalled method is convenient to specify behavior, there is more
32-176
Create Mock Object
functionality if you use the WasCalled constraint. For example, you can verify that a
mocked method was called a specified number of times.
import matlab.unittest.constraints.IsAnything
testCase.verifyThat(brokerBehavior.buy("FOO",IsAnything), ...
WasCalled('WithCount',2))
Verify that the buy method was not called requesting 100 shares of the BAR stock.
testCase.verifyNotCalled(brokerBehavior.buy("BAR",100))
Although the trader function was called requesting 100 shares of BAR stock, the stub
defined yesterday's price for BAR to return a higher value than all days prior to
yesterday. Therefore, the broker never buys stock "BAR".
The interactive test case is convenient to experiment with at the command prompt.
However, it is typical to create and use mocks within a test class. In a file in your current
working folder, create the following test class that incorporates the interactive testing
from this example.
% Create mocks
[stubDataService,dataServiceBehavior] = createMock(testCase, ...
?DataService);
[spyBroker,brokerBehavior] = createMock(testCase, ...
'AddedMethods',{'buy'});
% Set up behavior
testCase.assignOutputsWhen(dataServiceBehavior.lookupPrice(...
"FOO",yesterday),123);
32-177
32 Unit Testing
testCase.assignOutputsWhen(dataServiceBehavior.lookupPrice(...
"FOO",IsLessThan(yesterday)),234);
% Verify interactions
testCase.verifyCalled(brokerBehavior.buy("FOO",100))
testCase.verifyThat(brokerBehavior.buy("FOO",IsAnything), ...
WasCalled('WithCount',2))
end
function doesNotBuyStockWhenIncreases(testCase)
import matlab.unittest.constraints.IsLessThan
yesterday = datetime('yesterday');
% Create mocks
[stubDataService,dataServiceBehavior] = createMock(testCase, ...
?DataService);
[spyBroker,brokerBehavior] = createMock(testCase, ...
'AddedMethods',{'buy'});
% Set up behavior
testCase.assignOutputsWhen(dataServiceBehavior.lookupPrice(...
"BAR",yesterday),765);
testCase.assignOutputsWhen(dataServiceBehavior.lookupPrice(...
"BAR",IsLessThan(yesterday)),543);
% Verify interactions
testCase.verifyNotCalled(brokerBehavior.buy("BAR",100))
end
end
end
Running TraderTest
..
32-178
See Also
Done TraderTest
__________
ans =
2×6 table
See Also
32-179
32 Unit Testing
When you create a mock, you create an associated behavior object that controls mock
behavior. Use this object to define mock method and property behavior (stub). For more
information on creating a mock, see “Create Mock Object” on page 32-171.
The mock object is an implementation of the abstract methods and properties of the
interface specified by a superclass. You can also construct a mock without a superclass,
in which case the mock has an implicit interface.
Create a mock with an implicit interface. The interface includes Name and ID properties
and a findUser method that accepts an identifier and returns a name. While
the interface is not currently implemented, you can create a mock with it.
testCase = matlab.mock.TestCase.forInteractiveUse;
[mock,behaviorObj] = testCase.createMock('AddedProperties', ...
{'Name','ID'},'AddedMethods',{'findUser'});
Specify that when the findUser method is called with any inputs, it returns
"Unknown". By default, MATLAB returns an empty array when you call the findUser
method.
• The assignOutputsWhen method defines return values for the method call.
• The mocked method call (behaviorObj.findUser) implicitly creates a
MethodCallBehavior object.
• The withAnyInputs method of the MethodCallBehavior object specifies that the
behavior applies to a method call with any number of inputs with any value.
32-180
Specify Mock Object Behavior
testCase.assignOutputsWhen(withAnyInputs(behaviorObj.findUser),"Unknown")
n = mock.findUser(1)
n =
"Unknown"
Specify that when the input value is 1701, the mock method returns "Jim". This
behavior supersedes the return of "Unknown" for the input value of 1701 only because it
was defined after that specification.
testCase.assignOutputsWhen(behaviorObj.findUser(1701),"Jim")
n = mock.findUser(1701)
n =
"Jim"
Specify that when the findUser method is called with only the object as input, the mock
method returns "Unspecified ID". The withExactInputs method of the
MethodCallBehavior object specifies that the behavior applies to a method call with
the object as the only input value.
testCase.assignOutputsWhen(withExactInputs(behaviorObj.findUser), ...
"Unspecified ID")
n = mock.findUser % equivalent to n = findUser(mock)
n =
"Unspecified ID"
import matlab.unittest.constraints.IsGreaterThan
testCase.throwExceptionWhen(behaviorObj.findUser(IsGreaterThan(5000)));
n = mock.findUser(5001)
Error using
matlab.mock.internal.MockContext/createMockObject/mockMethodCallback (line 323)
The following method call was specified to throw an exception:
findUser([1×1 matlab.mock.classes.Mock], 5001)
32-181
32 Unit Testing
You can define behavior based on the number of outputs requested in a method call. If
the method call requests two output values, return "??" for the name and -1 for the ID.
testCase.assignOutputsWhen(withNargout(2, ...
withAnyInputs(behaviorObj.findUser)),"??",-1)
[n,id] = mock.findUser(13)
n =
"??"
id =
-1
When defining mock property behavior, keep in mind that displaying a property value in
the command window is a property access (get) operation.
Similar to defining mock method behavior, defining mock property behavior requires an
instance of the PropertyBehavior class. The framework returns an instance of this
class when you access a mock property. To define access behavior, use an instance of
PropertyGetBehavior by calling the get method of the PropertyBehavior class. To
define set behavior, use an instance of the PropertySetBehavior by calling the set or
setToValue method of the PropertyBehavior class.
Specify that when the Name property is set to any value, the testing framework throws
an exception.
32-182
Specify Mock Object Behavior
testCase.throwExceptionWhen(set(behaviorObj.Name))
mock.Name = "Sue";
Allow the mock to store the value when the property is set to "David".
testCase.storeValueWhen(setToValue(behaviorObj.Name,"David"));
mock.Name = "David"
mock =
Name: "David"
ID: []
Assign the value of 1138 to the ID property and then throw an exception for property
access.
import matlab.mock.actions.AssignOutputs
import matlab.mock.actions.ThrowException
when(get(behaviorObj.ID),then(AssignOutputs(1138),ThrowException))
id = mock.ID
id = mock.ID
id =
1138
32-183
32 Unit Testing
Assign the value of 1138 and then 237 to the ID property. Then, throw an exception for
property access. Each call to the then method accepts up to two actions. To specify more
subsequent actions, use multiple calls to then.
when(get(behaviorObj.ID),then(AssignOutputs(1138), ...
then(AssignOutputs(237),ThrowException)))
id = mock.ID
id = mock.ID
id = mock.ID
id =
1138
id =
237
If the object is the only input value, specify the findUser function return the value of
"Phil" twice.
when(withExactInputs(behaviorObj.findUser),repeat(2,AssignOutputs("Phil")))
n = mock.findUser
n = mock.findUser
n =
"Phil"
n =
"Phil"
32-184
Specify Mock Object Behavior
Call the function a third time. If you repeat an action, and do not follow it with a call to
the then method, the mock continues to return the repeated value.
n = mock.findUser
n =
"Phil"
Define behavior for setting the value of Name. Throw an exception the first two times and
then store the value.
import matlab.mock.actions.StoreValue
when(set(behaviorObj.Name),then(repeat(2,ThrowException),StoreValue))
mock.Name = "John"
mock.Name = "Penny"
mock.Name = "Tommy"
mock =
Name: "Tommy"
Summary of Behaviors
Behavior TestCase Method matlab.mock.Actions
Class (Allows for Definition of
Repeat and Subsequent
Behavior)
Return specified values for assignOutputsWhen AssignOutputs
method call and property
access.
32-185
32 Unit Testing
See Also
matlab.mock.TestCase | matlab.mock.actions.AssignOutputs |
matlab.mock.actions.ReturnStoredValue | matlab.mock.actions.StoreValue
| matlab.mock.actions.ThrowException
Related Examples
• “Create Mock Object” on page 32-171
32-186
Qualify Mock Object Interaction
In the mocking framework, qualifications are functions used to test interactions with the
object. There are four types of qualifications:
The mock object is an implementation of the abstract methods and properties of the
interface specified by a superclass. You can also construct a mock without a superclass,
in which case the mock has an implicit interface. Create a mock with an implicit
interface for a dice class. The interface includes Color and NumSides properties and a
roll method that accepts a number of dice and returns a value. While the interface is
not currently implemented, you can create a mock with it.
testCase = matlab.mock.TestCase.forInteractiveUse;
[mock,behaviorObj] = testCase.createMock('AddedProperties', ...
{'NumSides','Color'},'AddedMethods',{'roll'});
32-187
32 Unit Testing
val = mock.roll(1);
testCase.verifyCalled(behaviorObj.roll(1))
Verify that the roll method was called with 3 dice. This test fails.
testCase.verifyCalled(behaviorObj.roll(3), ...
'roll method should have been called with input 3.')
----------------
Test Diagnostic:
----------------
roll method should have been called with input 3.
---------------------
Framework Diagnostic:
---------------------
verifyCalled failed.
--> Method 'roll' was not called with the specified signature.
--> Observed method call(s) with any signature:
out = roll([1×1 matlab.mock.classes.Mock], 1)
Verify that the roll method was not called with 2 dice.
testCase.verifyNotCalled(behaviorObj.roll(2))
32-188
Qualify Mock Object Interaction
testCase.verifyCalled(withAnyInputs(behaviorObj.roll))
Verify that the roll method was not called with 2 outputs and any inputs.
testCase.verifyNotCalled(withNargout(2,withAnyInputs(behaviorObj.roll)))
mock =
NumSides: []
Color: "red"
Verify the color was accessed. This test passes because there is an implicit property
access when MATLAB displays the object.
testCase.verifyAccessed(behaviorObj.Color)
32-189
32 Unit Testing
Roll 2 dice. Then use a constraint to verify that the roll method was called at least once
with two dice.
val = mock.roll(2);
import matlab.mock.constraints.WasCalled
testCase.verifyThat(behaviorObj.roll(2),WasCalled)
Roll one die. Then verify that the roll method was called at least twice with any inputs.
val = mock.roll(1);
testCase.verifyThat(withAnyInputs(behaviorObj.roll), ...
WasCalled('WithCount',2))
import matlab.mock.constraints.WasAccessed
testCase.verifyThat(behaviorObj.NumSides,~WasAccessed)
Set the color of the dice. Then verify the property was set once.
32-190
Qualify Mock Object Interaction
mock.Color = "blue";
import matlab.mock.constraints.WasSet
testCase.verifyThat(behaviorObj.Color,WasSet('WithCount',1))
Access the Color property. Then verify that it was not accessed exactly once. This test
fails.
c = mock.Color
testCase.verifyThat(behaviorObj.Color,~WasAccessed('WithCount',1))
c =
"blue"
---------------------
Framework Diagnostic:
---------------------
Negated WasAccessed failed.
--> Property 'Color' was accessed the prohibited number of times.
Set the number of sides. Then, verify that the number of sides was set to 22.
mock.NumSides = 22;
testCase.verifyThat(behaviorObj.NumSides,WasSet('ToValue',22))
32-191
32 Unit Testing
import matlab.unittest.constraints.IsLessThanOrEqualTo
testCase.verifyThat(behaviorObj.NumSides, ...
WasSet('ToValue',IsLessThanOrEqualTo(20)))
---------------------
Framework Diagnostic:
---------------------
WasSet failed.
--> Property 'NumSides' was not set to the specified value.
--> Observed property set(s) to any value:
<Mock>.NumSides = 22
Summary of Qualifications
Type of TestCase Method matlab.mock.Constraint Class
Qualification Use With
matlab.unittest.Test matlab.mock.Const
Case Method raint Class
Method was verifyCalled or verifyThat WasCalled
called verifyNotCalled
assumeCalled or assumeThat
assumeNotCalled
assertCalled or assertThat
assertNotCalled
fatalAssertCall fatalAssertThat
ed or
fatalAssertNotC
alled
Method was Not applicable verifyThat, WasCalled
called a assumeThat,
certain assertThat, or
number of fatalAssertThat
times
32-192
Qualify Mock Object Interaction
32-193
32 Unit Testing
See Also
32-194
33
For example, you could use System objects in a system that reads data from a file, filters
that data and then writes the filtered output to another file. Typically, a specified
amount of data is passed to the filter in each loop iteration. The file reader object uses a
state to keep track of where in the file to begin the next data read. Likewise, the file
writer object keeps tracks of where it last wrote data to the output file so that data is not
overwritten. The filter object maintains its own internal states to ensure that the
filtering is performed correctly. This diagram represents a single loop of the system.
These advantages make System objects particularly well suited for processing streaming
data.
33-2
What Are System Objects?
Note Check your product documentation to confirm fixed-point, code generation, and
MATLAB Compiler support for the specific System objects you want to use.
System objects use a minimum of two commands to process data—a constructor to create
the object (such as, fft256 = dsp.FFT) and a function call (such as, fft256(x)) to run
data through the object. This separation of declaration from execution lets you create
multiple, persistent, reusable objects, each with different settings. Using this approach
avoids repeated input validation and verification, allows for easy use within a
programming loop, and improves overall performance. In contrast, MATLAB functions
must validate parameters every time you call the function.
In addition to the System objects provided with System Toolboxes, you can also create
your own System objects. See “Create System Objects”.
dft = dsp.FFT;
dft(x);
If you run a System object without any input arguments, you must include empty
parentheses. For example, asysobj().
When you run a System object, it also performs other important tasks related to data
processing, such as initialization and handling object states.
Note An alternative way to run a System object is to use the step method. For example,
for an object created using dft = dsp.FFT, you can run it using step(dft,x).
33-3
33 System object Usage and Authoring
Common Methods
All System objects support the following methods, each of which is linked from each
object’s reference page. In cases where a method is not applicable to a particular object,
calling that method has no effect on the object.
Method Description
Run System object like Run the object to process data using the algorithm defined by
a function, or that object.
step
Example: For dft = dsp.FFT;, the standard way to run the
object is y = dft(x). The alternative way is y =
step(dft,x).
33-4
See Also
Method Description
getNumOutputs Returns the number of outputs expected from running the
object. This number varies for an object depending on whether
any properties enable additional outputs.
getDiscreteState Returns the discrete states of the object in a structure. If the
object is unlocked (when the object is first created and before
you have run it or after you have released the object), the
states are empty. If the object has no discrete states,
getDiscreteState returns an empty structure.
clone Creates another object of the same type with the same property
values
isLocked Returns a logical value indicating whether the object is locked.
isDone Applies to source objects only. Returns a logical value
indicating whether the end of the data file has been reached. If
a particular object does not have end-of-data capability, this
method value returns false.
info Returns a structure containing characteristic information
about the object. The fields of this structure vary depending on
the object. If a particular object does not have characteristic
information, the structure is empty.
See Also
matlab.System
Related Examples
• “System Objects vs MATLAB Functions” on page 33-6
• “System Design in MATLAB Using System Objects” on page 33-9
• “System Design in Simulink Using System Objects” (Simulink)
33-5
33 System object Usage and Authoring
Building a dynamic system with different execution phases and internal states using
only MATLAB functions would require complex programming. You would need code to
initialize the system, validate data, manage internal states, and reset and terminate the
system. System objects perform many of these managerial operations automatically
during execution. By combining System objects in a program with other MATLAB
functions, you can streamline your code and improve efficiency.
The code reads audio data from a file, filters it, and then plays the filtered audio data.
The audio data is read in frames. This code produces the same result as the System
objects code in the next example, allowing you to compare approaches.
Obtain the total number of samples and the sampling rate from the source file.
audioInfo = audioinfo(fname);
maxSamples = audioInfo.TotalSamples;
fs = audioInfo.SampleRate;
33-6
System Objects vs MATLAB Functions
Define the amount of audio data to process at one time, and initialize the while loop
index.
frameSize = 1024;
nIdx = 1;
The loop uses explicit indexing and state management, which can be a tedious and error-
prone approach. You must have detailed knowledge of the states, such as, sizes and data
types. Another issue with this MATLAB-only code is that the sound function is not
designed to run in real time. The resulting audio is very choppy and barely audible.
The code uses System objects from the DSP System Toolbox™ software to read audio
data from a file, filter it, and then play the filtered audio data. This code produces the
same result as the MATLAB® code shown previously, allowing you to compare
approaches.
33-7
33 System object Usage and Authoring
This System objects code avoids the issues present in the MATLAB-only code. Without
requiring explicit indexing, the file reader object manages the data frame sizes while the
filter manages the states. The audio device writer object plays each audio frame as it is
processed.
33-8
System Design in MATLAB Using System Objects
1 Create individual components — Create the System objects to use in your system.
“Create Components for Your System” on page 33-10. In addition to the System
objects provided with System Toolboxes, you can also create your own System
objects. See “Create System Objects”.
2 Configure components — If necessary, change the objects’ property values to model
your particular system. All System object properties have default values that you
may be able to use without changing them. See “Component Properties” on page 33-
10.
33-9
33 System object Usage and Authoring
3 Assemble components into system — Write a MATLAB program that includes those
System objects, connecting them using MATLAB variables as inputs and outputs to
simulate your system. See “Connecting System Objects” on page 33-12.
4 Run the system — Run your program. You can change tunable properties while your
system is running. See “Run Your System” on page 33-13 and “Reconfiguring
Objects” on page 33-13.
Predefined Components
The example in the next section shows how to use System objects that are predefined in
the software. If you use a function to create and use a System object, specify the object
creation using conditional code. This will prevent errors if that function is called within a
loop. You can also create your own System objects, see “Create System Objects”.
This section shows how to set up your system using predefined components from DSP
System Toolbox™ and Audio System Toolbox™:
Component Properties
When to Configure Components
If you did not set an object's properties when you created it and do not want to use
default values, you must explicitly set those properties. Some properties allow you to
change their values while your system is running. See “Reconfiguring Objects” on page
33-13 for information.
33-10
System Design in MATLAB Using System Objects
Most properties are independent of each other. However, some System object properties
enable or disable another property or limit the values of another property. To avoid
errors or warnings, you should set the controlling property before setting the dependent
property.
To display the current property values for an object, type that object’s handle name at
the command line (such as audioIn). To display the value of a specific property, type
objecthandle.propertyname (such as audioIn.FileName).
Use this procedure if you have created your components separately from configuring
them. You can also create and configure your components at the same time, as described
in a later example.
For the file reader object, specify the file to read and set the output data type.
For the filter object, specify the filter numerator coefficients using the fir1 function,
which specifies the lowpass filter order and the cutoff frequency.
For the audio device writer object, specify the sample rate. In this case, use the same
sample rate as the input data.
audioIn.Filename = 'speech_dft_8kHz.wav';
audioIn.OutputDataType = 'single';
filtLP.Numerator = fir1(160,.15);
audioOut.SampleRate = audioIn.SampleRate;
Create the file reader object, specify the file to read, and set the output data type.
33-11
33 System object Usage and Authoring
audioIn = dsp.AudioFileReader('speech_dft_8kHz.wav',...
'OutputDataType','single');
Create the filter object and specify the filter numerator using the fir1 function. Specify
the lowpass filter order and the cutoff frequency of the fir1 function.
filtLP = dsp.FIRFilter('Numerator',fir1(160,.15));
Create the audio player object and set the sample rate to the same rate as the input data.
audioOut = audioDeviceWriter('SampleRate',audioIn.SampleRate);
The main difference between using System objects and using functions is that System
objects use a two-step process. First you create the object and set its parameters and
then, you run the object. Running the object initializes it and controls the data flow and
state management of your system. You typically call a System object within a code loop.
You use the output from an object as the input to another object. For some System
objects, you can use properties of those objects to change the number of inputs or outputs.
To verify that the appropriate number of input and outputs are being used, you can use
getNumInputs and getNumOutputs on any System object. For information on all
available System object functions, see “System Object Methods” on page 33-4.
while ~isDone(audioIn)
audio = audioIn(); % Read audio source file
y = filtLP(audio); % Filter the data
audioOut(y); % Play the filtered data
end
33-12
System Design in MATLAB Using System Objects
Run your code either by typing directly at the command line or running a file containing
your program. When you run the code for your system, data is processed through your
objects.
The first call to a System object initializes and then locks the object. When a System
object has started processing data, it is locked to prevent changes that would disrupt its
processing. Use isLocked to verify whether an object is locked. When the object is
locked, you cannot change:
To make changes to your system while it is running, see “Reconfiguring Objects” on page
33-13.
Reconfiguring Objects
When Can You Change Component Properties?
When a System object has started processing data, it is locked to prevent changes that
would disrupt its processing. You can use isLocked on any System object to verify
whether it is locked or not. When processing is complete, you can use the release
method to unlock a System object.
Some object properties are tunable, which enables you to change them even if the object
is locked. Unless otherwise specified, System objects properties are nontunable. Refer to
the object’s reference page to determine whether an individual property is tunable.
Typically, tunable properties are not critical to how the System object processes data.
33-13
33 System object Usage and Authoring
During simulation, some System objects do not allow complex data if the object was
initialized with real data. You cannot change any input complexity during code
generation.
You can change the value of a tunable property without a warning or error being
produced. For all other changes at run time, an error occurs.
33-14
Define Basic System Objects
In this section...
“Create System Object” on page 33-15
“Define Algorithm” on page 33-15
In MATLAB, on the Editor tab, select New > System Object > Basic. A simple System
object template opens.
System objects are composed of a base class, matlab.System and may include one or
more mixin classes. You specify the base class and mixin classes on the first line of your
class definition file.
Subclass your object from matlab.System. Replace Untitled with AddOne in the first
line of your file.
classdef AddOne < matlab.System
Define Algorithm
The stepImpl method contains the algorithm to execute when you run your object.
Define this method so that it contains the actions you want the System object to perform.
1 In the basic System object you created, inspect the stepImpl method template.
methods (Access = protected)
function y = stepImpl(obj,u)
% Implement algorithm. Calculate y as a function of input u and
% discrete states.
33-15
33 System object Usage and Authoring
y = u;
end
end
All methods, except static methods, expect the System object handle as the first
input argument. The default value, inserted by MATLAB Editor, is obj. You can use
any name for your System object handle.
By default, the number of inputs and outputs are both 1. Inputs and outputs can be
added using Inputs/Outputs. If you use variable number of inputs or outputs,
insert the appropriate getNumInputsImpl or getNumOutputsImpl method.
Alternatively, if you create your System object by editing a MAT-file, you can add the
stepImpl method using Insert Method > Implement algorithm.
2 Change the computation in the y function to add 1 to the value of u.
function y = stepImpl(~,u)
y = u + 1;
end
Note Instead of passing in the object handle, you can use the tilde (~) to indicate
that the object handle is not used in the function. Using the tilde instead of an object
handle prevents warnings about unused variables.
3 Remove the additional, unused methods that are included by default in the basic
template. Alternatively, you can modify these methods to add more System object
actions and properties. You can also make no changes, and the System object still
operates as intended.
The class definition file now has all the code necessary for this System object.
classdef AddOne < matlab.System
% ADDONE Compute an output value one greater than the input value
33-16
See Also
function y = stepImpl(~,u)
y = u + 1;
end
end
end
See Also
getNumInputsImpl | getNumOutputsImpl | matlab.System | stepImpl
Related Examples
• “Change Number of Inputs or Outputs” on page 33-18
• “System Design and Simulation in MATLAB” on page 33-9
33-17
33 System object Usage and Authoring
If you specify the inputs and outputs to the stepImpl method, you do not need to specify
the getNumInputsImpl and getNumOutputsImpl methods. If you have a variable
number of inputs or outputs (using varargin or varargout), include the
getNumInputsImpl or getNumOutputsImpl method, respectively, in your class
definition file.
Update the stepImpl method to specify two inputs and two outputs. You do not need to
implement associated getNumInputsImpl or getNumOutputsImpl methods.
Update the stepImpl method to use varargin and varargout. For this case, you must
implement the associated getNumInputsImpl and getNumOutputsImpl methods to
specify two or three inputs and outputs.
methods (Access = protected)
function varargout = stepImpl(obj,varargin)
varargout{1} = varargin{1}+1;
varargout{2} = varargin{2}+1;
if (obj.numInputsOutputs == 3)
varargout{3} = varargin{3}+1;
end
33-18
Change Number of Inputs or Outputs
end
function validatePropertiesImpl(obj)
if ~((obj.numInputsOutputs == 2) ||...
(obj.numInputsOutputs == 3))
error('Only 2 or 3 input and outputs allowed.');
end
end
To run this System object with two inputs and two outputs, use this syntax at the
command line. Create the object, set the input values for two inputs and two outputs,
and then, run the object. Finally, release the object so you can rerun it.
addOne = AddOne;
x1 = 3;
x2 = 7;
addOne.numInputsOutputs = 2;
[y1,y2] = addOne(x1,x2);
release(addOne);
x1 = 3;
x2 = 7;
x3 = 14;
addOne.numInputsOutputs = 3;
[y1,y2,y3] = addOne(x1,x2,x3);
33-19
33 System object Usage and Authoring
function validatePropertiesImpl(obj)
if ~((obj.numInputsOutputs == 2) ||...
(obj.numInputsOutputs == 3))
error('Only 2 or 3 input and outputs allowed.');
end
end
33-20
See Also
end
end
end
end
See Also
getNumInputsImpl | getNumOutputsImpl
Related Examples
• “Validate Property and Input Values” on page 33-22
• “Define Basic System Objects” on page 33-15
• “System Object Input Arguments and ~ in Code Examples” on page 33-65
33-21
33 System object Usage and Authoring
Validate Properties
This example shows how to validate the value of a single property using
set.PropertyName syntax. In this case, the PropertyName is Increment. Validate the
value of two interdependent properties using the validatePropertiesImpl method. In
this case, the UseIncrement property value must be true and the WrapValue property
value must be less than the Increment property value.
methods
% Validate the properties of the object
function set.Increment(obj,val)
if val >= 10
error('The increment value must be less than 10');
end
obj.Increment = val;
end
end
methods (Access = protected)
function validatePropertiesImpl(obj)
if obj.UseIncrement && obj.WrapValue > obj.Increment
error('Wrap value must be less than increment value');
end
end
end
Validate Inputs
This example shows how to validate that the first input is a numeric value.
methods (Access = protected)
function validateInputsImpl(~,x)
if ~isnumeric(x)
error('Input must be numeric');
end
end
end
33-22
Validate Property and Input Values
properties (PositiveInteger)
Increment = 1
WrapValue = 10
end
methods
% Validate the properties of the object
function set.Increment(obj,val)
if val >= 10
error('The increment value must be less than 10');
end
obj.Increment = val;
end
end
33-23
33 System object Usage and Authoring
out = in + 1;
end
end
end
end
See Also
validateInputsImpl | validatePropertiesImpl
Related Examples
• “Define Basic System Objects” on page 33-15
• “Change Input Complexity or Dimensions” on page 33-14
• “Methods Timing” on page 33-60
• “Property Set Methods”
• “System Object Input Arguments and ~ in Code Examples” on page 33-65
33-24
Initialize Properties and Setup One-Time Calculations
In this example, you allocate file resources by opening the file so the System object can
write to that file. You do these initialization tasks one time during setup, rather than
every time you run the object.
In this example, you define the public Filename property and specify the value of that
property as the nontunable character vector, default.bin. Users cannot change
nontunable properties after the setup method has been called. Refer to the Methods
Timing section for more information.
properties (Nontunable)
Filename = 'default.bin'
end
Users cannot access private properties directly, but only through methods of the System
object. In this example, you define the pFileID property as a private property. You also
define this property as hidden to indicate it is an internal property that never displays to
the user.
properties (Hidden,Access = private)
pFileID;
end
Define Setup
You use the setupImpl method to perform setup and initialization tasks. You should
include code in the setupImpl method that you want to execute one time only. The
setupImpl method is called once the first time you run the object. In this example, you
allocate file resources by opening the file for writing binary data.
methods
function setupImpl(obj)
obj.pFileID = fopen(obj.Filename,'wb');
if obj.pFileID < 0
error('Opening the file failed');
end
33-25
33 System object Usage and Authoring
end
end
Although not part of setup, you should close files when your code is done using them. You
use the releaseImpl method to release resources.
% This System
object™ writes the input to the file.
function stepImpl(obj,data)
fwrite(obj.pFileID,data);
end
33-26
See Also
end
end
See Also
matlab.System Constructor | releaseImpl | setupImpl | stepImpl
Related Examples
• “Release System Object Resources” on page 33-31
• “Define Property Attributes” on page 33-33
• “Methods Timing” on page 33-60
33-27
33 System object Usage and Authoring
Define the System object constructor, which is a method that has the same name as the
class (MyFile in this example). Within that method, you use the setProperties
method to make all public properties available for input when the user constructs the
object. nargin is a MATLAB function that determines the number of input arguments.
varargin indicates all of the object’s public properties.
methods
function obj = MyFile(varargin)
setProperties(obj,nargin,varargin{:});
end
end
methods
% You call setProperties in the constructor to let
% a user specify public properties of object as
% name-value pairs.
function obj = MyFile(varargin)
setProperties(obj,nargin,varargin{:});
33-28
See Also
end
end
% This System
object™ writes the input to the file.
function stepImpl(obj,data)
fwrite(obj.pFileID,data);
end
See Also
nargin | setProperties
Related Examples
• “Define Property Attributes” on page 33-33
• “Release System Object Resources” on page 33-31
33-29
33 System object Usage and Authoring
pCount is an internal counter property of the System object obj. The user calls the
reset method on the locked object, which calls the resetImpl method. In this example,
pCount resets to 0.
Note When resetting an object’s state, make sure you reset the size, complexity, and data
type correctly.
33-30
Reset Algorithm and Release Resources
obj.pCount = obj.pCount + 1;
c = obj.pCount;
end
This method allows you to clear the axes on the Whiteboard figure window while keeping
the figure open.
methods
function releaseImpl(obj)
cla(Whiteboard.getWhiteboard());
hold on
end
end
properties (Hidden)
% Let user choose a color
ColorSet = matlab.system.StringSet({'red','blue','green'});
end
33-31
33 System object Usage and Authoring
function releaseImpl(obj)
cla(Whiteboard.getWhiteboard());
hold on
end
end
methods (Static)
function a = getWhiteboard()
h = findobj('tag','whiteboard');
if isempty(h)
h = figure('tag','whiteboard');
hold on
end
a = gca;
end
end
end
See Also
releaseImpl | resetImpl
More About
• “Methods Timing” on page 33-60
• “Initialize Properties and Setup One-Time Calculations” on page 33-25
33-32
Define Property Attributes
Property attributes, which add details to a property, provide a layer of control to your
properties. In addition to the MATLAB property attributes, System objects can use these
three additional attributes: Nontunable, Logical, and PositiveInteger. To specify
multiple attributes, separate them with commas.
Use the nontunable attribute for a property when the algorithm depends on the value
being constant once data processing starts. Defining a property as nontunable may
improve the efficiency of your algorithm by removing the need to check for or react to
values that change. For code generation, defining a property as nontunable allows the
memory associated with that property to be optimized. You should define all properties
that affect the number of input or output ports as nontunable.
System object users cannot change nontunable properties after the setup method has
been called or while the object is running. In this example, you define the InitialValue
property, and set its value to 0.
properties (Nontunable)
InitialValue = 0;
end
Logical properties have the value, true or false. System object users can enter 1 or 0 or
any value that can be converted to a logical. The value, however, displays as true or
false. You can use sparse logical values, but they must be scalar values. In this
example, the Increment property indicates whether to increase the counter. By default,
Increment is tunable property. The following restrictions apply to a property with the
Logical attribute,
properties (Logical)
Increment = true
end
33-33
33 System object Usage and Authoring
In this example, the private property MaxValue is constrained to accept only real,
positive integers. You cannot use sparse values. The following restriction applies to a
property with the PositiveInteger attribute,
properties (PositiveInteger)
MaxValue
end
If your algorithm uses properties that hold state, you can assign those properties the
DiscreteState attribute . Properties with this attribute display their state values
when users call getDiscreteStateImpl via the getDiscreteState method. The
following restrictions apply to a property with the DiscreteState attribute,
properties (DiscreteState)
Count;
end
33-34
Define Property Attributes
properties (Logical)
% Whether to increment the counter
Increment = true
end
properties (DiscreteState)
% Count state variable
Count
end
function c = stepImpl(obj)
if obj.Increment && (obj.Count < obj.MaxValue)
obj.Count = obj.Count + 1;
else
disp(['Max count, ' num2str(obj.MaxValue) ',reached'])
end
c = obj.Count;
end
33-35
33 System object Usage and Authoring
end
end
See Also
More About
• “Class Attributes”
• “Property Attributes”
• “What You Cannot Change While Your System Is Running” on page 33-13
• “Methods Timing” on page 33-60
33-36
Hide Inactive Properties
33-37
33 System object Usage and Authoring
See Also
isInactivePropertyImpl
33-38
Limit Property Values to Finite List
String sets use two related properties. You first specify the user-visible property name
and default character vector value. Then, you specify the associated hidden property by
appending “Set” to the property name. You must use a capital “S” in “Set.”
In the “Set” property, you specify the valid character vector values as a cell array of the
matlab.system.StringSet class. This example uses Color and ColorSet as the
associated properties.
properties
Color = 'blue'
end
properties (Hidden,Transient)
ColorSet = matlab.system.StringSet({'red','blue','green'});
end
properties
Color = 'blue'
end
properties (Hidden,Transient)
% Let them choose a color
ColorSet = matlab.system.StringSet({'red','blue','green'});
end
33-39
33 System object Usage and Authoring
randn([2,1]),randn([2,1]), ...
'Color',obj.Color(1));
end
function releaseImpl(obj)
cla(Whiteboard.getWhiteboard());
hold on
end
end
methods (Static)
function a = getWhiteboard()
h = findobj('tag','whiteboard');
if isempty(h)
h = figure('tag','whiteboard');
hold on
end
a = gca;
end
end
end
33-40
See Also
See Also
matlab.system.StringSet
33-41
33 System object Usage and Authoring
properties
MiddleC = 440
NumNotes = 12
end
33-42
See Also
function hz = stepImpl(obj,noteShift)
% A noteShift value of 1 corresponds to obj.MiddleC
hz = obj.pLookupTable(noteShift);
end
function processTunedPropertiesImpl(obj)
propChange = isChangedProperty(obj,'NumNotes')||...
isChangedProperty(obj,'MiddleC')
if propChange
obj.pLookupTable = obj.MiddleC *...
(1+log(1:obj.NumNotes)/log(12));
end
end
end
See Also
processTunedPropertiesImpl
33-43
33 System object Usage and Authoring
To define a System object from other System objects, store those other objects in your
class definition file as properties. In this example, the highpass and lowpass filters are
the separate System objects defined in their own class-definition files.
properties (Access = private)
% Properties that hold filter System objects
pLowpass
pHighpass
end
function resetImpl(obj)
reset(obj.pLowpass);
33-44
Define Composite System Objects
reset(obj.pHighpass);
end
end
end
properties (Nontunable)
% Filter coefficients
Numerator = [0.006,-0.0133,-0.05,0.26,0.6,0.26,-0.05,-0.0133,0.006];
end
properties (DiscreteState)
State
end
function y = stepImpl(obj,u)
[y,obj.State] = filter(obj.Numerator,1,u,obj.State);
end
function resetImpl(obj)
obj.State = zeros(length(obj.Numerator)-1,1);
end
end
end
properties (Nontunable)
% Filter coefficients
Numerator = [0.006,0.0133,-0.05,-0.26,0.6,-0.26,-0.05,0.0133,0.006];
end
properties (DiscreteState)
33-45
33 System object Usage and Authoring
State
end
function y = stepImpl(obj,u)
[y,obj.State] = filter(obj.Numerator,1,u,obj.State);
end
function resetImpl(obj)
obj.State = zeros(length(obj.Numerator)-1,1);
end
end
end
See Also
nargin
33-46
Define Finite Source Objects
In this section...
“Use the FiniteSource Class and Specify End of the Source” on page 33-47
“Complete Class Definition File with Finite Source” on page 33-47
function y = stepImpl(obj)
if ~obj.isDone()
33-47
33 System object Usage and Authoring
obj.NumSteps = obj.NumSteps + 1;
y = obj.NumSteps;
else
y = 0;
end
end
See Also
matlab.system.mixin.FiniteSource
More About
• “Subclassing Multiple Classes”
• “System Object Input Arguments and ~ in Code Examples” on page 33-65
33-48
Save and Load System Object
obj.protectedprop = s.protectedprop;
obj.pdependentprop = s.pdependentprop;
if wasLocked
obj.state = s.state;
end
33-49
33 System object Usage and Authoring
loadObjectImpl@matlab.System(obj,s,wasLocked);
end
end
properties (Dependent)
dependentprop
33-50
Save and Load System Object
end
methods
function obj = MySaveLoader(varargin)
obj@matlab.System();
setProperties(obj,nargin,varargin{:});
end
% Serialization
methods (Access = protected)
function s = saveObjectImpl(obj)
% Call the base class method
s = saveObjectImpl@matlab.System(obj);
33-51
33 System object Usage and Authoring
s.state = obj.state;
end
end
function loadObjectImpl(obj,s,wasLocked)
% Load child System objects
obj.child = matlab.System.loadObject(s.child);
See Also
loadObjectImpl | saveObjectImpl
33-52
Define System Object Information
You can define your own info method to display specific information for your System
object. The default infoImpl method returns an empty struct. This infoImpl method
returns detailed information when info is called using info(x,'details') or only
count information if it is called using info(x).
methods (Access = protected)
function s = infoImpl(obj,varargin)
if nargin>1 && strcmp('details',varargin(1))
s = struct('Name','Counter',...
'Properties', struct('CurrentCount', ...
obj.Count,'Threshold',obj.Threshold));
else
s = struct('Count',obj.Count);
end
end
end
properties
Threshold = 1
end
properties (DiscreteState)
Count
end
function resetImpl(obj)
obj.Count = 0;
end
33-53
33 System object Usage and Authoring
function y = stepImpl(obj,u)
if (u > obj.Threshold)
obj.Count = obj.Count + 1;
end
y = obj.Count;
end
function s = infoImpl(obj,varargin)
if nargin>1 && strcmp('details',varargin(1))
s = struct('Name','Counter',...
'Properties', struct('CurrentCount', ...
obj.Count,'Threshold',obj.Threshold));
else
s = struct('Count',obj.Count);
end
end
end
end
See Also
infoImpl
33-54
Specify Locked Input Size
Use the isInputSizeLockedImpl method to specify that the input size is locked.
methods (Access = protected)
function flag = isInputSizeLockedImpl(~,~)
flag = true;
end
end
properties
Threshold = 1
end
properties (DiscreteState)
Count
end
methods
function obj = Counter(varargin)
setProperties(obj,nargin,varargin{:});
end
end
methods (Access=protected)
function resetImpl(obj)
obj.Count = 0;
end
33-55
33 System object Usage and Authoring
See Also
isInputSizeLockedImpl
Related Examples
• “What You Cannot Change While Your System Is Running” on page 33-13
33-56
Use Update and Output for Nondirect Feedthrough
Implement an outputImpl method to output the previous, not the current input.
33-57
33 System object Usage and Authoring
properties
InitialOutput = 0;
end
properties (Nontunable)
NumDelays = 1;
end
properties (DiscreteState)
PreviousInput;
end
function setupImpl(obj)
obj.PreviousInput = ones(1,obj.NumDelays)*obj.InitialOutput;
end
function resetImpl(obj)
obj.PreviousInput = ones(1,obj.NumDelays)*obj.InitialOutput;
end
function updateImpl(obj, u)
33-58
See Also
obj.PreviousInput = [u obj.PreviousInput(1:end-1)];
end
See Also
isInputDirectFeedthroughImpl | matlab.system.mixin.Nondirect |
outputImpl | updateImpl
More About
• “Subclassing Multiple Classes”
• “System Object Input Arguments and ~ in Code Examples” on page 33-65
33-59
33 System object Usage and Authoring
Methods Timing
In this section...
“Setup Method Call Sequence” on page 33-60
“Running the Object (Step Method) Call Sequence” on page 33-61
“Reset Method Call Sequence” on page 33-61
“Release Method Call Sequence” on page 33-62
The call sequence diagrams show the order in which actions are performed when you run
the specified method. The background color or each action indicates the method type.
33-60
Methods Timing
33-61
33 System object Usage and Authoring
See Also
releaseImpl | resetImpl | setupImpl | stepImpl
Related Examples
• “Release System Object Resources” on page 33-31
• “Reset Algorithm State” on page 33-30
• “Set Property Values at Construction Time” on page 33-28
• “Define Basic System Objects” on page 33-15
33-62
Best Practices for Defining System Objects
• Define all one-time calculations in the setupImpl method and cache the results in a
private property. Use the stepImpl method for repeated calculations.
• If properties are accessed more than once in the stepImpl method, cache those
properties as local variables inside the method. A typical example of multiple property
access is a loop. Iterative calculations using cached local variables run faster than
calculations that must access the properties of an object. When the calculations for
the method complete, you can save the local cached results back to the properties of
that System object. Copy frequently used tunable properties into private properties.
This best practice also applies to the updateImpl and outputImpl methods.
In this example, k is accessed multiple times in each loop iteration, but is saved to the
object property only once.
function y = stepImpl(obj,x)
k = obj.MyProp;
for p=1:100
y = k * x;
k = k + 0.1;
end
obj.MyProp = k;
end
• Property default values are shared across all instances of an object. Two instances of
a class can access the same default value if that property has not been overwritten by
either instance.
• Do not use character vector comparisons or character vector-based switch statements
in the stepImpl method. Instead, create a method handle in setupImpl. This
handle points to a method in the same class definition file. Use that handle in a loop
in stepImpl.
This example shows how to use method handles and cached local variables in a loop to
implement an efficient object. In setupImpl, choose myMethod1 or myMethod2 based
on a character vector comparison and assign the method handle to the
pMethodHandle property. Because there is a loop in stepImpl, assign the
33-63
33 System object Usage and Authoring
pMethodHandle property to a local method handle, myFun, and then use myFun
inside the loop.
33-64
Best Practices for Defining System Objects
33-65
33 System object Usage and Authoring
To access the System object editing options, create a new System object, or open an
existing one.
To add predefined code to your System object, select the code from the appropriate menu.
For example, when you click Insert Property > Numeric, the MATLAB Editor adds
the following code:
properties(Nontunable)
Property
end
The MATLAB Editor inserts the new property with the default name Property, which
you can rename. If you have an existing properties group with the Nontunable
attribute, the MATLAB Editor inserts the new property into that group. If you do not
have a property group, the MATLAB Editor creates one with the correct attribute.
33-66
Insert System Object Code Using MATLAB Editor
Insert Options
Properties Properties of the System object: Numeric, Logical, String Set, Positive Integer,
Tunable Numeric, Private, Protected, and Custom. When you select String Set or
Custom Properties, a separate dialog box opens to guide you in creating these
properties.
33-67
33 System object Usage and Authoring
Methods Methods commonly used in System object definitions. The MATLAB Editor creates
only the method structure. You specify the actions of that method.
If a method from the Insert Method menu is present in the System object code, that
method is shown shaded on the Insert Method menu:
33-68
Insert System Object Code Using MATLAB Editor
33-69
33 System object Usage and Authoring
Inputs / Inputs, outputs, and related methods, such as Validate inputs and Lock input
Outputs size.
When you select an input or output, the MATLAB Editor inserts the specified code in
the stepImpl method. In this example, selecting Insert > Input causes the
MATLAB Editor to insert the required input variable u2. The MATLAB Editor
determines the variable name, but you can change it after it is inserted.
function y = stepImpl(obj,u,u2)
% Implement algorithm. Calculate y as a function of
% input u and discrete states.
y = u;
end
33-70
Insert System Object Code Using MATLAB Editor
9 To create this string set and associated properties, with the default value selected,
click Insert.
Examine the System object definition. The MATLAB Editor has added the following code:
properties (Nontunable)
TemperatureUnit = 'Fahrenheit';
end
properties(Constant, Hidden)
TemperatureUnitSet = matlab.system.StringSet({'Fahrenheit','Celsius','Kelvin'});
end
33-71
33 System object Usage and Authoring
4 To insert the property into the System object code, click Insert.
properties(Nontunable, Constant)
Property
end
5 Replace Property with your property.
properties(Nontunable, Constant)
FreezingPointFahrenheit = 32;
end
33-72
See Also
2 In the MATLAB Editor, select Insert Method > Lock input size.
The MATLAB Editor inserts this code into the System object:
See Also
Related Examples
• “Analyze System Object Code” on page 33-74
33-73
33 System object Usage and Authoring
• Navigate to a specific input, output, property, state, or method by clicking the name of
that element.
• Expand or collapse element sections with the arrow buttons.
• Identify access levels for properties and custom methods with the + (public), #
(protected), and – (private) symbols.
33-74
Analyze System Object Code
The cursor in the MATLAB Editor window jumps to the stepImpl method.
33-75
33 System object Usage and Authoring
See Also
Related Examples
• “Insert System Object Code Using MATLAB Editor” on page 33-66
33-76
Use Enumerations in System Objects
For a System object that will be used in MATLAB only, see “Enumerations”.
For a System object that will be used in a MATLAB System block in Simulink, see
“Enumerated Data” (Simulink)
Enumerations can derive from any integer type smaller than or equal to an int32. For
example,
Enumerations can also derive from Simulink.IntEnumType. You use this type of
enumeration to add attributes, such as custom headers, to the input or output of the
MATLAB System block. See “Use Enumerated Data in Simulink Models” (Simulink).
33-77
33 System object Usage and Authoring
You set up and use global variables for the MATLAB System block in the same way as
you do for the MATLAB Function block (see “Data Stores” (Simulink) and “Share Data
Globally” (Simulink)). Like the MATLAB Function block, you must also use variable
name matching with a Data Store Memory block to use global variables in Simulink.
For example, this class definition file defines a System object that increments the first
row of a matrix by 1 at each time step. You must include getGlobalNamesImpl if the
class file is P-coded.
33-78
Use Global Variables in System Objects
end
end
This model includes the GlobalSysObjMatrix object in a MATLAB System block and
the associated Data Store Memory block.
33-79
33 System object Usage and Authoring
33-80
Use Global Variables in System Objects
33-81