简体   繁体   中英

How to call PHP from MATLAB?

I have some analysed data in MATLAB which I need to send to a server. I have a php link to access the server. Any idea how to call php from MATLAB? Thanks.

If you will frequently send data back and forth between MATLAB and your web server, perhaps you can consider using SaturnAPI. SaturnAPI provides a REST interface for your Matlab and Octave scripts, so that you don't have to install anything on your own server. It can even send Base64 encoded 3D plots to you. Here is the demo . Below is a diagram showing that you can pass inputs to the script via the SaturnParams variable in the HTTP call.

在此处输入图片说明

Disclosure: I work on SaturnAPI

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM