reverse of row in matlab

7 Ansichten (letzte 30 Tage)
Tanmoyee Bhattacharya
Tanmoyee Bhattacharya am 6 Apr. 2018
Beantwortet: Fabio Barbosa am 6 Apr. 2018
If I have 23 columns and five rows like this
if true
% code
end
1 2 3 4 5
1 2 3 4 5
1 2 3 4 5
1 2 3 4 5
and I want is
if true
% code
end
5 4 3 2 1
5 4 3 2 1
5 4 3 2 1
If it is possible to do in matlab?

Akzeptierte Antwort

Fabio Barbosa
Fabio Barbosa am 6 Apr. 2018
Use the flip function: https://www.mathworks.com/help/matlab/ref/flip.html?s_tid=doc_ta

Weitere Antworten (0)

Kategorien

Mehr zu Multidimensional Arrays finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by