array of interpolant created with csape
2 ビュー (過去 30 日間)
古いコメントを表示
Hello,
How can I create an array with 2 indexes containing objects created with csape, something like: f{a,b}=csape({u,v,w},z);
The line above is accepted by matlab but if I call fnval I get an error: fnval(f{a,b},x) gives: Error using fn2fm (line 54) Input is not a function.
Thanks
0 件のコメント
回答 (1 件)
Muthu Annamalai
2013 年 7 月 3 日
Looks like MATLAB function csape needs a first argument as a function handle!
2 件のコメント
参考
カテゴリ
Help Center および File Exchange で Spline Postprocessing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!