How to add a black border to a Title ploted

조회 수: 4 (최근 30일)
Yuliano Moscoso Yarin
Yuliano Moscoso Yarin 2019년 8월 17일
댓글: Yuliano Moscoso Yarin 2019년 8월 18일
Hello ,
I'm trying to add a black border around the yellow title letters to better visibility, is that possible?.
Thanks.
Yuliano
yellowtitle.PNG

답변 (1개)

KALYAN ACHARJYA
KALYAN ACHARJYA 2019년 8월 17일
편집: KALYAN ACHARJYA 2019년 8월 17일
You can do it in multiple ways
image1=imread('test_image.png');
image1(:,1:20,:)=0;
image1(:,end-20:end,:)=0;
image1(1:20,:,:)=0;
image1(end-20:end,:,:)=0;
imshow(image1)
1234.png
  댓글 수: 1
Yuliano Moscoso Yarin
Yuliano Moscoso Yarin 2019년 8월 18일
Thank you for the fast respond , just to be curious is that possible that the border could be around the letters only ?.

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

카테고리

Help CenterFile Exchange에서 Formatting and Annotation에 대해 자세히 알아보기

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by