'Confusing output in MATLAB [closed]

enter image description here

I'm a bit confused with this simple MATLAB script.

If n = 480 , 1/n should be 0.0020833. How is len_F1 325.63?

Am i missing something here? MATLAB version 2020b



Solution 1:[1]

I think that's a lowercase L not a 1. You have defined lowercase L means l somewhere.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 im_vutu