send data to/from a standalone app

I'm developing a standalone app in MATLAB and want to distribute it for academic purposes. I want users to register the app before using it. I didn't find any way to send data to/from the app. Generally, I'm looking for a way to share data between installed app and a server. Is there any way to use cloud system to do so?
Thanks, Nick

Réponses (1)

Walter Roberson
Walter Roberson le 4 Mai 2015

0 votes

MATLAB's full implementation is in their Instrument Control Toolbox. If I recall correctly, there is also limited udp support without that toolbox, but at this time I am not certain (it has been over a year since I looked.)
You might also be able to take advantage of the File Exchange contribution here which uses one of the standard C libraries.
Another approach is to use the Java interfaces. An example of that is available here in the file exchange.
The MATLAB Cloud facilities are for use with MATLAB Mobile; see here for that. But it is unlikely to be what you want, for licensing reasons if nothing else (it isn't for compiling apps.)

Catégories

En savoir plus sur Licensing on Cloud Platforms dans Centre d'aide et File Exchange

Commenté :

le 4 Mai 2015

Community Treasure Hunt

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

Start Hunting!

Translated by