Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
How can I solve complicate syms form function?
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi: I have sym form equation like below, and after integrate this equation, it only left variable 'phim', I have another column of numbers, so I want to solve this equation using that column, but when I use solve, matlab keep giving me error; error is 'Error using mupadengine/feval MuPAD error: Error: The second argument must be of form x or x = a..b. [int] Error in solve sol = eng.feval('symobj::solvefull',eqns,vars);'
so please help me figure out the problem
int(1/(863837598531475644350464*exp(-37*phi) - 863837598531475644350464*exp(-37*phim) + 120399999999999995805696*cosh(phi) - 120399999999999995805696*cosh(phim) + 31961991145664596693483520*exp(phi) - 31961991145664596693483520*exp(phim))^(1/2), phi == phim..11/2)
댓글 수: 0
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!