Skip to content

Commit 2df0037

Browse files
committed
Update README.md
1 parent f3000ae commit 2df0037

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ MATLAB Instrument Control (MIC) is a collection of MATLAB classes for automated
33

44
The MIC software package uses object-oriented programming where a class defines the capabilities of each instrument. Each instrument class inherits from a common MIC abstract class and therefore has a basic common interface. Common component types (lasers, camera, etc.) have their own further abstract sub-classes to provide common interfaces and to facilitate the development of control classes for specific new instruments. Use of the MATLAB environment allows immediate access to data and image analysis even during data collection. Proficient MATLAB users can also easily extend or modify any of these control classes.
55

6+
MIC publication in the Journal of Open Source Software (JOSS) can be accessed by clicking the badge below:
7+
[![DOI](https://joss.theoj.org/papers/10.21105/joss.07275/status.svg)](https://doi.org/10.21105/joss.07275)
8+
9+
610
<!-- ## Class Structure of MIC -->
711
<!-- <p align="center"><img src="ClassStructure.png" width="80%" height="80%"></p> -->
812

0 commit comments

Comments
 (0)