Projects
Projects can help you organize your work and collaborate. Use projects to find files required to run your code, manage and share files and settings, and interact with source control. For more information about projects, see Create Projects and watch Using Projects to Collaborate, Track, and Merge Changes and Perform Code Reviews (4 min, 50 sec).
Not all Projects functionalities are available in MATLAB® Online™.
Functions
Tools
Dependency Analyzer | Visualize dependencies, find required files, and assess the impact of changes (Since R2023a) |
Objects
Topics
- Create Projects
Create projects in MATLAB to organize and share your work with others.
- Manage Project Files
Add, move, rename, and open project files and folders.
- Componentize Large Projects
Organize large projects using referenced projects.
- Share Projects
Package and share projects as zip files, by email, as a toolbox, or by making it publicly available on a connected source control tool.
- Check for Compatibility Issues Using Project Upgrade
Check for compatibility issues or upgrade your project to the current MATLAB release.
- Analyze Project Dependencies
Find required files for a whole project or for specified files, resolve problems, and control options for add-ons and incremental analysis.
- Use Source Control with Projects
Update, commit, merge changes, and view revision history directly from the project environment.
- Clone Remote Git Repository into New Project
Clone a remote Git™ repository to create a local copy of a project.
- Identify and Run Tests in MATLAB Projects
Identify and run tests in MATLAB projects.
- Determine Order for Resolving Conflicts Using Dependency Analyzer
Use the Dependency Analyzer to determine the resolve merge conflicts order in a project.
- Continuous Integration Using MATLAB Projects and Jenkins
Set up your project for CI in Jenkins® and reduce test suite runtime using dependency cache.