Clear Filters
Clear Filters

I want to see the answers of multi equations, equations are in m file

1 view (last 30 days)
Sorry for poor English.I have 12 equations and 12 parameters, I tried to solve it with Matlab, but I cant see any answer, (warning: Explicit solution could not be found), m file is attached

Accepted Answer

Mischa Kim
Mischa Kim on 12 Jun 2014
Edited: Mischa Kim on 12 Jun 2014
Alireza, add
syms a b c d e f g h i j k l
in front of the solve command.
>> S.a
ans =
0.098928114342161586610430529352684

More Answers (0)

Community Treasure Hunt

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

Start Hunting!