how can i make subplots larger without manually stretching them ?
Show older comments
Hi,
how can I make my plot larger (equally without manually doing that)?
like such plot ?
thanks in advance

Accepted Answer
More Answers (1)
Image Analyst
on 2 Aug 2021
0 votes
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
Categories
Find more on Axes Appearance in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!