Feeds
질문
How to use system identification tool with multiple input and single output ?
I want to estimate various matrices (A,B,C) for state space model using ssest(data,nx) x[t+Ts] = Ax[t] + Bu[t]; y[t] = ...
8년 초과 전 | 답변 수: 0 | 0
0
답변질문
How to define a column vector whose elements are column vector?
I want to define a matrix like d=[ [1;2;3] ; [4;5;6] ; [7;8;9] ] such that d(1) gives a 3X1 matrix [1;2;3], but instead I am get...
8년 초과 전 | 답변 수: 2 | 0
2
답변질문
How to include control input (u(t)) while estimating state space parameters using estimate function ?
I am trying to estimate the matrices A(transition matrix),C(observation matrix)B,D.(please see this link http://in.mathworks.com...
8년 초과 전 | 답변 수: 1 | 0
