Antworten (1)

Giorgos Papakonstantinou
Giorgos Papakonstantinou am 4 Mär. 2015

0 Stimmen

One way to find the roots is described here. You can then exclude all the non-positive.
Quickly you can do this:
func = @(x) tanh(2.*x)./(2.*x) -0.7
fzero(func, 1)

Community Treasure Hunt

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

Start Hunting!

Translated by