Best methods for creating custom component libraries and sharing them amongst mutliple users.

3 次查看(过去 30 天)
My organization has a number of individual Simulink component models that individuals have created to simulate a number of different components. We would like to build a universal component library housing all these components, allowing them to be shared and included in various larger modeling projects.
I'm particularly interested in any information related to version and access control. We've been using Git thus far. Are there better options available for this? Any insight from those who have assembled or worked with an organization-wide component library is appreciated. I don't have much experience in this area, so any insight into the options available and what I could be exploring is appreciated.

回答(1 个)

Benjamin Thompson
Benjamin Thompson 2022-3-14
MATLAB supports GIT or SVN. You could use others but there is no MATLAB integration.
Usually a Simulink Project is the best way to connect what is being done in your repository to your own work locally, if you want to work in the MATLAB environment as much as possible.
Wikipedia has a general comparison article for different source control tools.

类别

Help CenterFile Exchange 中查找有关 Create Large-Scale Model Components 的更多信息

产品


版本

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by