Transfer data from an App in computer desktop to matlab

10 次查看(过去 30 天)
Hi there,
I have an app on my computer desktop that the shows real time heart rate data and I was wondering
is there any way to transfer these real-time data to matlab?
All the best,
Nikan
  1 个评论
Benjamin Thompson
Benjamin Thompson 2022-3-22
Can you provide more information about the app? Does it save files in well known formats, or send data over a network?

请先登录,再进行评论。

回答(1 个)

Lokesh
Lokesh 2023-10-17
Hi Nikan,
I understand that you want to transfer data from your app on computer desktop to MATLAB.
It is possible to transfer real-time heart rate data from an app on your computer desktop to MATLAB. However, the specific method of transferring the data will depend on the capabilities and interface options provided by the app you are using.
Here are a few general approaches you can consider:
  • Data Export: Check if the app allows exporting data to a file format like CSV, TXT, or MAT. If such an option is available, then you can import the data into MATLAB using functions like readtable or load.
  • Streaming: If the app supports data streaming, you may be able to establish a connection between the app and MATLAB using a communication protocol such as TCP/IP, UDP, or serial communication. This would require programming both the app and MATLAB to establish the connection and transfer the data in real-time.
Please refer to the following MATLAB documentation links to know more about “readtable,load and “Interface Based Communication:
I hope this helps you.
Best Regards,
Lokesh

类别

Help CenterFile Exchange 中查找有关 Develop Apps Using App Designer 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by