Putting a code open source
Afficher commentaires plus anciens
I'm writing a big materials simulator with Matlab and want to release it open source thorough the University website and a dedicated one, is there a specific pathway?
1 commentaire
Mike Croucher
le 25 Juin 2025
The suggested pathway these days is
- Put the code on GitHub. Consider this your development version
- Link it to File Exchange to help MATLAB users discover and install it more easily. This can be done automatically.
- Ensure that there are some 'Open in MATLAB Online' badges linked to apps or live scripts that clearly demonstrate how to use your simulator.
Réponse acceptée
Plus de réponses (1)
Hans Scharler
le 20 Juil 2020
Modifié(e) : Hans Scharler
le 20 Juil 2020
3 votes
You can share your open source MATLAB project via GitHub and then peer it to File Exchange. This will get you maximum reach and the project is installable from MATLAB Add On Explorer.
Catégories
En savoir plus sur Manage Products dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!