MATLAB: This is the code and it has a problem while calculating kafa=y2/y12

matrix dimensions must agree

kafa=y2/y12. but it gives error.. Matrix dimensions must agree.

Best Answer

Error using /
Matrix dimensions must agree.
>> whos y2 y12
Name Size Bytes Class Attributes
y12 1x450 3600 double
y2 15x1 120 double
>>