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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 2 | 0