Hi, yes I've already read the MKRMotorCarrier library is not incorporated in R2019a, that's why I searched on internet and posted the solution.
https://es.mathworks.com/matlabcentral/fileexchange/70554-arduino-engineering-kit-rev-1-hardware-support-19a.When I said it didn't work, I meant after following the instruction of the link I was not able to make the library MKRMotorCarrier Availabe.
I am attaching two sreenshoot about what I am seeing about Arduino Library in Matlab after I followed the instruction, basically nothing… the MKRMotorCarrier is not visible
Coming back to the instruction from the URL (
https://es.mathworks.com/matlabcentral/fileexchange/70554-arduino-engineering-kit-rev-1-hardware-support-19a.), they basically recommend me the following (which I did..)
"1) You can either download the toolbox or the zip file.
a) If you choose to download the toolbox, complete its installation in MATLAB.
b) If you choose to download the zip file, add the unzipped folder to the MATLAB path.
If you are on MATLAB R2019a or R2019b, follow steps 2 and 3.
2) Download the zip file from https://github.com/arduino-libraries/MKRMotorCarrier/archive/1.0.1.zip
3) Unpackage the zip into local directory and rename the folder to 'MKRMotorCarrier'I only have a question about this instruction, where should I place the unpackaged folder. What's the folder for these libraries by default?
For example when you execute the command:
"listArduinoLibraries"
It returns:
"ans =
7×1 cell array
{'Adafruit/MotorShieldV2'}
{'I2C' }
{'RotaryEncoder' }
{'SPI' }
{'Servo' }
{'ShiftRegister' }
{'Ultrasonic' }
"Where are these library? where is located this folder which contains these library in my computer?, maybe that's the key of my problem.
Sorry I am a completely beginner in MatLab