A subplot with a numerical value

조회 수: 4 (최근 30일)
Ahmed Abdulla
Ahmed Abdulla 2020년 6월 8일
답변: Fangjun Jiang 2020년 6월 8일
Ive seen the following figure and i wanted to ask if it was possible to have a subplot with only a value like half of the figure. I was able to generate the scatter plots easily but i struggled to generate subplots with just a numerical value
  댓글 수: 2
madhan ravi
madhan ravi 2020년 6월 8일
Example ?
Ahmed Abdulla
Ahmed Abdulla 2020년 6월 8일
As shown in the figure by the numbers in red and green, the subplot only contains the numerical value. Thats what im aiming to get

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

채택된 답변

Fangjun Jiang
Fangjun Jiang 2020년 6월 8일
s=subplot(3,3,9);
set(s.XAxis,'visible','off');
set(s.YAxis,'visible','off');
t=text(0.5,0.5,num2str(1.2),'color',[1 0 0]);

추가 답변 (0개)

카테고리

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

태그

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by