Résumé Syntaxe MATLAB
Résumé Syntaxe MATLAB
Résumé Syntaxe MATLAB
Length(v) Taille d’un vecteur Produire matrice diagonale a partir d’un vecteur :diag(v) switch n case 1 otherwise end
En general :diag(v,m)
Size(M) Dimension d’une matrice
W = [début : pas : fin(ex 5/lenght(x)/end)] les matrices triangulaires supérieures et inférieures :
plot(x,y,’(couleur[y,m,C,R,b,k,w]symbole[. ,o,x,+]
trait[-, :,_,-.]))
xlabel/ylabel(’ légende ’)
text(posx,posy,’ un texte ’)
gtext(’ un texte ’)
grid fzero(fun,x0)
hold on …….. hold of fzero(fun,[x0 x1])
subplot(m,n,i)
Les polynomes
print -f<n° fenetre> -d<jpeg><nom fichier>
P = [1 2 3 4]
>>[X,Y] = meshgrid(-2:.2:2, -2:.2:2);
>>clabel(C,h,’manual’)