I have some MATLAB functions defined in .m files and I\'d like to import them into MATLAB (as in I\'d like to be able to call them as I do a built-in function). How can I do thi
You have to set the path. See here.