hello professinals suggest me matlab code

1 回表示 (過去 30 日間)
rjnt Kaur
rjnt Kaur 2013 年 4 月 14 日
help me how to write or send me matlab code for e*dp-kp1*kp2(p-1)=1....if this equation then display e and kp2 where dp,kp1 and p are previously calculated...if possible tell me how to make loop for such equation to get the vaue of e and kp2

回答 (1 件)

Youssef  Khmou
Youssef Khmou 2013 年 4 月 14 日
編集済み: Youssef Khmou 2013 年 4 月 14 日
hi,
you have one equation and two unknowns !
Example :suppose you only have one unknown e :
dp=2.5;
kp1=cos(10);
p=5.69;
kp2=4; % kp2 i known
F=@(e) e*dp-kp1*kp2*(p-1)-1
y=fslove(F,0)

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by