Problem 42504. Data Regularization
Solution Stats
Problem Comments
-
3 Comments
without loop makes it quite difficult..is there any particular built-in function to do this?
You do know that Matlab most certainly uses while and for loops to multiply matrices internally. The vectorized solution is probably faster because of parallelization and other optimization tricks, which we could also implement with the proper toolboxes.
And please add an space to strfind, or else It will find fors and whiles inside comments and even parameter names. I was using a parameter "Uniform" of the function cellfun and it took me a while to realize why it was failing the first test.
Solution Comments
-
1 Comment
very nice idea!
-
1 Comment
The first truly vectorized solution I've seen here without using for, while, cellfun, arrayfun, etc.
-
1 Comment
>> help ismembc2
ismembc2 is an undocumented builtin function.
I'm curious, what DOES this do?
Problem Recent Solvers37
Suggested Problems
-
Back to basics 20 - singleton dimensions
265 Solvers
-
Matrix with different incremental runs
333 Solvers
-
679 Solvers
-
10597 Solvers
-
175 Solvers
More from this Author29
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!