搜索资源列表
MATLAB
- matlab SERIAL COMMUNICATION WITH ARDUINO
Tutoriel_Matlab_Arduino
- Tutoriel Matlab Arduino
ARD
- how to connect arduino with matlab
processing2-arduino-(2)
- Arduino and matlab file for radar project
Plotgraph-Arduino-Matlab
- This project investigates the blink behavior and other eye movements related with automobile driver during long time driving. The main aim is to map certain events in a recorded electro-oculogram (EOG) to actual blink behavior as measured via vid
Motor Control with MATLAB using Arduino Uno
- Motor Control with MATLAB using Arduino Uno for students. Code below: clearvars a = arduino('com31', 'uno', 'Libraries', 'Servo'); s = servo(a, 'D4'); %flag = 1; %while flag for angle = 0:0.1:1 writePosition(s, angle); current_pos = readPositi