x=[-20:0.5:20]
gzx = 2*G*deltaMzylinder*(zs/(zs^2+x.^2))
plot(x,gzx)
Error using /
Matrix dimensions must agree.

 Réponse acceptée

Cris LaPierre
Cris LaPierre le 21 Mar 2021

1 vote

We would need to know what zs is to say for certain, but the most likely fix is to use elementwise division, "./".

3 commentaires

nikola oljaca
nikola oljaca le 21 Mar 2021
thx a lot zs is just a constant bro
nikola oljaca
nikola oljaca le 21 Mar 2021
really nice it worked i am so happy
nikola oljaca
nikola oljaca le 21 Mar 2021
PS : zs is the depth to my center gravity

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by