root of nonlinear equation
조회 수: 6 (최근 30일)
이전 댓글 표시
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
채택된 답변
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Nonlinear Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!