Undefined function or method 'plotcontour' for input arguments of type
Bonjour, je suis une débutante en Matlab et j'ai une erreur que je n'arrive pas à résoudre mon code est le suivant
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13
| fonction = @objgradbnew;
mu1=30;
lambda=30;
dim=2;
d=3;
pmin(1,1)=365/7;
pmin(1,2)=200;
pmax(1,1)=365/2;
pmax(1,2)=900;
nx=15;
ny=15;
plotcontour(fonction,pmin(1),pmax(1),nx,pmin(2),pmax(2),ny,5,1,yexp)
cible=zeros(1,dim); |
J'ai le message suivant qui apparaît :
Code:
1 2 3 4
| ??? Undefined function or method 'plotcontour' for input arguments of type 'function_handle'.
Error in ==> stochastique at 38
plotcontour(fonction,pmin(1),pmax(1),nx,pmin(2),pmax(2),ny,5,1,yexp) |
Pouvez vous m'aider je ne sais pas quoi faire???
d'avance merci