Anonymous functions use a block of code as a value, defining it as an inline function without a name.
Is there a good reason to choose between using inline functions vs anonymous functions in MATLAB? This exact question has …
matlab anonymous-function inline-functions