This document provides an overview of common MATLAB commands and operations including: clearing variables and screens, getting help, basic arithmetic, formatting, logarithmic/trigonometric/exponential functions, arrays, matrices, plotting, functions, loops, finite element analysis examples, and symbolic computation. It serves as an introduction to essential MATLAB basics.
This document provides an overview of common MATLAB commands and operations including: clearing variables and screens, getting help, basic arithmetic, formatting, logarithmic/trigonometric/exponential functions, arrays, matrices, plotting, functions, loops, finite element analysis examples, and symbolic computation. It serves as an introduction to essential MATLAB basics.
Common Commands clc - clears screen clear - clears workspace and variables clear all - clears workspace, variables and function calls close all - closes all figures help - when actual command is known but syntax is unknown look for - when the proper command is not known
eg:- help inv: gives syntax for inverting
lookfor inverse: gives all commands involving the concept of inversion along with syntax Rex Alfred E. IITG + -