how to create an interface matlab with omicron
이전 댓글 표시
test = actxserver('omicron.cmengine.1')
[Number , Version] = invoke (test, 'CMVersion')
hEngine = invoke(test,'CMGetEngineHandle')
scan = invoke(test, 'CMDevScanForNew', hEngine)
I am trying to improve a GUI and connect omicron with Matlab in order to run the dynamic testing. what changes should be made in above syntex?
댓글 수: 2
per isakson
2020년 1월 15일
google found Matlab and Excel libraries for Omicron Devices
Tejas Rivonkar
2020년 1월 15일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Results, Reporting, and Test File Management에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!