Copy the columns of one matrix into another

copy_pathmat(dest, orig)

Arguments

dest

destination matrix

orig

origin matrix

ind

column index

Value

copy the elements of one matrix into another.