Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1016 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 1016 Bytes

ScanImageAPI_Examples

Examples showing how to interact with ScanImage using its API and user functions. You should also check out Vidrio's tutorial on the API.

Installation

  • Install ScanImage
  • Add the code directory of these examples to your MATLAB path
  • If you wish to run using simulated hardware, use the Machine Data File in the code directory. At the top of the file are comments describing how the simulated hardware are to be set up.

Running the examples

See the help text at the top of each example to see how to run it.

What's included?

  • Intro to User Functions: helloScanImage.m, meanFrame.m
  • Reading ScanImage settings via the API: reportChannels.m, basicListenerDemo.m