필터 지우기
필터 지우기

converse the order of row or column vector

조회 수: 4 (최근 30일)
JaeSung Choi
JaeSung Choi 2017년 11월 26일
답변: Star Strider 2017년 11월 26일
I want to converse the order of row or column vector.
ex) [1 2 3 10] -> [10 3 2 1]
help please!

채택된 답변

Star Strider
Star Strider 2017년 11월 26일
The easiest way is to use the flip (link) function (in R2013b and later). Links to related functions fliplr, flipud, and others are at the end of that page.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!