HELP!!! how to deal with x(i,j,k,l).*y(j,k,l).*d(j,k)
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Qiandong Dong
el 6 de Nov. de 2019
Respondida: Qiandong Dong
el 6 de Nov. de 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 comentarios
Guillaume
el 6 de Nov. de 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.
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Loops and Conditional Statements 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!