Borrar filtros
Borrar filtros

Transfer data from an App in computer desktop to matlab

5 visualizaciones (últimos 30 días)
Nikan Fakhari
Nikan Fakhari el 22 de Mzo. de 2022
Respondida: Lokesh el 17 de Oct. de 2023
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 comentario
Benjamin Thompson
Benjamin Thompson el 22 de Mzo. de 2022
Can you provide more information about the app? Does it save files in well known formats, or send data over a network?

Iniciar sesión para comentar.

Respuestas (1)

Lokesh
Lokesh el 17 de Oct. de 2023
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

Categorías

Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by