0% found this document useful (0 votes)
39 views2 pages

Sum (X) Tan (X) Var (X) Tand (X) Cos (X) Cosd (X) Pi CLC Clear : % . . - / G (:) X Magic (N)

This document contains a list of mathematical, statistical and plotting functions in MATLAB including: - Basic math functions like abs, sqrt, nthroot - Trigonometric functions like sin, cos, tan - Logarithmic functions like log, log10 - Statistical functions like mean, var, max - Matrix functions like det, diag, sort - Plotting functions like plot, mesh, contour

Uploaded by

Dennisse Malavé
Copyright
© © All Rights Reserved
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% found this document useful (0 votes)
39 views2 pages

Sum (X) Tan (X) Var (X) Tand (X) Cos (X) Cosd (X) Pi CLC Clear : % . . - / G (:) X Magic (N)

This document contains a list of mathematical, statistical and plotting functions in MATLAB including: - Basic math functions like abs, sqrt, nthroot - Trigonometric functions like sin, cos, tan - Logarithmic functions like log, log10 - Statistical functions like mean, var, max - Matrix functions like det, diag, sort - Plotting functions like plot, mesh, contour

Uploaded by

Dennisse Malavé
Copyright
© © All Rights Reserved
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/ 2

abs (x) sum (x)

sqrt (x)
nthroot (x) (x,y) tan (x)

sign (x) var (x)


rem (x,y) tand (x)
exp (x)
log (x) cos (x)
log10 (x)
factor (x) cosd (x)
gcd (x,y)
lcm (x,y) pi
rats (x)
factorial (x) clc
primes (x)
clear
isprime (x) (x,y)
round (x) [ ]
fix (x)
floor (x) ( )
ceil (x)
size (x) ‘
[a,b] = size (x) ;
length (x)
:
rand (n)
Rand (m,n) =
%
.*
.^

isreal (x) ^

max (x) ./
g (:)

real (x) x= magic (n)

sin (x)
sind (x)

sinh (x)
sort (x)
sum (x´) syms

sum (diag(x)) diff


diag r
(x)
radians
fliplr (x)
ones
plot (x,y)

zeros
plot (x,y,x,z)

plot3 (x,y,z) re

linspace (x)
cross (x,y)
logspace
dot (x,y)
[x,y] = meshgrid (x,y)

mesh (x,y,z)

[x,y] = meshgrid (x,y)

contour (x,y,z)

meshc (x,y,z)

det

degrees

figure (gfc)

delete

title (txt)

xlabel (txt) ylabel


(txt) zlabel (txt)

You might also like