calling matlab .m file using visual basic.
-
I just want to make a software that needs some calculations and waveform plot in matlab 7... I have written the required .m files and using the combuilder of matlab 7 to generate the com files to be used in VB .Net. but after compilation in VB .Net the generated stand alone exe file still needs the MATLAB RUNTIME LIBRARY. Is there any possible way to make it independent of The MATLAB And its Run time library.... if I compile the .m file to generate .exe file using matlab... then also the dependency remains... plz tell me how this can be solved..... Thank You.......
@rish
-
I just want to make a software that needs some calculations and waveform plot in matlab 7... I have written the required .m files and using the combuilder of matlab 7 to generate the com files to be used in VB .Net. but after compilation in VB .Net the generated stand alone exe file still needs the MATLAB RUNTIME LIBRARY. Is there any possible way to make it independent of The MATLAB And its Run time library.... if I compile the .m file to generate .exe file using matlab... then also the dependency remains... plz tell me how this can be solved..... Thank You.......
@rish
You cant because the way COM operates. The matlab Client (COM VB Object) will allways referenciate to a Matlab Server. Maybe you can connect to a Matlab Server in another Machine but you will always depend on the runtime libraries because the server needs them.
JO :)