How to add a black border to a Title ploted

4 visualizaciones (últimos 30 días)
Yuliano Moscoso Yarin
Yuliano Moscoso Yarin el 17 de Ag. de 2019
Comentada: Yuliano Moscoso Yarin el 18 de Ag. de 2019
Hello ,
I'm trying to add a black border around the yellow title letters to better visibility, is that possible?.
Thanks.
Yuliano
yellowtitle.PNG

Respuestas (1)

KALYAN ACHARJYA
KALYAN ACHARJYA el 17 de Ag. de 2019
Editada: KALYAN ACHARJYA el 17 de Ag. de 2019
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 comentario
Yuliano Moscoso Yarin
Yuliano Moscoso Yarin el 18 de Ag. de 2019
Thank you for the fast respond , just to be curious is that possible that the border could be around the letters only ?.

Iniciar sesión para comentar.

Categorías

Más información sobre Formatting and Annotation en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by