LINE Solver
MATLAB API documentation
Loading...
Searching...
No Matches
getStationServers.m
1function S = getStationServers(self)
2% S = GETSTATIONSERVERS()
3
4% Copyright (c) 2012-2026, Imperial College London
5% All rights reserved.
6
7for i=1:getNumberOfStations(self)
8 S(i,1) = self.stations{i}.numberOfServers;
9end
10end