Azzera filtri
Azzera filtri

change axis in image

7 visualizzazioni (ultimi 30 giorni)
Luis Isaac
Luis Isaac il 13 Giu 2019
Risposto: Suryaansh Mata il 18 Giu 2019
Dear
I have generate a 2D image using color map
untitled.jpg
The graphic repersent the modulus of a electric field, where horizontal axis represent a a radius and vertical axis a height.
I would like to change the labels of the axis from pixel values to (r,z) values. I've tried
axis([0 rmax zmax 0])
but do not work
How can I do this?
Thanks in avance!!

Risposte (1)

Suryaansh Mata
Suryaansh Mata il 18 Giu 2019
While making a plot using the plot command on MATLAB, we supply two arguments to the function plot(x,y). The labels displayed on the axis of the plot are precisely those values that are stored in x and y arrays. In order to change those, change the value in the x and y arrays.
Note- The size of x and y should be the same. There is a mapping between the indices of the two arrays which then gets plotted.

Categorie

Scopri di più su Visual Exploration in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by