Prestazioni grafiche
Ottimizzare il codice per il miglioramento della prestazione
Utilizzare le tecniche di codifica per vettorializzare il codice e gestire gli oggetti in modo efficiente. Impostare le proprietà di oggetti specifici, quali linee e immagini, per bilanciare il tempo di rendering con i dettagli visivi.
Funzioni
drawnow | Update figures and process callbacks |
rendererinfo | Graphics renderer information |
Argomenti
- Improve Graphics Performance
Improve the time it takes to update charts and display animations.
- Optimize Code for Getting and Setting Graphics Properties
Certain properties have dependencies on the value of other properties.
- Avoid Updating Static Data
If only a small portion of the data defining a graphics scene changes with each update of the screen, you can improve performance by updating only the data that changes.
- System Requirements for Graphics
All systems support most of the common MATLAB® graphics features.