Interpolation gives NAN output
1 回表示 (過去 30 日間)
古いコメントを表示
I have one array with height values and another with density.
Height = [386.5 446.1 526.6 621.5 660.6 711.4 734.9 792.8 810.2 817.9 893.7 1136.8 1317 1420.2 1426.2]
Density = [1.216 1.203 1.194 1.182 1.178 1.171 1.169 1.161 1.160 1.160 1.151 1.122 1.101 1.091 1.091]
I want to interpolate, so I can find the density of any heights. F.eks find the density at 500m. I have tried to do this:
Out = interp1(Height,Density,500);
But this only gives NAN numbers as output. I really cant understand, because I tried exactly the same earlier, and then it worked.
0 件のコメント
採用された回答
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Resizing and Reshaping Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!