/
removedup(List, x[indeks] )
removedup(List, x[indeks] )
removedup(List, x[indeks] ) → List In a given list, this function sequentially scans according to the provided index and removes other indices that are identical at that index. It reconstructs the list as no elements are equal to the value of designated index. |
Example:
<O N="LinelObject1" T="Project" Category="Functions" TransAlignRule="1">
<!-- created by ParamML Examples on 8/22/2023 -->
<P N="line" V="[[20,0,10],[25,0,30]]" />
<P N="linelength" V="linel(line)" />
</O> |
Debug Trace |
A illustrated above, at parameter “a”, function scans based on the index 1 and removes the identical elements from the list. At parameter “b” function scans based on the index 0 and removes the identical elements from the list. |
To view this example in the library, see (Engineering on Cloud ) |
, multiple selections available,
Related content
General Information
General Information
Read with this
removedup(Liste,x_indeks_)
removedup(Liste,x_indeks_)
More like this
stripmesh(line1,nokta1,line2,nokta2)
stripmesh(line1,nokta1,line2,nokta2)
More like this
linesplit(line,segmentsayısı)
linesplit(line,segmentsayısı)
More like this
mergel(Lists)
mergel(Lists)
More like this
refine (List, Maxinterval)
refine (List, Maxinterval)
More like this