% % Test du probleme MATLAB1 % function matlabTest1() X = [1 3 4]; Y = [4 5 5]; if (whereareyou(X,Y) == 1) disp('Bien joué :-'); else disp('Yek yek : raté !'); end end function diagnostic = whereareyou(X,Y) diagnostic = 546; end