From: Håkon Hobæk on
Is it possible to combine Matlab compiler with Java?

I'm making a program that does alot of calculations in matlab. The GUI that matlab offers lacks some features that I need. That's why I'm looking into making the GUI in Java an the calculations in matlab. I also need to make it into a standalone executable file s.t. matlab licence keys are not required to run the program. I've never used matlab compiler, that's why I'm asking. I cannot download packages from the internet, so I can only use what is originally with matlab9, i.e. I cannot use findjobj etc.
Is it possible to make an executable file of all the matlab calculations and call this file from java with loads of parameters?
From: kk KKsingh on
"Håkon Hobæk" <hakonmh(a)hotmail.com> wrote in message <i1eo71$h1e$1(a)fred.mathworks.com>...
> Is it possible to combine Matlab compiler with Java?
>
> I'm making a program that does alot of calculations in matlab. The GUI that matlab offers lacks some features that I need. That's why I'm looking into making the GUI in Java an the calculations in matlab. I also need to make it into a standalone executable file s.t. matlab licence keys are not required to run the program. I've never used matlab compiler, that's why I'm asking. I cannot download packages from the internet, so I can only use what is originally with matlab9, i.e. I cannot use findjobj etc.
> Is it possible to make an executable file of all the matlab calculations and call this file from java with loads of parameters?

May be you need this
http://www.cs.virginia.edu/~whitehouse/matlab/JavaMatlab.html

Thanks

Kumar
From: Håkon Hobæk on
"kk KKsingh" <akikumar1983(a)gmail.com> wrote in message <i1ep3f$d8p$1(a)fred.mathworks.com>...
> "Håkon Hobæk" <hakonmh(a)hotmail.com> wrote in message <i1eo71$h1e$1(a)fred.mathworks.com>...
> > Is it possible to combine Matlab compiler with Java?
> >
> > I'm making a program that does alot of calculations in matlab. The GUI that matlab offers lacks some features that I need. That's why I'm looking into making the GUI in Java an the calculations in matlab. I also need to make it into a standalone executable file s.t. matlab licence keys are not required to run the program. I've never used matlab compiler, that's why I'm asking. I cannot download packages from the internet, so I can only use what is originally with matlab9, i.e. I cannot use findjobj etc.
> > Is it possible to make an executable file of all the matlab calculations and call this file from java with loads of parameters?
>
> May be you need this
> http://www.cs.virginia.edu/~whitehouse/matlab/JavaMatlab.html
>
> Thanks
>
> Kumar

Thanks, it's kind of what I'm looking for, but doesn't answer all my questions. I'll settle for matlab's gui and make the best out of it.