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 Solvers30
Suggested Problems
-
Find the numeric mean of the prime numbers in a matrix.
9153 Solvers
-
Remove the small words from a list of words.
1565 Solvers
-
Project Euler: Problem 3, Largest prime factor
1808 Solvers
-
Back to basics 23 - Triangular matrix
1135 Solvers
-
Create a square matrix of multiples
500 Solvers
More from this Author306
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...