Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

Problems with functions plot

2 views (last 30 days)
Virginia
Virginia on 2 Jul 2013
Closed: MATLAB Answer Bot on 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 Comment
Youssef  Khmou
Youssef Khmou on 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 .

Answers (0)

This question is closed.

Community Treasure Hunt

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

Start Hunting!