Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Activity for zaenâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #288089 | Initial revision | — | over 1 year ago |
Answer | — |
A: Can Matlab packages have subdirectories? Well, minutes after posting my question, I found the disappointing answer: no. Original answer found on https://www.mathworks.com/matlabcentral/answers/184191-can-i-have-subdirectories-in-a-package-directory from Jim Svensson. His suggested workaround is to have multiple packages with the same ... (more) |
— | over 1 year ago |
Edit | Post #288088 | Initial revision | — | over 1 year ago |
Question | — |
Can Matlab packages have subdirectories? I'd like to organize my Matlab packages into folders. However, if I try to lay out my code like this ```none +MyPackage |---foo.m |---SubDir |---bar.m ``` then I'm unable to reach bar. For example, if the contents of foo.m are ```matlab function foo disp("foo") bar e... (more) |
— | over 1 year ago |