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 years 前 | 0


