Determine identical elements of a vector
function sameVectorElements input Real v[:] "Vector"; input Integer startIndex = 1 "Start index"; output Integer endIndex = startIndex "startIndex:endIndex are identical elements in v"; end sameVectorElements;