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

2 Ansichten (letzte 30 Tage)
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?

Antworten (1)

Madhu Govindarajan
Madhu Govindarajan am 26 Dez. 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

Kategorien

Mehr zu MATLAB Support Package for Arduino Hardware finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by