Why Mathworks provides uncompleted toolboxes?
Show older comments
Hello My name is Jakub Richter. I am using Matlab 2015b 32-bit version. I have installed arduino toolbox from this site https://www.mathworks.com/hardware-support/arduino-matlab.html and successfully communicate with Arduino. I need to use some functions which are included in toolbox according this site https://www.mathworks.com/help/supportpkg/arduinoio/functionlist.html?s_cid=doc_ftr but I noticed, that many functions are not included in toolbox I have installed. For example. I can use spidev function to create SPI object but function writeRead to write or read data with SPI is not included. So I can not do anything.
Please. Do you have some advise how to get full toolbox or is it because my version of Matlab can not run these functions?
Thank you
4 Comments
Adam
on 9 Jun 2017
Using R2017a online help for which functions you can use in R2015b is never a good idea. Some of them will have been introduced after your version. The one you mention says it was introduced in R2014b though so should be available.
Jakub Richter
on 11 Jun 2017
The latest versions of the help include a section usually right at the bottom for each function saying in which version they were introduced.
e.g. when you click on writePosition from your function list link that page includes
Introduced in R2014b
at the bottom.
Jakub Richter
on 15 Jun 2017
Edited: Jakub Richter
on 15 Jun 2017
Accepted Answer
More Answers (0)
Categories
Find more on Troubleshooting in MATLAB Support Package for Arduino Hardware 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!