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

답변 (1개)

Walter Roberson
Walter Roberson 2015년 5월 4일

0 개 추천

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.)

카테고리

도움말 센터File Exchange에서 Licensing on Cloud Platforms에 대해 자세히 알아보기

질문:

2015년 5월 4일

댓글:

2015년 5월 4일

Community Treasure Hunt

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

Start Hunting!

Translated by