Help me solve this ASSIGNEMENT II a) A discrete system is described by the follo
ID: 2292239 • Letter: H
Question
Help me solve this
Explanation / Answer
Hello,
Please find the answer to the first question attached below. If the answer has helped you please give a thumbs up rating. Thank you and have a nice day!
NOTE: I have solved the first question using Matlab:
******* Matlab Code ******
%%%%%%%%%%%%%%%%%%%%%%%%%%
%% controllability and pole placement
A = [1 0.2;0.6 0.1]; % system parameters
B = [1;0];
C = [1 1];
D = 0;
clc;
p = [0.6 0.45]; % desired pole positions
L = place(A,B,p) % feedback matrix
**** Output ****
L =
0.0500 0.4917
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.