MATLAB: Import LV5250SDK to the matlab 2014a to controlling the movming of the robotic arm

controldllRobotics System Toolbox

Hi every one I have the SDK of the robot system (servo robot system) and I need to add(import) the SDK to MATLAB to control by the robotic arm… can any one help me to import these data to the matlab ( LV5250SDK.dll , lv5250.h and LV5250SDK.lib) to control by the robot arm

Best Answer

Have you looked into this page for calling functions in shared libraries from MATLAB?
- Sebastian