I am currently receiving this error "The sizes of the input matrices are incompatible. Verify that the matrices have the same size or that one is a scalar."
I have two matrices one is having 1 element in row and 200 elements in column. Other is having 1 row and 230 elements in column.
Can any body guide me how to fix this type of problem. I want to do the follwing operation on them (see attached image for details).
Is it suitable to convert them to scalar and perform that operation or make their size equal and then perform the required operation? Which one is more suitable please suggest and also please guide how to do it?
JK