Controlling Dll files from Matlab
Show older comments
Hi,
I wondering how can I use Matlab to control Dll file in C? I have a treadmill that controlled (Speed, Time,etc...) by C code, my question is how can I do that in matlab using these dlls? Regards, Firas
Answers (1)
Sarah Wait Zaranek
on 21 Feb 2012
0 votes
First step is to see if you can use loadlibrary interface in MATLAB.
See this section of the documentation on how to call C Shared library functions from MATLAB: http://www.mathworks.com/help/releases/R2011b/techdoc/matlab_external/f23224dfi7.html
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!