Creazione della documentazione e integrazione delle toolbox
Quando si condivide il codice con altri, è anche possibile creare testi guida e documentazione che vengono visualizzati insieme al contenuto di MathWorks®.
Inoltre, è possibile configurare alcuni aspetti dell'ambiente di MATLAB® per gli utenti finali utilizzando i punti di estensione. Ad esempio, aggiungere elementi alla barra di accesso rapido, aggiungere voci al menu contestuale o personalizzare la modalità di visualizzazione dei tipi di file.
Funzioni
Argomenti
- Add Help for Your Program
Add help text to your program that displays in the Command Window when you use the
helpfunction. - Customize Code Suggestions and Completions
To customize code suggestions and completions for your functions, provide MATLAB with information about your function signatures.
- Extend MATLAB Using Extension Points
Create a JSON file to define extension points that extend MATLAB. (Da R2025a)
- Create Factory Settings for Toolboxes
Create factory settings that can be used to customize the appearance and behavior of the toolbox after installation.