How to get query point for a particular known interpolated value?

17 vues (au cours des 30 derniers jours)
Lavnish Gupta
Lavnish Gupta le 4 Juin 2018
I have a 1-D array. Say, x=[1 2 3 4 5 6]. Corresponding to these x values I have, v=[12 34 45 78 89 97]. I want the value of x for which v=25. How can I achieve that? I guess its something with interpolation, can anybody help me with that?

Réponse acceptée

Stephen23
Stephen23 le 4 Juin 2018
>> interp1(v,x,25)
ans = 1.5909

Plus de réponses (0)

Catégories

En savoir plus sur Matrix Indexing dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by