360 likes | 380 Vues
Appendix A MATLAB Basics. Figure A.1 MATLAB statement form. Figure A.2 Entering and displaying a matrix A. Figure A.3 Using semicolons to suppress the output. Figure A.4 Using the calculator mode. Figure A.5 Variables are case sensitive.
E N D
Figure A.10 Output format control illustrates the four forms of output.
Figure A.12 Complex and real matrix input with automatic dimension and type adjustment.
Figure A.13 Three basic matric operations: addition, multiplication, and transpose.
Figure A.18 (a) MATLAB commands. (b) A basic x-y plot of x sin(x) versus x.
Figure A.19 (a) MATLAB commands. (b) A basic x-y plot with multiple lines.
Figure A.20 Using subplot to create a 2 X 2 partition of the graph display.
Figure A.21 A simple script to plot the function y(t) - sin t.
Figure A.23 An interactive session using a script to plot the function y(t) - sin t.