help-octave
[Top][All Lists]
Advanced

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

Converting a list to input variables for a function using varargin.


From: Jose
Subject: Converting a list to input variables for a function using varargin.
Date: Sun, 16 Sep 2012 15:25:34 +0300
User-agent: Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120827 Thunderbird/15.0

Hello.

Suppose that I have a function accepting a variable number of input arguments.
function myfunct(a,b,varagrin)
Then suppose that I have the arguments corresponding to varagrin in a list already. How can I call myfunct?

BR
Jose


reply via email to

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