Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: How to convert m.file to exe.file in Matlab 12

  1. #1
    Junior Member
    Join Date
    Nov 2013
    Posts
    21
    My Mood
    Confused
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to convert m.file to exe.file in Matlab 12

    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?


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: How to convert m.file to exe.file in Matlab 12

    You persist on asking for Matlab help in a Java forum. I'm sure there are Matlab forums where you can get appropriate help. If from there you actually end up with Java code you need help with, come back and ask a Java question.

    Thread closed.

Similar Threads

  1. How to convert matlab code in Java??
    By Mumpy Zinu in forum Java Theory & Questions
    Replies: 3
    Last Post: November 4th, 2013, 04:09 AM
  2. change java code project to exe file
    By mostafa_mohamed in forum What's Wrong With My Code?
    Replies: 8
    Last Post: September 5th, 2012, 10:55 AM
  3. Im having problems compiling a very simple .js file to .exe
    By idesyl in forum Member Introductions
    Replies: 3
    Last Post: March 10th, 2011, 05:16 AM
  4. How do you convert a jar file into a java file, how ?
    By auto78900 in forum Java Theory & Questions
    Replies: 4
    Last Post: October 12th, 2010, 12:32 AM
  5. How to create exe file
    By sirimalla in forum Java Theory & Questions
    Replies: 6
    Last Post: November 1st, 2009, 04:07 AM

Tags for this Thread