change the number of bins in corrplot function?
    5 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Yaser Khojah
      
 el 19 de Nov. de 2019
  
    
    
    
    
    Comentada: Yaser Khojah
      
 el 26 de Nov. de 2019
            Hello, 
Is there anyway to change the number of bins in corrplot function? I would like to use 10 bins instead let MATLAB choose it. 
0 comentarios
Respuesta aceptada
  Urmila Rajpurohith
    
 el 22 de Nov. de 2019
        Input arguments accepted by “corrplot” function are data series to plot correlation, axeson which to plot and name value pairs.
You cannot provide the number of bins as an input argument to the “corrplot” function as it is done in "histogram" function.
You can refer to the below documentation to know the name value pairs supported by “Corrplot” function
Más respuestas (0)
Ver también
Categorías
				Más información sobre Line Plots 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!

