Create an alias of a built-in function name.
Goal is to alias asb with abs for dyslexic typers.
The test suite will be
%% global asb; k=-randi(10); y=make_alias(1); assert( isequal ( abs (k), asb (k) ) ) % End of test
My solution uses "global asb" inside the make_alias function.
Purpose: Some names may be long and substituted by short names.
My personal nemesis is figrue.
I want an auto-correct option in the editor for a custom wordlist.
My second nemesis: function9x). MATLAB should know I meant function(x)
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers30
Suggested Problems
-
6984 Solvers
-
295 Solvers
-
Are all the three given point in the same line?
603 Solvers
-
10436 Solvers
-
Detect a number and replace with two NaN's
200 Solvers
More from this Author305
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
I'll take one of these for "spritnf" please...