From 21716395c5a06981797f9e84bac7020b1160ab48 Mon Sep 17 00:00:00 2001 From: Karthik Chandrashekara Date: Sun, 23 Feb 2025 20:26:00 +0100 Subject: [PATCH] Folder reorganization. --- .../{+Helpers => +Helper}/calculateModulationFunction.m | 0 ODT-Calculator/{+Helpers => +Helper}/determineOrderOfMagnitude.m | 0 ODT-Calculator/{+Helpers => +Helper}/findNearestValue.m | 0 ODT-Calculator/{+Helpers => +Helper}/generatePlotLabel.m | 0 ODT-Calculator/{+Helpers => +Helper}/generateRotationMatrix.m | 0 ODT-Calculator/{ => +Scripts}/EstimatesForHybridTrap.m | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename ODT-Calculator/{+Helpers => +Helper}/calculateModulationFunction.m (100%) rename ODT-Calculator/{+Helpers => +Helper}/determineOrderOfMagnitude.m (100%) rename ODT-Calculator/{+Helpers => +Helper}/findNearestValue.m (100%) rename ODT-Calculator/{+Helpers => +Helper}/generatePlotLabel.m (100%) rename ODT-Calculator/{+Helpers => +Helper}/generateRotationMatrix.m (100%) rename ODT-Calculator/{ => +Scripts}/EstimatesForHybridTrap.m (100%) diff --git a/ODT-Calculator/+Helpers/calculateModulationFunction.m b/ODT-Calculator/+Helper/calculateModulationFunction.m similarity index 100% rename from ODT-Calculator/+Helpers/calculateModulationFunction.m rename to ODT-Calculator/+Helper/calculateModulationFunction.m diff --git a/ODT-Calculator/+Helpers/determineOrderOfMagnitude.m b/ODT-Calculator/+Helper/determineOrderOfMagnitude.m similarity index 100% rename from ODT-Calculator/+Helpers/determineOrderOfMagnitude.m rename to ODT-Calculator/+Helper/determineOrderOfMagnitude.m diff --git a/ODT-Calculator/+Helpers/findNearestValue.m b/ODT-Calculator/+Helper/findNearestValue.m similarity index 100% rename from ODT-Calculator/+Helpers/findNearestValue.m rename to ODT-Calculator/+Helper/findNearestValue.m diff --git a/ODT-Calculator/+Helpers/generatePlotLabel.m b/ODT-Calculator/+Helper/generatePlotLabel.m similarity index 100% rename from ODT-Calculator/+Helpers/generatePlotLabel.m rename to ODT-Calculator/+Helper/generatePlotLabel.m diff --git a/ODT-Calculator/+Helpers/generateRotationMatrix.m b/ODT-Calculator/+Helper/generateRotationMatrix.m similarity index 100% rename from ODT-Calculator/+Helpers/generateRotationMatrix.m rename to ODT-Calculator/+Helper/generateRotationMatrix.m diff --git a/ODT-Calculator/EstimatesForHybridTrap.m b/ODT-Calculator/+Scripts/EstimatesForHybridTrap.m similarity index 100% rename from ODT-Calculator/EstimatesForHybridTrap.m rename to ODT-Calculator/+Scripts/EstimatesForHybridTrap.m