You are on page 1of 1

function sys = linear_system_ident()

disp_student_information();
pause(3);
disp('------------$ SISO system identification: $------------');
disp(' * Linear.');
disp(' * Discrete-time.');
disp(' * Uncertainty.');
disp(' '); disp(' ');
disp('Using first value as default?');
K = upper(input('Yes / No(Y/N): ','s'));
if K == 'Y'
sys = system_ident_d();
else
sys = system_ident_x0();
end;
end
function [] = disp_student_information()
disp('-----------------$ Automatic Control Theory $-----------------');
disp('1. Ha duc Minh

20081722 DKTD2-K53');

disp('2. Duong Ngoc Quang


disp(' continue ...');
end

2008xxxx DKTD2-K53');

You might also like