BSXFUN is very useful and fast.
In R2015b we can implement singleton expansion without BSXFUN, see the test suite for details. Have fun :-)
Input and Output:
yf = yourFcn(1) % Output a function handle supported singleton expansion.
yf = yourFcn(0) % Output a function handle unsupported singleton expansion.
Solution Stats
Problem Comments
3 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers7
Suggested Problems
-
Find state names that end with the letter A
1197 Solvers
-
How to find the position of an element in a vector without using the find function
2813 Solvers
-
Project Euler: Problem 9, Pythagorean numbers
1385 Solvers
-
Split a string into chunks of specified length
2056 Solvers
-
836 Solvers
More from this Author8
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Could you please explain what you mean by a singleton expansion ? A Wikipedia link or similar could be useful.
Hi Muthu Annamalai,thanks for your attention to this problem.Singleton expansion was described here:
http://www.mathworks.com/help/matlab/ref/bsxfun.html
Submitted solutions no longer work.
@LY Cao, please check the problem and update it accordingly.