2021b Tiled Layout keeps its title

조회 수: 3 (최근 30일)
Heekwon No
Heekwon No 2021년 10월 7일
댓글: Cris LaPierre 2022년 2월 23일
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개)

Cris LaPierre
Cris LaPierre 2021년 10월 9일
Please report this here.
  댓글 수: 3
Heekwon No
Heekwon No 2022년 2월 23일
편집: Heekwon No 2022년 2월 23일
The R2021b update 3 is still not showing up for me so far neither be available to install whole Matlab SW.
Cris LaPierre
Cris LaPierre 2022년 2월 23일
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.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Entering Commands에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by