what is wrong with this code?
    5 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
Hi 
I get the following error when I run this code:
''Error using  / 
Matrix dimensions must agree.''
0 commentaires
Réponses (1)
  Torsten
      
      
 le 8 Nov 2022
        Most probably, you will have to change all / and * and ^ to ./ and .* and .^ in your code (elementwise operations instead of matrix operations).
0 commentaires
Voir également
Catégories
				En savoir plus sur Creating and Concatenating Matrices dans Help Center et File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!