Combining Matlab & JavaScript: Methods of integration?
问题 I have a MatLab script that I would like to use in my Javascript algorithm. Is there any way of getting JavaScript to call a MatLab script? Better yet, is there any way to loosely couple a MatLab script and a Javascript page? I found this one page that discussed using .NET server to hold the MatLab script/code (http://www.mathworks.com/matlabcentral/answers/9521), but are there any other easier methods to get this working? I would much rather not have to re-code the MatLab in JavaScript.