2021b Tiled Layout keeps its title
Show older comments
If I run the following code in a live script multiple times (by pressing F5 or Ctrl + Enter), it shows a figure with overlapped titles on tile.
It happens after 3rd execution and continues. It wasn't like this in 2021a.
clear;
figure;
tile = tiledlayout('flow');
title(tile,'figure1');
nexttile;
plot(1,1,'o');
figure;
tile = tiledlayout('flow');
title(tile,'figure2');
nexttile;
plot(1,1,'o')

A bug? How can it be solved?
1 Comment
Duncan Carlsmith
on 10 Feb 2022
I have the same problem!
Answers (1)
Cris LaPierre
on 9 Oct 2021
0 votes
3 Comments
Cris LaPierre
on 17 Feb 2022
Following back up that this appears to be fixed in R2021b Update 3. The update showed up for me today, and upon updating, I am no longer able to reproduce this issue.
Heekwon No
on 23 Feb 2022
Edited: Heekwon No
on 23 Feb 2022
Cris LaPierre
on 23 Feb 2022
It is likely on a phased rollout. It will come. When you see a red dot on the notification bell (top right of MATLAB), that will indicate there is an update available.
Categories
Find more on Title 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!