Hi to all,
I'm trying to have a vector (for example a row or a column) from a
matrix.
like in Matlab : my_column_vector = my_matrix(:,3) or
my_row_vector = my_matrix(1,:);
I know that it will be a stupid thing, but can you post a reference or a
pseudo code??
Thanks!!