9K Descargas
Actualizado
20 ene 2006
Sin licencia
Allows to control the distance between subplots, add labels on rows/columns only and more.
% simple example:
subplot1(2,3);
subplot1(1); plot(rand(10,1));
subplot1(2); plot(rand(10,1));
...
Citar como
Eran Ofek (2024). An improved subplot function (https://www.mathworks.com/matlabcentral/fileexchange/9694-an-improved-subplot-function), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R14SP3
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
- MATLAB > Graphics > Formatting and Annotation > Axes Appearance > Combine Multiple Plots > Subplots >
Más información sobre Subplots en Help Center y MATLAB Answers.
Etiquetas
Agradecimientos
Inspiración para: Spectral acceleration, velocity and displacement spectra, subtightplot
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
Versión | Publicado | Notas de la versión | |
---|---|---|---|
1.0.0.0 |