how I can show the performance of a program into a window (edit text maybe) inside a gui development?
    3 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
    Raymundo Dominguez
 il 18 Nov 2015
  
    
    
    
    
    Risposto: Walter Roberson
      
      
 il 18 Nov 2015
            Hello to everybody. I need some help on this issue. I'm developing a gui user interface, using images, buttons, mouse events and something like that. I have to export the program as an executable file and I want to put a kind of window (in the same gui) showing the performance of the program; i.e. a window where the user can see the same lines that I show in the command line ("In the main loop", "taking the next value", etc) and above all, the errors.
I'm trying to use a string variable that takes the messages that are generated to the user and displayed on an object "text editing"; the problem is I can not show chain by chain, it has to be the entire string at the end of the program. Any suggestion?
0 Commenti
Risposta accettata
  Walter Roberson
      
      
 il 18 Nov 2015
        After you update the graphic object that is to hold the text, call drawnow() to make the update visible.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su Entering Commands in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

