Multiplication of matrix including function with vectors

2 次查看(过去 30 天)
Could anyone help me with that:
syms SI(s) V(s) v(s) G(s)
C = [-1; -1];
SI(s) = [s 0
0 s];
A = [-3 2 ;-2 1];
B = [2; 1];
V(s) = minus(SI,A);
v(s) = inv(V);
G(s) = C.*v.*B
ilaplace(G)
The answer should be only one function G(t), but I am getting a 2x2 matrix with four functions G(t).

采纳的回答

Matt J
Matt J 2020-11-13
编辑:Matt J 2020-11-13
G(s) = C.' * v * B

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 MATLAB 的更多信息

产品


版本

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by