[Mathlib-commitlog] mathlib/Source/MathLib/Functions/test testFunction007.m, NONE, 1.1
Status: Beta
Brought to you by:
st_mueller
|
From: Stefan M. <st_...@us...> - 2007-01-05 13:10:20
|
Update of /cvsroot/mathlib/mathlib/Source/MathLib/Functions/test In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv21696/Source/MathLib/Functions/test Added Files: testFunction007.m Log Message: added tests for function x=barfoo(a,b,c,varargin) --- NEW FILE: testFunction007.m --- function [y,x]=testFunction007(a,b,c,varargin) x=0 z=size(varargin) y=z(1) x=z(2) endfunction |