Make a anonymous function that has variable output.
f = @(x)...
the following equation→equation(s) as followed has(ve)
a = f(x) ==> a = x{1}
[a,b] = f(x) ==> a = x{1}, b = x{2}
...
You can see the test suite for details.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers32
Suggested Problems
-
Return a list sorted by number of consecutive occurrences
438 Solvers
-
991 Solvers
-
Count letters occurence in text, specific to words with a given length.
206 Solvers
-
First use of arrayfun() and anonymous function @(x)
74 Solvers
-
13081 Solvers
More from this Author17
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Very interesting topic... glad be part of this multi-output discussion.