12 lines
136 B
Mathematica
12 lines
136 B
Mathematica
|
%%
|
||
|
clear; close all; clc;
|
||
|
|
||
|
%% Configuration File
|
||
|
run config.m
|
||
|
|
||
|
%% Identification
|
||
|
open id_main.m
|
||
|
|
||
|
%% Active Damping
|
||
|
open act_damp_main.m
|