シンボリック関数を使用したシンボリック行列の要素を参照する方法
Mostrar comentarios más antiguos
syms x(t) [2 3]
>>

この場合にx(t)の1列目、すなわち
>>

を参照する方法はありますか?
x(t)(:,1)
>>配列のインデックス付けが無効です。
などとなってしまいます。
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Symbolic Math Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!