Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
Why i get : Matrix dimensions must agree? What is meant by this error?
    3 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
Why i get the following error
Error using .* Matrix dimensions must agree.
Error in Untitled2 (line 41)
ccc1=sum(sum(u1.*u1.*IM))/sum(sum(u1.*u1));
1 Commento
  Stephen23
      
      
 il 4 Apr 2017
				
      Modificato: Stephen23
      
      
 il 4 Apr 2017
  
			When I search this forum for "dimensions do not agree" I get 966 results:
Did you look at any of them? This is a very common error that has been explained a thousand times before, and finding information on it is very easy: the top-right of this page has a big white field labeled "Search Answers". It is free for you to use.
Risposte (1)
  KSSV
      
      
 il 4 Apr 2017
        You see in line number 41, the matrices which you are multiplying are not of same dimensions. You have to get them to similar dimension using imresize. Check the attached file, whether it gives expected result.
1 Commento
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


