I looking for an explanation in a granular level to understand what the following code means:
idx=y==100;
From what I understand, it is taking a derivative of a variable x, setting it equal to y, equal to 100. Although, I'm not too sure what the purpose of this code would be.