2018-10-07 22:07:21 +02:00
|
|
|
%%
|
|
|
|
clear; close all; clc;
|
|
|
|
|
|
|
|
%% Initialize Simulation and Inputs
|
|
|
|
initializeExperiment('tomography', 'light');
|
|
|
|
|
|
|
|
%% Run Close Loop Simulations
|
|
|
|
runSimulation('vc', 'light', 'cl', 'none');
|
|
|
|
runSimulation('pz', 'light', 'cl', 'none');
|
|
|
|
% runSimulation('vc', 'heavy', 'cl', 'none');
|
|
|
|
% runSimulation('pz', 'heavy', 'cl', 'none');
|
2018-10-30 14:37:19 +01:00
|
|
|
|
|
|
|
%%
|
|
|
|
opts_inputs = struct('Dw', true);
|
|
|
|
initializeInputs(opts_inputs);
|