I have a dozen of scripts already and I want to group them under folders to deal with them with more ease. How could I do it? Does Matlab includes Packet hierarchy? If it does, I cannot find how to use :(.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Yes, Matlab uses package directories for that. Group the files in a directory starting with a
then, in your main script,
or
This is basically Matlab's implementation of the concept of namespaces. |
|||
|
|