Why Mathworks provides uncompleted toolboxes?
Afficher commentaires plus anciens
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 commentaires
Adam
le 9 Juin 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
le 11 Juin 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
le 15 Juin 2017
Modifié(e) : Jakub Richter
le 15 Juin 2017
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Troubleshooting in MATLAB Support Package for Arduino Hardware dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!