Feeds
提问
Extracting element values from a matrix in Simulink
I have a covariance matrix P(k) that's [2x2] I want to read the values of the diagonal elements with a scope. I was wondering ho...
10 years 前 | 1 个回答 | 0
1
个回答提问
How to store two signal inputs into a matrix or vector?
I have a system input and output, u(k-1) and y(k-1) and I wish to have them in the form [u(k-1);y(k-1)] To allow me to do matri...
10 years 前 | 1 个回答 | 0
1
个回答提问
Simulink and doing x(k)= x(0) + 2
In simulink I wish to perform. x(k)= x(0) + 2; I know how to initialize variables Using MATLAB command prompt, via x=0. But I d...
10 years 前 | 1 个回答 | 0
