What is the closest thing MATLAB has to namespaces?
Posted
by rlbond
on Stack Overflow
See other posts from Stack Overflow
or by rlbond
Published on 2010-04-30T23:58:11Z
Indexed on
2010/05/01
0:57 UTC
Read the original article
Hit count: 242
We have a lot of MATLAB code in my lab. The problem is there's really no way to organize it. Since all the functions have to be in the same folder to be called (or you have to add a bunch of folders to MATLAB's path
environment variable), it seems that we're doomed have loads of files in the same folder, all in the global namespace. Is there a better way to organize our files and functions? I really wish there were some sort of module system...
© Stack Overflow or respective owner