Progetti
I progetti possono aiutare a organizzare il lavoro e a collaborare. Utilizzare i progetti per trovare i file necessari all'esecuzione del codice, gestire e condividere i file e le impostazioni e interagire con il controllo della sorgente. Per ulteriori informazioni sui progetti, vedere Create Projects e guardare Using Projects to Collaborate, Track, and Merge Changes and Perform Code Reviews (4 min, 50 sec) (Usare i progetti per collaborare, tracciare e unire le modifiche, nonché eseguire le revisioni del codice (4 min, 50 sec)).
Non tutte le funzionalità di progetto sono disponibili in MATLAB® Online™.
Funzioni
Strumenti
Analizzatore delle dipendenze | Visualize dependencies, find required files, and assess the impact of changes (Da R2023a) |
Oggetti
Argomenti
- 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.