Calling Matlab functions using WSDL
조회 수: 4 (최근 30일)
이전 댓글 표시
Hi,
As per the MATLAB help, we can create a class structure from a web service & use it to get or set data & also control it from the MATLAB end.
But is there a way to call a MATLAB function from a web-service?
Brief overview: C# GUI (Front-end),Web Service for data interaction & control,- Matlab Engine (Back-end).
댓글 수: 0
답변 (1개)
Jason Ross
2011년 4월 25일
MATLAB Distributed Computing Server integrates with Microsoft HPC Server. You can submit SOA jobs to the compute cluster from MATLAB or from a compiled application. Check out
for more information on the capabilities and limitations. It may be applicable to what you are trying to do, or not at all.
There are also a number of recent questions on here (Answers) about deploying applications on web servers. That might point you in the right direction.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!