what it is this meaning

4 Ansichten (letzte 30 Tage)
nirai selvi
nirai selvi am 5 Nov. 2015
Beantwortet: Torsten am 5 Nov. 2015
j=size(r_ed,2):-1:1;

Akzeptierte Antwort

Torsten
Torsten am 5 Nov. 2015
It's a vector starting with the number of columns of the matrix r_ed and counting down to 1 in steps of -1.
E.g. if r_ed is (5x7), j is [7 6 5 4 3 2 1].
Best wishes
Torsten.

Weitere Antworten (0)

Kategorien

Mehr zu MATLAB finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by