Questions tagged [implicit-expansion]

1 questions
0
votes
2 answers

How to compare the values of an one-dimensional matrix with each other?

In an array (a) with indexes from 1 to m, I want to compare the values of this array one by one with each other, and if the distance (Difference) between two values is more than a value (z), for example, the difference between a(i) and a(j) at…