フィルターのクリア

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)
  1 件のコメント
Steven Lord
Steven Lord 2017 年 6 月 9 日
What is the full text (all the text in red) of the error message you receive when you run that code?

サインインしてコメントする。

採用された回答

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSymbolic Math Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by