URGENT MATLAB HELP PLEASE
I have a row vector, called “numerator”, that goes from 1 to “k”elements. Each element in “numerator” is a different scalar fromsome complex calculation I did. “K” is just a hard coded number Iput in MATLAB. Then I have a variable called “denominator,” whichis a scalar.
I am trying to calculate an error, called eta. eta = numerator /denominator. However, eta is a vector that depends on k, so I amstoring this in a vector, and I am calculating eta for every k. Ican’t just do numerator ./ denominator because I need to take thesum of the previous
OR
OR