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
Solution Comments
Show commentsProblem Recent Solvers29
Suggested Problems
-
Given two arrays, find the maximum overlap
1725 Solvers
-
Rotate and display numbered tile
379 Solvers
-
Cody Computer Part 2 - Get the license number of Cody Computer
67 Solvers
-
"Low : High - Low : High - Turn around " -- Create a subindices vector
583 Solvers
-
Replace all zeros and NaNs in a matrix with the string 'error'
103 Solvers
More from this Author309
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...