Script live e funzioni
R2026aGli script live e le funzioni live sono file di programma utili per interagire con una serie di comandi di MATLAB®. Gli script live contengono output e grafica con il codice che li ha prodotti, insieme in un unico ambiente interattivo chiamato Live Editor. Le funzioni live offrono un'ulteriore flessibilità, consentendo di passare valori di input e restituire valori di output. È possibile aggiungere testo formattato, immagini, collegamenti ipertestuali ed equazioni agli script e alle funzioni live per produrre una narrazione interattiva che può essere condivisa con altri. Per maggiori informazioni, vedere Che cos'è uno script live o una funzione live?.
Per esplorare gli script live esistenti della comunità di MATLAB, vedere MATLAB Live Script Gallery (Galleria degli script live).
Funzioni
export | Convert live script or live function to standard format (Da R2022a) |
Argomenti
- Create Live Scripts
Create live scripts with formatted text, images, videos, hyperlinks, and equations, and view the generated output and graphics with the code that produced them.
- Che cos'è uno script live o una funzione live?
Gli script live e le funzioni live di MATLAB sono documenti interattivi che combinano codice MATLAB con output incorporato, testo formattato, equazioni e immagini in un unico ambiente chiamato Live Editor. Possono essere salvati utilizzando due diversi formati di file: un formato di file di Live Code binario (
.mlx) e un formato di file di Live Code in testo semplice (.m). - Create and Run Sections in Code
Divide MATLAB code files into sections and run all sections or run each section individually.
- Create Live Functions
Create live functions with formatted text, images, and equations.
- Add Help for Live Functions
Add help text to live functions that displays when you use the
helpanddocfunctions. - Add Interactive Controls to Live Scripts
Add sliders, spinners, drop-down lists, check boxes, edit fields, buttons, file browsers, color pickers, and date pickers to live scripts to control variable values interactively.
- Add Interactive Tasks to Live Scripts
Add tasks to live scripts to explore parameters interactively and generate code.
- Ways to Share and Export Live Scripts and Functions
Share live scripts and functions with other MATLAB users, or export them as PDF files, Microsoft® Word documents, HTML files, LaTeX files, Markdown files, or Jupyter® notebooks for viewing outside of MATLAB.
- Compare and Merge Live Scripts and Functions
View and merge changes between two live scripts or functions.
- Editor Keyboard Shortcuts
You can use several keyboard shortcuts to facilitate working with the Editor.
- Editor/Debugger Settings
Use Editor/Debugger settings to customize the Editor.







