function id = fbs_coordtable_getIndex(table,coord) if table.containsKey(coord) id = table.get(coord); else error('FBS:getLabel:noSuchValue','this Mapping does not contain a Value %d',condition); end end