12 lines
318 B
Mathematica
12 lines
318 B
Mathematica
|
%%
|
||
|
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');
|