Examples showing how to interact with ScanImage using its API and user functions. You should also check out Vidrio's tutorial on the API.
- 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.
See the help text at the top of each example to see how to run it.
- Intro to User Functions: helloScanImage.m, meanFrame.m
- Reading ScanImage settings via the API: reportChannels.m, basicListenerDemo.m