How to make a matrix upside down?

조회 수: 9 (최근 30일)
Rengin
Rengin 2016년 1월 26일
답변: Walter Roberson 2016년 1월 26일
% Dear Users,
% I have such an matrix below:
A= [1;4;5;7];
% I want to make it upside down:
B= [7;5;4;1];
% Is there any shor cut to do it?
% Thanks!

채택된 답변

Walter Roberson
Walter Roberson 2016년 1월 26일

추가 답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by