MATLAB: HOW TO MAKE FUNCTION HANDLING PROPERLY IN DIFFERENT MATLAB FILES

functionsMATLABmatlab function

i have two functions fun1 & fun2.Each functions are stored in different matlab scripts.m(two matlab files).
And i want to use both matlab files in another files with function paramters.
Help me ,how to call these functions in another matlab file

Best Answer