find t and Use a graphical method to locate the initial estimate

find t and Use a graphical method to locate the initial estimate
x = t*v*exp(-w*t)
v = 4.8626;
w = 4.4721;
x=0.17;

답변 (1개)

KSSV
KSSV 2019년 9월 4일
syms t ;
v = 4.8626;
w = 4.4721;
x=0.17;
f = x - t*v*exp(-w*t)==0 ;
s = double(solve(f)) ;

카테고리

도움말 센터File Exchange에서 Simulink Design Optimization에 대해 자세히 알아보기

제품

질문:

2019년 9월 4일

댓글:

2019년 9월 4일

Community Treasure Hunt

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

Start Hunting!

Translated by