GUI - What is the best language to make a commercial version?
    6 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
    Iman
 le 17 Juil 2014
  
    
    
    
    
    Commenté : Image Analyst
      
      
 le 20 Juil 2014
            Hi Everyone,
I've developed a GUI using Matlab to illustrate a new idea. Now, I plan to develop the commercial version of the GUI for Windows platform. The GUI is meant to do some processing and present some graphs in an animated way. It includes a table and different graphs such as pie and bar charts. The GUI will interact with the user by means of two serial ports.
I just wonder what is the best language to develop such a GUI for commercial purposes. If you need more information, please let me know.
Cheers, Iman
3 commentaires
  John D'Errico
      
      
 le 18 Juil 2014
				How is this a MATLAB question? Oh yes, of course. The best language, by definition on a MATLAB forum is MATLAB.
Réponse acceptée
  Joakim Magnusson
      
 le 18 Juil 2014
        With Matlab compiler you can make the GUI stand alone so it can run on computers without Matlab. Read about it here: http://www.mathworks.se/products/compiler/
Plus de réponses (3)
  Image Analyst
      
      
 le 17 Juil 2014
        You've already built it, so why do it all over again in a different language? Perhaps you want a fancier GUI than GUIDE can build? That would be one reason. I'd say that C++ and C# are the two most common languages that apps are built in.
2 commentaires
  Image Analyst
      
      
 le 20 Juil 2014
				You won't find a definitive answer. Probably any language can do anything, so other than that, you're just looking at opinions so you won't get a "solid" answer.
  Jasmine
      
 le 18 Juil 2014
        Try typing applicationcompiler at MATLAB's command line.
2 commentaires
  Jasmine
      
 le 18 Juil 2014
				I've literally just used this for the first time. Very intuitive.
I have checked my program runs on a computer which has never had MATLAB installed. The compiler produced several folders with .exe for testing and re-distribution it also produces the installer :)
  Robert Cumming
      
 le 18 Juil 2014
        Matlab can be standalone - as many others have said if you have the compiler.
If you are going to redesign your GUI you consider the time it will to do this...
You can develop very nice GUI's in Matlab by stretching the capability and using some semi/un documented methods... - some examples can be seen here
Voir également
Catégories
				En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!






