HELP!!! how to deal with x(i,j,k,l).*y(j,k,l).*d(j,k)
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Qiandong Dong
il 6 Nov 2019
Risposto: Qiandong Dong
il 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 Commenti
Guillaume
il 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.
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Loops and Conditional Statements 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!