How to use chebop function?
10 ビュー (過去 30 日間)
古いコメントを表示
Mohamed Hajjaj
2021 年 4 月 14 日
コメント済み: Bjorn Gustavsson
2021 年 4 月 16 日
When I try to input
>> a = chebop(-1,1);
the result was:
Undefined function 'chebop' for input arguments of type 'double'.
I'm working on windows 32 bit, and no result when searching for the function "chebop" in help.
I do not understand the problem?
0 件のコメント
採用された回答
Bjorn Gustavsson
2021 年 4 月 14 日
編集済み: Bjorn Gustavsson
2021 年 4 月 14 日
Have you installed the chebfun package? Have you added the chebfun install directory to the matlab-path?
If you have it installed but not on the matlab-path try something like this:
chebfunroot = '/home/bjorn/matlab/Local/Numerics/chebfun-master'; % for my case
addpath(chebfunroot)
If it is not installed install the toolbox first...
HTH
2 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!