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)
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!