dpb
Posts:
6,677
Registered:
6/7/07
|
|
Re: Insert row in an array and delete last row
Posted:
Jan 20, 2013 11:24 AM
|
|
On 1/20/2013 10:20 AM, Michael Doukas wrote: ...
> By R you symbolize the newly created row vector i suppose.
Yes.
> Moreover, in case i wanted to perform a check on whether this row vector > already exists in the matrix, how should i implement it? > I have tried the ismember function but it does not fit my problem.
Why not??? Sounds like exactly ismember() w/ the optional 'rows' argument to me...
--
|
|