Feeds
提问
Display matrix and string
Hi, I want to display something like this: 1 2 3 1 x'(t) = 4 5 6 * x(t) + 2 * u(t) ...
11 years 前 | 1 个回答 | 0
1
个回答提问
integration of a matrix
Hi, I want to integrate a matrix. Here is my code: syms s T x= vpa((s*I-A)^(-1)) Ad = ilaplace(x,s,T) ...
11 years 前 | 0 个回答 | 0
0
个回答提问
fraction to decimal conversion
Hi, I want to calculate with my matrix A: I = [ 1 0 0 0 1 0 0 0 1 ]; A = ...
11 years 前 | 1 个回答 | 1
