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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0
