Im getting an error in Matlab command window saying ' Matrix dimensions must agree' for x1=x.*w. Could sum1 say me wats wrong here??
    2 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
Im getting an error in Matlab command window saying ' Matrix dimensions must agree' for x1=x.*w. Could sum1 say me wats wrong here??
2 Commenti
  Jan
      
      
 il 24 Set 2012
				Please use meaningful tags, because they are used to reciognized the category of the question. "Speech" is not useful here.
Kewl abbrevs like "sum1" are not meaningful for non-native speakers. Please try to write as simple as possible in standard English. Thanks!
  Sachin Ganjare
      
 il 24 Set 2012
				I agree with Jan. Sharma Roy, please be careful next time. And hope your problem is solved now.
Risposta accettata
  Sachin Ganjare
      
 il 24 Set 2012
        Probabaly dimensions of your inputs x & w are not compatible.
Use below command for checking dimensions of x & w:
whos x w
0 Commenti
Più risposte (1)
  Jan
      
      
 il 24 Set 2012
        Matlab itself told you what's wrongs already: The dimensions of arrays must match, when they are multiplied elementwise. And obviously they don't.
0 Commenti
Vedere anche
Categorie
				Scopri di più su Matrix Indexing in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!