Available under Creative Commons-ShareAlike 4.0 International License.
- MATLAB has the common functions found on a scientific calculator and can be operated in a similar way,
- MATLAB can store values in variables. Variables are case sensitive and some variables are reserved by MATLAB (e.g. pi stores 3.1416),
- Variable Editor can be used to enter or manipulate matrices,
- The coefficients of simultaneous linear equations and polynomials are used to form a row vector. MATLAB then can be used to solve the equations,
- The format function is used to control the number of digits displayed,
- Three periods "..." at the end of the line is used to split a long statement over multiple lines,
- The percent symbol % separates the comments from the code, anything following % symbol is ignored by MATLAB.
- 瀏覽次數:1285