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.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
26 views17 pages
MATLAB
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.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 17
MATLAB
BASICS
Rex Alfred E. IITG
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 + -