This document provides an overview of MATLAB and how it will be used in the course. MATLAB stands for matrix laboratory and is a powerful tool for computation, visualization, and programming in engineering and science. It contains predefined functions organized into toolboxes and allows the user to write custom MATLAB programs (M-files) by typing commands sequentially. The document demonstrates how to write a simple MATLAB program to perform calculations and display/plot results. It provides examples of basic MATLAB code to calculate and plot an equation, as well as how to change the appearance of plotted lines using line specifiers.
Download as PPT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
63 views
Basic MATLAB Plotting 1
This document provides an overview of MATLAB and how it will be used in the course. MATLAB stands for matrix laboratory and is a powerful tool for computation, visualization, and programming in engineering and science. It contains predefined functions organized into toolboxes and allows the user to write custom MATLAB programs (M-files) by typing commands sequentially. The document demonstrates how to write a simple MATLAB program to perform calculations and display/plot results. It provides examples of basic MATLAB code to calculate and plot an equation, as well as how to change the appearance of plotted lines using line specifiers.