Clear Filters
Clear Filters

How to use function equationTomatrix in matlab2012 b.? it shows error for following code

1 view (last 30 days)
I have following symbolic variables
% T1 T2 T3
T = sym('T',[1 3])
Eqn = 3*T(1) - 5*T(2) + 2*T(3)==5
[A b]= EquationTomatrix(Eqn,T)

Accepted Answer

Walter Roberson
Walter Roberson on 9 Jun 2017
The routine name is equationsToMatrix with a lower-case 'e' and with plural 'equations'

More Answers (0)

Categories

Find more on Symbolic Math Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!