linear interpolation code - interp1
3 ビュー (過去 30 日間)
古いコメントを表示
It is possible to access the source code of the function 'interp1, or someone know how to write it? thank you very much
0 件のコメント
回答 (1 件)
Stephen23
2018 年 3 月 23 日
"It is possible to access the source code of the function 'interp1,"
I doubt it, and even if you could get a copy it would be covered by your license, which restricts what you can do with it.
Note that the GNU Octave interp1 is a simple Mfile which you can read, copy, and edit.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!