Effacer les filtres
Effacer les filtres

Transfer data from an App in computer desktop to matlab

5 vues (au cours des 30 derniers jours)
Nikan Fakhari
Nikan Fakhari le 22 Mar 2022
Réponse apportée : Lokesh le 17 Oct 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 commentaire
Benjamin Thompson
Benjamin Thompson le 22 Mar 2022
Can you provide more information about the app? Does it save files in well known formats, or send data over a network?

Connectez-vous pour commenter.

Réponses (1)

Lokesh
Lokesh le 17 Oct 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

Catégories

En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by