필터 지우기
필터 지우기

Transfer data from an App in computer desktop to matlab

조회 수: 5 (최근 30일)
Nikan Fakhari
Nikan Fakhari 2022년 3월 22일
답변: Lokesh 2023년 10월 17일
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