interp1 find values at axis zero problem The grid vectors must contain unique points.
Afficher commentaires plus anciens
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 commentaires
JESUS DAVID ARIZA ROYETH
le 15 Fév 2020
what is the problem with the third dataset?
Asliddin Komilov
le 15 Fév 2020
Rik
le 15 Fév 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
le 16 Fév 2020
I checked the data, it all runs fine.. no duplicate data
Réponse acceptée
Plus de réponses (1)
Asliddin Komilov
le 16 Fév 2020
0 votes
Catégories
En savoir plus sur Matrices and Arrays 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!