Collect and plot data from a TCPIP server in real time

版本 1.0.0.1 (2.2 KB) 作者: Ankit Desai
Obtain real time data from a TCPIP object using Instrument Control Toolbox and visualize it live.
12.0K 次下载
更新时间 2016/9/1

查看许可证

This example demonstrates how to automatically read a set number of data bytes as and when they are available. This MATLAB® script also generates a real time plot of streaming data collected from the TCPIP server.
The script may be updated to use any instrument/device/TCPIP server to collect real time data. You may need to update the IP address and port.

To generate a report of this entire script, you may use the PUBLISH command at the MATLAB® command line as follows:

publish(real_time_data_plot);

引用格式

Ankit Desai (2024). Collect and plot data from a TCPIP server in real time (https://www.mathworks.com/matlabcentral/fileexchange/27290-collect-and-plot-data-from-a-tcpip-server-in-real-time), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2009b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Instrument Control Toolbox 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.1

Updated license

1.0.0.0