interp1 find values at axis zero problem The grid vectors must contain unique points.
1 回表示 (過去 30 日間)
古いコメントを表示
Asliddin Komilov
2020 年 2 月 15 日
回答済み: Asliddin Komilov
2020 年 2 月 16 日
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 件のコメント
Rik
2020 年 2 月 15 日
Have you checked if all the values are unique? You can make them unique by adding eps to one of the duplicates.
採用された回答
Walter Roberson
2020 年 2 月 16 日
The below entry numbers ignore the header line (so they refer to array indices)
Entry #102 occurs again at #111
Entry #105 occurs again at #108
Entry #113 occurs again at #128
Entry #101 occurs again at #117 and #119
0 件のコメント
その他の回答 (1 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!