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);

 Réponse acceptée

Ameer Hamza
Ameer Hamza le 7 Mai 2018

0 votes

Plot using
plot(Ln, Wn)

2 commentaires

flemingtb
flemingtb le 7 Mai 2018
that was easy...thank you.
Ameer Hamza
Ameer Hamza le 7 Mai 2018
You are welcome.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Interactive Control and Callbacks dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by