Matlab and Simulink Basics

DOI: https://doi.org/10.1002/9781119060239.ch1
2016-02-12
Abstract:This chapter deals with the operations of different variable types such as scalar variables, complex numbers, vectors and matrices. It also deals with the plotting commands that are frequently used. In the symbolic math in MATLAB, the characters (or words) such as a, b, and temp are treated as symbolic variables, not numeric variables. Mathematical expressions can be computed or manipulated in symbolic forms. The commands and functions are all executable directly in the command window. Using a script file, which is also called an m‐file in the earlier versions of MATLAB, users can execute various algorithms or can implement user‐defined functions. Similar to many other programming languages, MATLAB also supports the use of user‐defined functions to avoid repeatedly editing the main body of a code. The subsystem can be saved as a user‐defined block to enrich the library Simulink.
What problem does this paper attempt to address?