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

1 次查看(过去 30 天)
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)

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Symbolic Math Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by