Write text below the photo
    6 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    lech king
 el 27 de Nov. de 2020
  
    
    
    
    
    Comentada: lech king
 el 27 de Nov. de 2020
            Hello
Is it possible when we display a photo, in addition to the title at the bottom of the photo, to write content ??
For example, at the bottom of these photos I want to write the PSNR value
Thank you for your help
0 comentarios
Respuesta aceptada
  Ameer Hamza
      
      
 el 27 de Nov. de 2020
        
      Editada: Ameer Hamza
      
      
 el 27 de Nov. de 2020
  
      You can use xlabel to write something below the axes.
xlabel('PSNR')
Otherwise, you can also use text(), but this option is a bit more complicated.
Más respuestas (0)
Ver también
Categorías
				Más información sobre Axis 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!