June 2018
Intermediate to advanced
492 pages
9h 52m
English
When a computer program is run, the commands are executed in a particular order. As discussed in Chapter 4, the order is usually top to bottom, left to right for the commands in a script. This does not always need to be the case, as a programmer can instruct the computer to follow a different order.
Many programming languages, including MATLAB, include designated keywords to change the order of executed commands. These parts of a programming language are called control structures. Additional documentation related to this chapter can be found on the MathWorks website under Control Flow.
For the ...
Read now
Unlock full access