The MATLAB builtin "LOAD" can be called using an argument (the filename) and it modifies the workspace by adding the loaded variable, even if there are no output arguments to the function.
I want to do the same with a custom function.
So I want to implement a custom load function, how do I do this?