diff --git a/README.md b/README.md new file mode 100644 index 0000000..b1e2ecc --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Instrument-control +The repository contains various MATLAB objects made for controlling instruments. The superclass `MyInstrument` has some basic functionality the subclasses can use. The MyTrace object is made for simple loading, saving and plotting of data and passing the data around with associated units and tags.