declaring inputs in a function ?

hi, does the matlab function accept varying number of input arguments in the function declaration? if, so how to declare the function ?
for example:
function[output]= example1(in1,in2,in3,in4)
this same function example1 should work for
function[output]=example1(in1,in2)
thank you.

 Akzeptierte Antwort

Fangjun Jiang
Fangjun Jiang am 17 Nov. 2011

1 Stimme

help varargin, there is an example in the help document.

Weitere Antworten (0)

Kategorien

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by