diff --git a/@MyDaq/GuiDaq.mlapp b/@MyDaq/GuiDaq.mlapp new file mode 100644 index 0000000..2e1bb1e Binary files /dev/null and b/@MyDaq/GuiDaq.mlapp differ diff --git a/@MyDaq/MyDaq.m b/@MyDaq/MyDaq.m new file mode 100644 index 0000000..456da15 --- /dev/null +++ b/@MyDaq/MyDaq.m @@ -0,0 +1,8 @@ +classdef MyDaq < handle + + methods + function this = MyDaq() + end + end +end + diff --git a/@MyDaq/MyGeneralPlot.m b/@MyGeneralPlot/MyGeneralPlot.m similarity index 100% rename from @MyDaq/MyGeneralPlot.m rename to @MyGeneralPlot/MyGeneralPlot.m diff --git a/@MyDaq/deleteListeners.m b/@MyGeneralPlot/deleteListeners.m similarity index 100% rename from @MyDaq/deleteListeners.m rename to @MyGeneralPlot/deleteListeners.m diff --git a/@MyDaq/initGui.m b/@MyGeneralPlot/initGui.m similarity index 100% rename from @MyDaq/initGui.m rename to @MyGeneralPlot/initGui.m