subplot() vs tiledlayout() - MATLAB

 I learned about tiledlayout() earlier this year. I was exporting figures from MATLAB as svg files and importing them into Inkscape. I found that there was a lot of unnecessary space between the plots and around them within the figures. tiledlayout() allowed me to remove this unnecessary space. 

When I was making figures, I had data that needed a for loop. I found out that if I wanted to use a specific layout(dim x dim), I had to define one for each iteration. There are still some ways to edit a figure that I need to review, but I hope to continue using tiledlayout() over subplot(). 

Comments

Popular posts from this blog

Modifying PDF contrast with Inkscape

Making a website with a blog? Not sure yet