cell#

swordfish.function.cell()#

Return a scalar that is the value of the specified cell: obj[row, col]. The cell function runs generally faster than obj[row, col].

Parameters:
  • obj (Constant) – A matrix or table.

  • row (Constant) – A non-negative integer indicating a column number.

  • col (Constant) – A non-negative integer indicating a row number.