how can i rescale ths axes of 2-D graph so the x-axis and the y-axis coordinates are: -4,-2,0,2,4?

1 Ansicht (letzte 30 Tage)
thanks.

Antworten (1)

Muruganandham Subramanian
Muruganandham Subramanian am 10 Dez. 2012
Are you expecting this:
figure;
xlim([-4 4])
ylim([-4 4])
  2 Kommentare
Muruganandham Subramanian
Muruganandham Subramanian am 10 Dez. 2012
Bearbeitet: Muruganandham Subramanian am 10 Dez. 2012
then goto Edit -> Axes Properties -> then select X axis then click More Properties in Axis Rulers -> Xtick delete data(i.e. -3 -1 1 3). Repeat the same from instead of X axis, Use Y axis

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by