Processing data received via a COM port
이전 댓글 표시
Hello, I have a microcontroller which outputs 3 values via a COM port. Each pair of values is spaced and separated by a new line from the others, for example:
10 11 21
92 23 12
34 44 22
etc.
How could I process this data in real time using the serialport function? I would like to continuously plot the x,y,z values in 3 subplots.
Thank you in advance!
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Serial and USB Communication에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!