Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations KootK on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reverse/inverse a vector

Status
Not open for further replies.

tlko

Electrical
Mar 16, 2006
4
Hello everybody, I have a question.

I would like to reverse a vector, I mean transform [1,2,3,4] into [4,3,2,1].

Do you know if there is any function that can do that?

I have to do with many vectors, so it could be tough to do a bucle with each vector.

Thank you
 
Replies continue below

Recommended for you

There are many ways:

fliplr() for a row vector (or each row of a 2D array)
flipud() for a column vector (or each column of a 2D array)


x(end:-1:1) for the general case of a 1D vector (either row or column)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor