No BSD License  

Highlights from
Introduction à Matlab (deuxième édition)

from Introduction à Matlab (deuxième édition) by Jean-Thierry
tous les m-fichiers relatifs à la deuxième édition de l'Introduction à Matlab

test_equ2.m
disp('l''echo montre les commandes une par une :')
disp(' ')
echo on
format compact
help equ2

[x,y,n]=equ2(1,2,-3);ecriture(x,y,n);
[x,y,n]=equ2(1,2,3);ecriture(x,y,n);
[x,y,n]=equ2(0,2,-3);ecriture(x,y,n);
[x,y,n]=equ2(0,0,-3);ecriture(x,y,n);
[x,y,n]=equ2(0,0,0);ecriture(x,y,n);
echo off


Contact us at files@mathworks.com