GUI interface with dsPIC
    5 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
    Mohammad Abu Bakar Siddique
 le 30 Juil 2015
  
    
    
    
    
    Commenté : Mohammad Abu Bakar Siddique
 le 30 Sep 2015
            i try to control dsPIC micontroller through Matlab GUI(using IO packages). First, i try to light on the LED by click on the push button i create, could you give me some proper Soln for that microcontroller
0 commentaires
Réponse acceptée
  Ilham Hardy
      
 le 30 Juil 2015
        Hi Abu,
This can't be coincidence, I just replied to your other thread. :)
However I am afraid I could not be more of assistance as I do not have required software/toolbox on my current PC.
4 commentaires
  Walter Roberson
      
      
 le 30 Sep 2015
				You need to program the Callback for the edit box to change the String property of the other box. Focus has nothing to do with it.
For example,
   function editbox1_callback(hObject, event, handles)
      curstring = get(hObject, 'String');
      backwards = fliplr(curstring);
      set(handles.editbox2, 'String', backwards);
Plus de réponses (0)
Voir également
Catégories
				En savoir plus sur String Parsing 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!


