Info

This question is closed. Reopen it to edit or answer.

How can I solve complicate syms form function?

1 view (last 30 days)
Subinuer
Subinuer on 24 Jun 2014
Closed: MATLAB Answer Bot on 20 Aug 2021
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)

Answers (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!