Error using * Inner matrix dimensions must agree

1 次查看(过去 30 天)
I enter this h=abs((j*w*R*c)./((j*w*R*c)-(w*w*L*c)+1)); but it told me that Error using * Inner matrix dimensions must agree how can i solve it?

回答(2 个)

Muhammed Fasil
Muhammed Fasil 2016-4-28
Dear E. sarah,
Follow matrix multiplication rule eg: If u want to multiple w*R where w has order AxB and R has order BxC then inorder them to be multiplied Ax B* B xC, B of both variable(w and R) should be same.
Check your variable orders as suggested by Roger.

Andrei Bobrov
Andrei Bobrov 2016-4-28
maybe so?
h=abs((j*w*R*c)./((j*w*R*c)-(w .* w*L*c)+1));

类别

Help CenterFile Exchange 中查找有关 Matrix Indexing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by