Undefined funcion 'bspline_f'

1 回表示 (過去 30 日間)
luis fontana
luis fontana 2019 年 3 月 24 日
回答済み: John D'Errico 2019 年 3 月 24 日
code:
[u1,v1]=bspline_f(degree,Px,230);
[u2,v2]=bspline_f(degree,Py,230);
temp = [u1;v1;u2;v2];
erro:
Undefined function 'bspline_f' for input arguments of type 'double'.
Error in New (line 153)
[u1,v1]=bspline_f(degree,Px,230);

回答 (1 件)

John D'Errico
John D'Errico 2019 年 3 月 24 日
which bspline_f
'bspline_f' not found.
It does not appear that bspline_f is a part of MATLAB. That is, it is apparently not supplied by The MathWorks.
Did you write it? (Probably not, since Google finds at least one reference to it, by someone other than you.) In fact, I find exactly those lines of code written inside this .pdf file.
You probably found that same paper, and now want to run their code. Unfortunately, that link does not show the actual code for bspline_f as a function, nor do the references seem to be informative. So you might try contacting the author of that document (Eddie Nilsson).

カテゴリ

Help Center および File ExchangeSplines についてさらに検索

タグ

製品


リリース

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by