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

 Respuesta aceptada

Ameer Hamza
Ameer Hamza el 7 de Mayo de 2018

0 votos

Plot using
plot(Ln, Wn)

2 comentarios

flemingtb
flemingtb el 7 de Mayo de 2018
that was easy...thank you.
Ameer Hamza
Ameer Hamza el 7 de Mayo de 2018
You are welcome.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Interactive Control and Callbacks en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 7 de Mayo de 2018

Comentada:

el 7 de Mayo de 2018

Community Treasure Hunt

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

Start Hunting!

Translated by