How to add a black border to a Title ploted

4 次查看(过去 30 天)
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
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