Problema argomenti non sufficienti

di il
3 risposte

Problema argomenti non sufficienti

Buon giorno a tutti,
mi sto da poco cimentando nel mondo di matlab e volevo chiedervi perchè facendo partire il programma qua sotto mi da come errore ("not enough input argoments"). Grazie a tutti per l'attenzione.
Daniele function freq = quesito5(G,C)
d=1;
Y = C;
aum=0;
dim=0;
inv=0;
while(d<=G && c>0)
r=rand;
if(C>Y)
Y=C;
if(r<=0.5)
C=C+C*1.03;
aum=aum+1;
elseif(r>0.7)
C=C_C*0.99;
dim=dim+1;
else inv=inv+1;
end
elseif(c==Y)
if(r<=0.5)
C=C*1.01;
aum=aum+1;
else C=C*0.99;
dim=dim+1;
end
else Y=C;
if(r<=0.3)
C=C*1.02;
aum=aum+1;
elseif (r>0.5)
C=C*0.98;
dim=dim+1;
else inv=inv+1;
end
end
d=d+1;
end
tot=aum+dim+inv
freq=[aum/tot, dim/tot, inv/tot]
end

3 Risposte

Devi accedere o registrarti per scrivere nel forum
3 risposte