HELP!!! how to deal with x(i,j,k,l).*y(j,k,l).*d(j,k)
1 view (last 30 days)
Show older comments
Qiandong Dong
on 6 Nov 2019
Answered: Qiandong Dong
on 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 Comments
Guillaume
on 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.
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Loops and Conditional Statements in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!