-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmain.m
62 lines (35 loc) · 839 Bytes
/
main.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
clear all
close all
clc
addpath('./tools/')
load('./save_file/all_traj_06282022.mat')
% choose the reference trajectory
% traj_type = 'lorenz';
traj_type = 'circle';
% traj_type = 'mg17';
% traj_type = 'infty';
% traj_type = 'fermat';
% traj_type = 'astroid';
% traj_type = 'heart';
% traj_type = 'epitrochoid';
% traj_type = 'lissajous';
% traj_type = 'talbot';
% traj_type = 'chua';
% traj_type = 'rossler';
% traj_type = 'sprott_1';
% traj_type = 'sprott_4';
% traj_type = 'mg30';
% traj_type = 'lorenz96';
% traj_frequency = 75;
time_infor.val_length=200000;
bridge_type = 'cubic';
failure.type = 'none';
disturbance = 0.00;
measurement_noise = 0.00;
plot_movie = 0;
blur.blur = 0;
save_rend = 0;
idx = 0;
plot_val_and_update = 1;
% let the well-trained machine to follow the given reference.
val_and_update