how to make Matlab function as restful API
3 ビュー (過去 30 日間)
古いコメントを表示
I have a function in Matlab. I want to make it as a restful API, so that I can obtain inputs from Ajax requests, and return outputs in Jason.
But I think it is not really a restful service.
1 件のコメント
Lautaro Parada
2020 年 5 月 14 日
You should try to read what the documentaron has to offer. I think this site may help you.