There some algorithms of denoising...For the denoising portion I have to build a web page where our technique of denoising and other denoising algorithms such as NLM and Gaussian can be compared. Then I have to create a main file where the denoising of the image will be performed by Gaussian, NLM and Our technique and there results will be shown on the same web page with some metric value. So for this we will have separate functions for Gaussian, NLM, our technique and metric functions and those functions will be called from main. Matlab has got some toolbox to convert the matlab .m file to .java file. How to convert this matlab .m file to .exe file??? is it possible to convert it (.m to .java?)using tool matlab 12?