You are on page 1of 1

Lista comandi usati

Creazione di matrici
linspace
logspace
zeros
ones
eye
diag
rand
meshgrid
sparse
spdiags
speye
spzeros
spalloc

Comandi sulle matrici


abs
max, min
norm
cond, condest
sum
mean
diff, gradient
diag
triu, tril
length, size(A,1)
inv
det
rank
full
nnz
flipud, fliplr, rot90
eig
eigs
find
all
any
sort
unique

Interpolazione di dati e funzioni


polyfit
polyval
spline

Comandi su sistemi lineari


\ (Gauss con pivoting)

lu
chol
ilu
ichol
pcg
bicg
gmres

Comandi grafici
figure
plot
stairs
semilogx, semilogy,loglog
grid
xlabel, ylabel, title
hold
legend
surf, mesh, contour, waterfall
trisurf
spy

Parole riservate e costrutti


function
if else end
switch case otherwise end
for end
while end
return

Altre funzioni
fzero
fplot
quad, trapz
ode45, odexx
struct

You might also like