Feeds
답변 있음
Plot real time graph with data coming from serial port.
%MATLAB CODE TO PLOT VALUES FROM PORT IN REAL TIME clc clear all close all s1 = serial('COM26', 'BaudRate', 57600); set(s...
Plot real time graph with data coming from serial port.
%MATLAB CODE TO PLOT VALUES FROM PORT IN REAL TIME clc clear all close all s1 = serial('COM26', 'BaudRate', 57600); set(s...
5년 초과 전 | 0


