1MATLAB Usage and Computational Errors
Chapter Outline
- 1.1 Basic Operations of MATLAB
- 1.1.1 Input/Output of Data from MATLAB Command Window
- 1.1.2 Input/Output of Data Through Files
- 1.1.3 Input/Output of Data Using Keyboard
- 1.1.4 Two‐Dimensional (2D) Graphic Input/Output
- 1.1.5 Three Dimensional (3D) Graphic Output
- 1.1.6 Mathematical Functions
- 1.1.7 Operations on Vectors and Matrices
- 1.1.8 Random Number Generators
- 1.1.9 Flow Control
- 1.2 Computer Errors vs. Human Mistakes
- 1.3 Toward Good Program
1.1 Basic Operations of MATLAB
MATLAB is a high‐level software package with many built‐in functions that make the learning of numerical methods much easier and more interesting. In this section, we will introduce some basic operations that will enable you to learn the software and build your own programs for problem solving. In the workstation environment, you type “matlab” to start the program, while in the PC environment, you simply double‐click the MATLAB icon.
Once you start the MATLAB ...
Get Applied Numerical Methods Using MATLAB, 2nd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.