plot scale is messed up

Wow i'm rusty... I'd like to interpolate for Wn over the range of Ln in the code below. Which it does but the plot 'X' axis is numbered from 1 to 25. Why doesn't it scale from 500 to 2500?
L = 500:500:2500;
W = [13 11 10 15 22];
Ln = 500:100:2500;
Wn = interp1(L, W, Ln);

 Risposta accettata

Ameer Hamza
Ameer Hamza il 7 Mag 2018
Plot using
plot(Ln, Wn)

2 Commenti

flemingtb
flemingtb il 7 Mag 2018
that was easy...thank you.
Ameer Hamza
Ameer Hamza il 7 Mag 2018
You are welcome.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Interactive Control and Callbacks in Centro assistenza 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