Info

此问题已关闭。 请重新打开它进行编辑或回答。

Problems with functions plot

3 次查看(过去 30 天)
Virginia
Virginia 2013-7-2
关闭: MATLAB Answer Bot 2021-8-20
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 个评论
Youssef  Khmou
Youssef Khmou 2013-7-3
hi Virginia,
i can not verify because i need to know the constants To,Tmas,alpha, fi,cc,Ao,beta,R and pp .

回答(0 个)

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by