I want to call a matlab function from a graphical user interface developed using VB or GLG. This .m file could be a matlab library function or user-defined function Is this possible?If yes, please provide the process or any document supporting this.
MATLAB Compiler SDK™ extends the functionality of MATLAB Compiler™ to let you build C/C++ shared libraries, Microsoft® .NET assemblies, and Java® classes from MATLAB®
I have been using a small tool called MidEva, which could compile MATLAB scripts into DLL files. These files could be called by Visual Basic or other programming platform.