Is it possible to define more than one function per file in MATLAB, and access them from outside that file?

When I was studying for my undergraduate degree in EE, MATLAB required each function to be defined in its own file, even if it was a one-liner. I’m studying for a graduate degree now, and I have to write a project in MATLAB. Is this still a requirement for newer versions of MATLAB? If it … Read more