I have a function.m file with the following Matlab function:
function t = operation(a) t = a*2; end
I would like to access this function from