フィルターのクリア

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

3 ビュー (過去 30 日間)
ray helou
ray helou 2019 年 9 月 4 日
コメント済み: darova 2019 年 9 月 4 日
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)) ;

カテゴリ

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

製品

Community Treasure Hunt

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

Start Hunting!

Translated by