Skip to content

Commit

Permalink
Update animated_test_S2.m
Browse files Browse the repository at this point in the history
  • Loading branch information
attarmehran authored May 23, 2024
1 parent bf90011 commit a33f821
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions animated_test_S2.m
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
% Author: Mehran Attar
% Written: 10-December-2023
% Last update: --------------
% Last revision: 10-December-2023
% This codes simulates the proposed data-driven safety preserving control
% architecture in the presence of cyber attacks on the measurement channel.
% Written: 12-Jan-2024
% Last update: 23-May-2024
% Last revision: 23-May-2024
% This codes simulates a data-driven safety preserving control
% architecture in the presence of cyber attacks on the actuation channel.

%------------- BEGIN CODE --------------

Expand All @@ -26,7 +26,7 @@
Td_aug = load('Td_aug.mat').Td_aug;


sim_time = 150;
sim_time = 200;
A=[0.993 0.003;0.007 0.982];
B=[0.008 -0.003 -0.003;0 0.003 0.003];
C=eye(2);
Expand Down

0 comments on commit a33f821

Please sign in to comment.