Where do I install third-pary libraries?
I’ve written a custom add-on library, that includes the ‘Stepper.h’ library from Arduino. I have definitely downloaded and installed the Arduino library and can access it from the Arduino IDE just fine. However, when I try running my code in Matlab, I get the following error:
"The Arduino source ‘Stepper.h’ for libraries ‘StepperL298N/Stepper_L298N’ cannot be found. Install the third party library source first and try again."
I know where the library is and have added the path manually, but will still get he same error. When I enter >>fullfile(arduinoio.CLIRoot, ‘user’,’libraries’) to find out where to move the library so that Matlab can find it, I get the following error:
"Unable to resolve the name ‘arduinoio.CLIRoot’"
Can someone tell me how to resolve this?I’ve written a custom add-on library, that includes the ‘Stepper.h’ library from Arduino. I have definitely downloaded and installed the Arduino library and can access it from the Arduino IDE just fine. However, when I try running my code in Matlab, I get the following error:
"The Arduino source ‘Stepper.h’ for libraries ‘StepperL298N/Stepper_L298N’ cannot be found. Install the third party library source first and try again."
I know where the library is and have added the path manually, but will still get he same error. When I enter >>fullfile(arduinoio.CLIRoot, ‘user’,’libraries’) to find out where to move the library so that Matlab can find it, I get the following error:
"Unable to resolve the name ‘arduinoio.CLIRoot’"
Can someone tell me how to resolve this? I’ve written a custom add-on library, that includes the ‘Stepper.h’ library from Arduino. I have definitely downloaded and installed the Arduino library and can access it from the Arduino IDE just fine. However, when I try running my code in Matlab, I get the following error:
"The Arduino source ‘Stepper.h’ for libraries ‘StepperL298N/Stepper_L298N’ cannot be found. Install the third party library source first and try again."
I know where the library is and have added the path manually, but will still get he same error. When I enter >>fullfile(arduinoio.CLIRoot, ‘user’,’libraries’) to find out where to move the library so that Matlab can find it, I get the following error:
"Unable to resolve the name ‘arduinoio.CLIRoot’"
Can someone tell me how to resolve this? custom add-on library, third-party libraries MATLAB Answers — New Questions