I\'m a little surprised that MATLAB doesn\'t have a Map function, so I hacked one together myself since it\'s something I can\'t live without. Is there a better version out
You don't need map since a scalar-function that is applied to a list of values is applied to each of the values and hence works similar to map. Just try