From: Piotr S on
Hi,

Lately I've been trying to write a MATLAB function which can take a variable number of arguments - it's easy to do with 'varargin' however... If I use varargin I don't see all the supported overloads (i.e. when I type my function name and open brackets I don't see any choice there).

Does anyone know how MATLAB people have achieved that and can a user do it as well?

Regards,
Peter
From: Oleg Komarov on
"Piotr S" <sawek84(a)wp.pl> wrote in message <i3eodh$cbm$1(a)fred.mathworks.com>...
> Hi,
>
> Lately I've been trying to write a MATLAB function which can take a variable number of arguments - it's easy to do with 'varargin' however... If I use varargin I don't see all the supported overloads (i.e. when I type my function name and open brackets I don't see any choice there).
>
> Does anyone know how MATLAB people have achieved that and can a user do it as well?
>
> Regards,
> Peter

No (to my knowledge)

Oleg
 | 
Pages: 1
Prev: Cell array to serial date?
Next: Finding minimums