How to use chebop function?
12 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Mohamed Hajjaj
il 14 Apr 2021
Commentato: Bjorn Gustavsson
il 16 Apr 2021
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 Commenti
Risposta accettata
Bjorn Gustavsson
il 14 Apr 2021
Modificato: Bjorn Gustavsson
il 14 Apr 2021
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 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!