fzero use with offset
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi,
is it possible to make an offset with fzero?
I have a function where I found the root with fzero. Now I want to use the same function but with an offset and let fzero compute the root of the function + offset.
Is this possible somehow?
Thank you for your help.
댓글 수: 1
Torsten
2016년 1월 25일
Define a new function to be your old function plus the offset and call fzero again with this new function.
Best wishes
Torsten.
채택된 답변
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!