How to use interp1 in for loop?
Afficher commentaires plus anciens
I have a curve representing engine power. I have to find a particular value on this curve where my engine power curve intersects. This I have to find at each step ranging from 1 to 1875 values. I used interp1 function but it gives error that it requires atlas 2 values to compute. My x-axis is Engine Power (Torque multiplied speed) and y-axis has either speed/torque. When I enter this graph with my engine power i need the point where I can find exact value on curve so that I would know the torque and speed for the power. Hoping for a positive reply
2 commentaires
Muhammad Usman Saleem
le 24 Mar 2016
Modifié(e) : Muhammad Usman Saleem
le 24 Mar 2016
read documentations about interpolate1 it is interpolating data in one dimension. Please share data use and code you are trying
Akshay Apte
le 24 Mar 2016
Modifié(e) : Walter Roberson
le 24 Mar 2016
Réponses (0)
Catégories
En savoir plus sur MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!