Chapter 3 Built-in functions, input, output
We take a look at some of mathematical and statistical functions available in Matlab, and consider the ways for user input and data output.
The following parts of MATLAB Onramp minicourse are directly related to this chapter:
- Calling Functions
- Obtaining Help (summary: use
help commandname
to get a short description of the usage of the command, ordoc commandname
to get more details in a formatted help page)