basic implementation of client/server for AERPAW, whole lot of mess included
This commit is contained in:
16
aerpaw/experiments.m
Normal file
16
aerpaw/experiments.m
Normal file
@@ -0,0 +1,16 @@
|
||||
classdef experiments < matlab.unittest.TestCase
|
||||
methods (Test)
|
||||
function Test1(tc)
|
||||
s = scenario;
|
||||
|
||||
% TODO - define test case in simulation in here and generate the inits on the fly as needed
|
||||
s = s.initialize("2026_01_28_16_11_39_miSimInits.mat");
|
||||
|
||||
s = s.run();
|
||||
|
||||
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user