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.
Post History
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-packag...
Answer
#1: Initial revision
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 name, but placed in different directories, like so: ```none <root>/utils/+pkg_foo/find_data.m <root>/apps/+pkg_foo/plot_data.m ```