How to set x axis in a plot?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Fabian Moreno
el 28 de Nov. de 2021
Comentada: Fabian Moreno
el 28 de Nov. de 2021
Hello, I would like to know if is possible to set the X- axis like the plot that I loaded. I make the x-axis in pain just as an example of what I would like to do.
0 comentarios
Respuesta aceptada
Más respuestas (1)
Image Analyst
el 28 de Nov. de 2021
rgbImage = imread('peppers.png');
imshow(flipud(rgbImage), 'XData', 1:8, 'YData', 14:22);
axis('on', 'xy')
0 comentarios
Ver también
Categorías
Más información sobre Annotations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!