TCP/IP and real time plot/point cloud?
이전 댓글 표시
Hello, I wish to collect data from a sensor that features a TCP/IP interface and i'm trying to make it work with matlab. I managed to collect data from a single scan and plot the results, however when i send a specific command the sensor send to the input buffer data at 15Hz.
What I'd like to achieve is to read this data almost simultaneously in order to have a dynamic plot or a point cloud, in order to do further analysys. Thanks!
답변 (1개)
sen sun
2018년 8월 20일
0 개 추천
you should create a timer to receive real-time data from sensor.
댓글 수: 1
Walter Roberson
2018년 8월 20일
Probably not. A BytesAvailableFcn callback would probably make more sense.
카테고리
도움말 센터 및 File Exchange에서 TCP/IP Communication에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!