diff --git a/README.md b/README.md index 68c5993..8c07494 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ # 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. -## MyFit Dependencies -MyFit needs the MATLAB GUI Layout Toolbox (https://ch.mathworks.com/matlabcentral/fileexchange/47982-gui-layout-toolbox) and the `UICOMPONENT` toolbox (http://ch.mathworks.com/matlabcentral/fileexchange/14583-uicomponent-expands-uicontrol-to-all-java-classes) for its GUI. + +## Dependencies +* Most instrument classes rely on [Instrument Control Toolbox](https://ch.mathworks.com/products/instrument.html?s_tid=FX_PR_info) + +* `MyFit` classes need [GUI Layout Toolbox](https://ch.mathworks.com/matlabcentral/fileexchange/47982-gui-layout-toolbox), [UICOMPONENT toolbox](http://ch.mathworks.com/matlabcentral/fileexchange/14583-uicomponent-expands-uicontrol-to-all-java-classes) and [Signal Processing Toolbox](https://ch.mathworks.com/products/signal.html) + +* The control class for HighFiness wavelengthmeters needs [MATLAB Support for MinGW-w64 C/C++ Compiler](https://ch.mathworks.com/matlabcentral/fileexchange/52848-matlab-support-for-mingw-w64-c-c-compiler)