↳
Did well in the test but missed two critical questions.
↳
The questions started with basic level and got into the depth of the subject .
↳
Look at the poles
↳
r= 0 cnt = 0 j_max = 0 for i in range(image.shape[0]): for j in range(image.shape[1]): if image[i,j] > 0: cnt+= 1 j_max = j if cnt > r: r = cnt elif cnt Less
↳
Matlab, simulink