Effacer les filtres
Effacer les filtres

how can I do calculations using an array as a result and dividing each element of an array for an expression

1 vue (au cours des 30 derniers jours)
Hello,
I would like to know how can I do calculations using an array as a result and dividing each element of an array for an expression I am using the following code:
n=10
for j=drange(1:n)
P(j)=-w(j)/(y*(4*y^2-3*u^2)*(7*r*z))
end
All the variable values are previously defined
However, the following error occurs:
Error using / Matrix dimensions must agree.
Error in matlab (line 42) for j=drange(1:n)
Can anyone help me?
regards,
Hugo
  2 commentaires
Star Strider
Star Strider le 4 Déc 2014
Hugo’s ‘Answer’ moved here ...
Hi, Thanks for the reply
P(j) and w(j) are 10 y u r and z are scalars (size 1)

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Multidimensional Arrays 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!

Translated by