Error when use Shift register and other libraries of arduino in Matlab

3 visualizaciones (últimos 30 días)
I installed arduino support packaged to matlab with libraries and after that when I use that libraries there is an error
>> shiftOut(a,2,3,'MSBFIRST',43)
Undefined function or variable 'shiftOut'.
please can any one tell what is the wrong?

Respuestas (1)

Madhu Govindarajan
Madhu Govindarajan el 26 de Dic. de 2018
shiftOut is an Arduino IDE function and there is not a one-to-one match for this function included in the default MATLAB Support package for Arduino. You can try using this shiftRegister library added in the following way and see if there are equivalents to what you are trying to achieve - https://www.mathworks.com/help/supportpkg/arduinoio/ug/control-leds-with-74hc595-shift-register.html

Categorías

Más información sobre MATLAB Support Package for Arduino Hardware en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by