-
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
-
Remove all the words that end with "ain"
2473 Solvers
-
1211 Solvers
-
Set some matrix elements to zero
574 Solvers
-
16184 Solvers
-
Calculate the Number of Sign Changes in a Row Vector (No Element Is Zero)
802 Solvers
More from this Author96
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!