How to fix subscription assignment mismatched ?
    4 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Javaid Iqbal
 el 27 de Oct. de 2018
  
    
    
    
    
    Comentada: Javaid Iqbal
 el 28 de Oct. de 2018
            I'm facing this error in Matlab please help to solve it. Thanks Error: Subscripted assignment dimension mismatch.
Error in Train_Module_SIFT (line 60) feat1(featureRow,:)=kpd;
2 comentarios
  madhan ravi
      
      
 el 27 de Oct. de 2018
				
      Editada: madhan ravi
      
      
 el 27 de Oct. de 2018
  
			Upload your code and required data files
Respuesta aceptada
  Image Analyst
      
      
 el 27 de Oct. de 2018
        kpd is a vector that does not have the same number of columns as feat1. Put this before that line
whos feat1
whos kpd
0 comentarios
Más respuestas (0)
Ver también
Categorías
				Más información sobre Performance and Memory 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!


