11 lines
315 B
Mathematica
11 lines
315 B
Mathematica
|
%%
|
||
|
clear; close all; clc;
|
||
|
|
||
|
%% Initialize Simulation and Inputs
|
||
|
initializeExperiment('tomography', 'light');
|
||
|
|
||
|
%% Run Closed Loop Simulations
|
||
|
runSimulation('vc', 'light', 'cl', 'iff');
|
||
|
runSimulation('pz', 'light', 'cl', 'iff');
|
||
|
% runSimulation('vc', 'heavy', 'cl', 'iff');
|
||
|
% runSimulation('pz', 'heavy', 'cl', 'iff');
|