nass-simscape/control/matlab-old/control_ol_sim.m

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');