Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Problems with functions plot

1 Ansicht (letzte 30 Tage)
Virginia
Virginia am 2 Jul. 2013
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
Hi, I have this functions: TT=0:0.005:15*To;
Ar=(TT<To).*(alfa*fi*Ao*((1+(TT/To)*(beta-1))))+((TT>=To)&(TT<=Tas)).*(alfa*fi*beta*Ao)+(TT>Tas).*(alfa*fi*beta*Ao*(TT/Tas).^-pp);
Ad=((TT>=0)&(TT<Tmas)).*((alfa*fi*Ao*(1+(TT/Tmas)*(beta-1)))/(1+(R-1)*(TT/Tmas).^cc))+((TT>=Tmas)&(TT<=Tas)).*(alfa*fi*beta*Ao/R)+(TT>Tas).*((alfa*fi*beta*Ao/R)*(TT/Tas).^-pp);
Both of them should start at the same point with a curve, however the second function 'Ad', has a problem and it draws a straight line instead of the curve it should be, I already checked the equation and it's ok, but I don't know if there is any other problem with variables that I don't know about.
  1 Kommentar
Youssef  Khmou
Youssef Khmou am 3 Jul. 2013
hi Virginia,
i can not verify because i need to know the constants To,Tmas,alpha, fi,cc,Ao,beta,R and pp .

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by