How to send images to a Matlab API

1 view (last 30 days)
Kevin Vinhas
Kevin Vinhas on 24 Apr 2018
Answered: Sean de Wolski on 24 Apr 2018
Hello Everyone!
I am thinking on a project and I want to have some answers before taking my matlab license..
Here is what I want to do :
I have a ruby on rails website, and I want to connect it somehow with matlab to do some processing on images. Unfortunately, the binding between Matlab and RoR is not really strong, so I have been thinking to develop them separately.
To do so, I need to know if it is possible somehow to send images to a Matlab API, and then return an image to a website, after processing.
Did anybody do something similar to this ?
If it is not possible, maybe i can host my images somewhere and matlab gets image from there ?
Thanks for any help :)
Best Regards,

Answers (1)

Sean de Wolski
Sean de Wolski on 24 Apr 2018
You should look into the REST API in the MATLAB Production Server

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!