how can i make subplots larger without manually stretching them ?
Mostrar comentarios más antiguos
Hi,
how can I make my plot larger (equally without manually doing that)?
like such plot ?
thanks in advance

Respuesta aceptada
Más respuestas (1)
Image Analyst
el 2 de Ag. de 2021
0 votos
Use the tiledlayout and nexttile functions to create a configurable tiling of plots. The configuration options include:
- Control over the spacing between the plots and around the edges of the layout
- An option for a shared title at the top of the layout
- Options for shared x- and y-axis labels
- An option to control whether the tiling has a fixed size or variable size that can reflow
Categorías
Más información sobre Subplots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!