finverse for function handle
이전 댓글 표시
Do anyone know how to manage the computation of the inverse of a function handle?
댓글 수: 1
John D'Errico
2018년 3월 29일
If we are being asked to know how to invert ANY possible function handle, thus solve any possible problem, the answer is it is not possible.
If an inverse theoretically exists, then you MAY be able to use fsolve or fzero. That would require the use of starting values, supplied by you. And the solution would be only as good as those starting values.
If by "inverse" you mean something completely different, such as compute the multiplicative inverse of the output of a function handle, then just write it as another function.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Stability Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!