any idea where can i learn the basics of gca gcf set and get
    6 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
    Rabih Sokhen
 le 31 Mar 2021
  
    
    
    
    
    Réponse apportée : Steven Lord
    
      
 le 31 Mar 2021
            i am new using this type of code:
hAx(1)=gca;
hAx(2)=axes('Position',hAx(1).Position,'XAxisLocation','top','xlim',[x2(1) x2(end)],'YAxisLocation','right');
and i don't know how to change the color , the title and other properties 
any suggestion
0 commentaires
Réponse acceptée
  Steven Lord
    
      
 le 31 Mar 2021
        I recommend reading through the first few Topics pages linked on this documentation page for an introduction to how properties of Handle Graphics objects work and how you can query and set those properties to control how the graphics objects look and behave.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
				En savoir plus sur Creating, Deleting, and Querying Graphics Objects 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!