Matlab Channel Access (Matlab CA, MCA)
This is an EPICS Channel Access client interface for Matlab. Andrei Terebilo (SLAC) is the original author. Several people provided enhancements, see release notes.
Download
The source code is on GitHub in https://github.com/epics-extensions/matlab_ca. To download, pick a release tag like "R4-4", or "master" for the latest. Then select "Download ZIP" in the "Clone or download" drop-down.
Documentation
All of the following is included in the source code, so you can refer to the one that you downloaded:
- README.MD describes the compilation.
- RELEASE_NOTES lists changes
- tests/unit_tests.m shows how to use most of the commands. See for example "testBasicGet"