Minor Changes and Lab Preps

This commit is contained in:
Silas [Labor]
2024-09-24 11:30:25 +02:00
parent 0f0b4d2c66
commit 9571f73b24
5 changed files with 203 additions and 3 deletions

View File

@@ -1,10 +1,11 @@
function generateTests()
if ismac
cd('/Users/silasoettinghaus/Documents/MATLAB/imdd_simulation');
cd('/Users/silasoettinghaus/Documents/MATLAB/imdd_simulation');
else
end
% Define the root folders for classes and tests
classesFolder = 'Classes'; % Folder containing the class files
testsFolder = 'Tests'; % Folder where test files should be created