help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Number of arguments of a fcn handle


From: marco Vassallo
Subject: Number of arguments of a fcn handle
Date: Sat, 5 Oct 2013 11:31:40 +0200

Hi all,
 In my DLD function I receive a function handle from the user and I need to 
check the number of arguments
(f = @(x, y) x*y has 2 arguments, f = @(x) sin (x) has 1 argument and so on)

 How can I do it?

 Thanks

 Marco                                    

reply via email to

[Prev in Thread] Current Thread [Next in Thread]