combplot
Versione 1.0.0.0 (1,62 KB) da
Toby Driscoll
Copies axes from existing figures into a single new figure window.
This is an "after the fact" way to use SUBPLOT. For example:
close('all'), ezplot('sin(t)')
figure, ezplot('cos(t)')
figure, ezplot('sin(t)+cos(t)')
combplot(1:3,[3 1])
This puts three plots into a vertical orientation in a new figure.
Cita come
Toby Driscoll (2025). combplot (https://it.mathworks.com/matlabcentral/fileexchange/3147-combplot), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R13
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Scopri di più su Subplots in Help Center e MATLAB Answers
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 1.0.0.0 |
