HELP!!! how to deal with x(i,j,k,l).*y(j,k,l).*d(j,k)
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Qiandong Dong
le 6 Nov 2019
Réponse apportée : Qiandong Dong
le 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 commentaires
Guillaume
le 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.
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Loops and Conditional Statements 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!