How to see (in Command Window) all possible fields of a structure?
    9 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    matico
      
 el 16 de Ag. de 2015
  
    
    
    
    
    Comentada: Image Analyst
      
      
 el 16 de Ag. de 2015
            Let say I have an axes handle stored to "ax". How could I display all possibilities for let say ax.Units (or any other field)?
Thanks
0 comentarios
Respuesta aceptada
Más respuestas (1)
  Image Analyst
      
      
 el 16 de Ag. de 2015
        This must be a homework problem because Azzi just answered it two hours ago and told the student to use the fieldnames() function. You should tag homework problems with the "homework" tag. I'll do it now for you.
2 comentarios
  Image Analyst
      
      
 el 16 de Ag. de 2015
				If you're using GUIDE, then all the option for each control's property are presented in the Property INspector in drop down list for that control. For example, the units property will show 'Characters', 'Normalized', etc. in the drop down list.
Ver también
Categorías
				Más información sobre Grid Lines, Tick Values, and Labels en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

