How can I do 1-D interpolation with INTERP1 to find the nearest value to the left of the point (i.e. a zero-order hold curve) in MATLAB?
Mostra commenti meno recenti
I want to do 1-D interpolation such that the interpolated value for a given point will be equal to the value of the point which is closest and on the left (i.e., smalller than the given point) of the data set. 'Nearest' method of INTERP1 function does not work as I want since the nearest point might be to the right of (i.e., larger than) the given point.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Matrices and Arrays in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!