How i divide a Constant with a Matrix ?

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

 Accepted Answer

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

3 Comments

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

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!