Code covered by the BSD License
% cap3_try_exemplo () % resolve multiplicar a * b function x = cap3_try_exemplo (a,b) try x=a*b; catch errordlg('Dimensoes incompativeis'); end
Contact us at files@mathworks.com