how to change labels on jpg image?

4 visualizaciones (últimos 30 días)
Milenko
Milenko el 7 de Jul. de 2014
Respondida: Image Analyst el 7 de Jul. de 2014
My idea was:
load('vel1.jpg')
pim=vel1.jpg
xlabel('distance(km)')
ylabel('depth(km)')
C = colorbar('location','EastOutside');
set(get(C,'XLabel'),'String','velocity(m/s)')
Does not work, so I want the same image just with new xlabel and ylabel.

Respuestas (1)

Image Analyst
Image Analyst el 7 de Jul. de 2014
Same as what? What is the pim variable? How are you displaying the image(s), if at all?

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by