I am confused with fsolve!
조회 수: 3 (최근 30일)
이전 댓글 표시
Hello,
It seems simple for you but I am confused with fsolve! Please provide a solution to my question.
I am looking for a and b?
F = @(a, b) [2*a - b - exp(-a); -a + 2*b - exp(-b)];
ans=fsolve(F,[0,0])
By substituting a and b with x(1) and x(2) everything is okay, but I dont want to this. What should I add to my code?
Regards, V.G.
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!