how would i find a postive root
古いコメントを表示
回答 (1 件)
Giorgos Papakonstantinou
2015 年 3 月 4 日
Quickly you can do this:
func = @(x) tanh(2.*x)./(2.*x) -0.7
fzero(func, 1)
カテゴリ
ヘルプ センター および File Exchange で Octave についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!