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

2 次查看(过去 30 天)
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?

回答(1 个)

Madhu Govindarajan
Madhu Govindarajan 2018-12-26
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

类别

Help CenterFile Exchange 中查找有关 MATLAB Support Package for Arduino Hardware 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by