0% found this document useful (0 votes)
32 views17 pages

MATLAB

MATLAB basics document summarizes common MATLAB commands for clearing the screen, workspace, variables, and figures. It provides guidance on using the help and lookfor commands to find syntax for specific commands or search for commands related to a concept. The document covers a range of MATLAB topics from basic math operations, arrays, matrices, plotting, functions, loops, examples, and symbolic computation.

Uploaded by

rex_fred92
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views17 pages

MATLAB

MATLAB basics document summarizes common MATLAB commands for clearing the screen, workspace, variables, and figures. It provides guidance on using the help and lookfor commands to find syntax for specific commands or search for commands related to a concept. The document covers a range of MATLAB topics from basic math operations, arrays, matrices, plotting, functions, loops, examples, and symbolic computation.

Uploaded by

rex_fred92
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 17

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
* /

\^

abs

;
Format
Log Trig Exp Array
Array Operations
Matrix Operations
Matrix Operations
Matrix Operations
Matrix Operations
Matrix Operations
Plot
Functions

Functions
Loops
TRUSS EXAMPLE - FEM
Symbolic Computation
Symbolic Computation

You might also like