f0e83d7c39
- Add may folders - Add IFF and HAC-LAC scripts
12 lines
318 B
Matlab
12 lines
318 B
Matlab
%%
|
|
clear; close all; clc;
|
|
|
|
%% Initialize Simulation and Inputs
|
|
initializeExperiment('tomography', 'light');
|
|
|
|
%% Run Open Loop Simulations
|
|
runSimulation('vc', 'light', 'ol', 'none');
|
|
runSimulation('pz', 'light', 'ol', 'none');
|
|
% runSimulation('vc', 'heavy', 'ol', 'none');
|
|
% runSimulation('pz', 'heavy', 'ol', 'none');
|