Project organization with submodules and referenced project
Show older comments
Good afternoon,
I'm trying to organize my project with atomic approach using submodules.
My architecture is the following:
I have two generic libraries Called A and B, A is referenced into B and B is referenced in any other library or project. I also have different device libraries, called C,D and E that referennce both A and B In the end I have the main application that reference A, B, C, D and E.
Using submodules and references, when i try to open the main application, the IDE will try to open a big number of different versions of A and B libraries.
My question is: there is a better way to share libraries into projects without creating this kind of opening chain? I want to be sure that the library A and B used by artifacts into any project are the same, to avoid models or library blocks that differ from one device library and another or the main application
Best regards.
Claudi0
Accepted Answer
More Answers (0)
Categories
Find more on Using MATLAB Projects in Simulink in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!