Why is the correlation matrix much larger than the original matrix?
    9 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Ahsan  Khan
 el 19 de Jul. de 2018
  
    
    
    
    
    Comentada: Walter Roberson
      
      
 el 19 de Jul. de 2018
            Lets say you have a matrix M (10x100). If we do corrcoef(M) the resulting matrix will be 100x100. Why is this?
0 comentarios
Respuesta aceptada
  Pawel Jastrzebski
      
 el 19 de Jul. de 2018
        
      Editada: Pawel Jastrzebski
      
 el 19 de Jul. de 2018
  
      Have you checked the documentation for the corrcoef function? It explains exactly how the results are obtained:
Especially when you scroll down to the 'More about' section.
Also, looking at the documentation for the plot matrix might help you understand the output of correlation:
2 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


