Sequential_Optical_System_Simulation icon indicating copy to clipboard operation
Sequential_Optical_System_Simulation copied to clipboard

Results 2 Sequential_Optical_System_Simulation issues
Sort by recently updated
recently updated
newest added

I found that the code seems to be only applicable to the 0-degree field of view. As long as there is a field of view greater than 0, only one...

B = N-curvature(i).*(L.*x0+M.*y0); C = curvature(i).*(x0.^2+y0.^2); delta = C./(B+sqrt(B.^2-curvature(i).*C)); Hello! Sorry to trouble you. I wonder the meaning of the ''B,C,delta'' and how can I learn about the fomulas. Are...