I've a huge project made in Matlab, it has 15-18 script files. It is becoming very challenging to understand the whole code. I was thinking if I can put some scripts in another folder, It will become very straightforward to understand and maintain the code. Is it possible to do that.
Consider the below directory structure 
How can I call a function from main.m placed in func.m in Folder 1.
