I'm having trouble using a C++ dll in matlab
I have tried loadlibrary but couldn't get it to work. I keep getting this error message:
undefined reference to '_loadlibrary'
undefined reference to '_calllib'
I can't find info on this error searching online,forums or through the matlab...
Hello,
I have been told that simulink is a fairly good and easy way to design control systems.
What I'm trying to do should be very easy. I have a very simple system that I already have code to handle outputs and inputs to the physical equipment. The system consists of sensors, etc which have...