Feeds
提问
How to remove LQR error ?
I am using LQR command in matlab for getting gain of matrix A=[-1 1;0 2]; B=[1;0]; Q=[1 0;0 1]; R=[1]; k=lqr(A,B,Q,R) ...
6 years 前 | 2 个回答 | 0
2
个回答提问
How to generate numbers between[-1 0] in for loop for half iterations and for other iterations it goes from [0 -1]
if I am using "for loop" and for that I want to generate numbers that are in ascending order between [-1 0] then after half of m...
10 years 前 | 2 个回答 | 0
2
个回答提问
Matlab command for generating random rational numbers between -1 and 0?
Anyone knows that how can I generate rational numbers between -1 and 0?
10 years 前 | 2 个回答 | 0