HELP!!! how to deal with x(i,j,k,l).*y(j,k,l).*d(j,k)
    8 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Qiandong Dong
 am 6 Nov. 2019
  
    
    
    
    
    Beantwortet: Qiandong Dong
 am 6 Nov. 2019
            my function contains some high dimonsional matrix:how to deal with x(i,j,k,l).*y(j,k,l).*d(j,k)?
and matlab warnings a argument must be numeric.
2 Kommentare
  Guillaume
      
      
 am 6 Nov. 2019
				You need to give a lot more context to your question if you want help.
I suspect that you're doing your multiplication inside a loop, so show us the code of that loop. Also give us the size and class of x, y and d.
And if you get an error, give us the full text of the error message.
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Creating and Concatenating Matrices finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
