How can I get the interpolated value of and array
25 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
ricard molins
el 13 de Mayo de 2015
Comentada: ricard molins
el 13 de Mayo de 2015
I have 2 arrays, one with distances and one with heigth.
heigth = [10 20 30 40]
distance = [1 2 3 4]
I want to be able to get the heigth at any given value from 1 to 4. The main idea is to be able to do:
getHeigth(1.5) --> 15
0 comentarios
Respuesta aceptada
Más respuestas (2)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!