I have an .m file which includes many functions. I want to be able to call some of these functions from other .m files. How can I do that in matlab? - I do not want to have to write each function in a separate .m file . I want a way to declare the functions that I want to access from other .m files, just as in c programming. Can I do that in matlab?

0

There are 0 best solutions below