Matrix multiplication error arising

Answers (1)

Let's ignore the scalar values a and c, which do not cause any problem.
b is a 3x1 vector.
d is a 10x1 vector.
What do you expect to be the result of b.*d? They have a different number of elements, so the operation is ill-defined.

Categories

Find more on Programming in Help Center and File Exchange

Products

Release

R2019a

Asked:

on 7 Feb 2021

Commented:

on 7 Feb 2021

Community Treasure Hunt

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

Start Hunting!