Matlab & Web Integration
조회 수: 2 (최근 30일)
이전 댓글 표시
Does Matlab have any functionality where it would be possible for someone on my personal website to enter text into 4 text fields, press a submit button, have that text automatically entered as input arguments in a Matlab function on my computer (a function that would be automatically called by the user pressing submit), and then return the result (a text file) of that Matlab function to the website for that user to download? Any help would be greatly appreciated!
Thanks!
댓글 수: 2
David Barry
2016년 8월 25일
Yes I'm sure you could do it with MATLAB Compiler SDK but why not just do the whole job in MATLAB and create the user interface there instead of on a website? It would be a whole lot easier and cleaner, in my opinion.
답변 (1개)
Sean de Wolski
2016년 9월 7일
The use case you just described is the whole purpose of Compiler SDK and MATLAB Production Server.
댓글 수: 1
Walter Roberson
2016년 9월 7일
Note: if you make a MATLAB program available through the network to people outside of your organization, then you will need a Floating Network License if I recall correctly. Please be sure to read the license conditions (or contact Mathworks) before making a MATLAB function available through the Internet.
참고 항목
카테고리
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!