interp1 find values at axis zero problem The grid vectors must contain unique points.
Mostra commenti meno recenti
Voc=interp1(I,V,0);
it is a simple code, it runs with the first 2 sets of data but it doesn't run with the third.
someone help.
thanks
4 Commenti
JESUS DAVID ARIZA ROYETH
il 15 Feb 2020
what is the problem with the third dataset?
Asliddin Komilov
il 15 Feb 2020
Rik
il 15 Feb 2020
Have you checked if all the values are unique? You can make them unique by adding eps to one of the duplicates.
Gifari Zulkarnaen
il 16 Feb 2020
I checked the data, it all runs fine.. no duplicate data
Risposta accettata
Più risposte (1)
Asliddin Komilov
il 16 Feb 2020
0 voti
Categorie
Scopri di più su Matrices and Arrays in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!