interp1 find values at axis zero problem The grid vectors must contain unique points.
Show older comments
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 Comments
JESUS DAVID ARIZA ROYETH
on 15 Feb 2020
what is the problem with the third dataset?
Asliddin Komilov
on 15 Feb 2020
Rik
on 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
on 16 Feb 2020
I checked the data, it all runs fine.. no duplicate data
Accepted Answer
More Answers (1)
Asliddin Komilov
on 16 Feb 2020
0 votes
Categories
Find more on Scatter Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!