root of nonlinear equation
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Lidaou Ali
am 28 Mär. 2020
Kommentiert: Lidaou Ali
am 28 Mär. 2020
i am working on an electical concepts design problem for a emergency exit door release mechanism. I solved the circuit and found that i(t)=0.25*e^(-t/8c)*cos(t/8c)
i want i(t)=0.1 at t=3 sec
i got the code but it doesnt work
%ft=0.25*exp(-3/c)*cos(3/(8*c))-0.1;
%c= fzero(ft,3);
but i cant get result for c
can someone help me?
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Nonlinear Analysis finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!