nass-simscape/active_damping/iff_simulation.m
Thomas Dehaeze f0e83d7c39 Huge Change
- Add may folders
- Add IFF and HAC-LAC scripts
2018-10-07 22:07:21 +02:00

12 lines
314 B
Matlab

%%
clear; close all; clc;
%% Initialize Simulation and Inputs
initializeExperiment('tomography', 'light');
%% Run Open Loop Simulations
runSimulation('vc', 'light', 'ol', 'iff');
runSimulation('pz', 'light', 'ol', 'iff');
% runSimulation('vc', 'heavy', 'ol', 'iff');
% runSimulation('pz', 'heavy', 'ol', 'iff');