How to mathematically model in MATLAB?

42 Views Asked by At

I am trying to create a code for the following statement in MATLAB:

Suppose there are 60 small base stations (small mobile towers) and 1 Macro base station (big mobile tower). Let us index these nodes by $i$ and $j$ where $i,j$ can be both small base stations and Macro base stations. Then pair of nodes ($i$, $j$) denotes neighbors of each other.

My query is how can we code the above statement in MATLAB.

Any help in this regard will be highly appreciated.