problem in interfacing matlab 13 & arduino. uno
이전 댓글 표시
i have installed matlab support package on arduino
and arduino support package on matlab
after that, i hv used code
s=serial('COM3'); fopen(s); fprintf(s);
a=arduino('COM3'); a.pinMode(13,OUTPUT); a.digitalWrite(13,0); pause(2); a.digitalWrite(13,1);
but it is giving error in fopen
답변 (0개)
카테고리
도움말 센터 및 File 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!