How can solve the explicit equation by using matlab
조회 수: 2 (최근 30일)
이전 댓글 표시
채택된 답변
Torsten
2016년 4월 18일
fun=@(x)exp(-x.^2/2)./x.^3-1.39;
sol=fzero(fun,[0.5 1]);
Best wishes
Torsten.
댓글 수: 0
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!