-
2 Comments
Siddharth Pachpor
on 2 Jul 2022
hi Giorgio, can you provide an explanation for this? it seems really hard for me
siranjeevi gurumani
on 12 Oct 2022
varargin is the input variable which we can use to give multiple inputs to a function in matlab. So the inputs were (va,a,b) which here is
varargin{1} = va;
varargin{2} = a;
varargin{3} = b;
Suggested Problems
-
1236 Solvers
-
Project Euler: Problem 10, Sum of Primes
1907 Solvers
-
middleAsColumn: Return all but first and last element as a column vector
613 Solvers
-
Create a vector whose elements depend on the previous element
721 Solvers
-
Number of Even Elements in Fibonacci Sequence
1440 Solvers
More from this Author96
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!