Azzera filtri
Azzera filtri

what it is this meaning

2 visualizzazioni (ultimi 30 giorni)
nirai selvi
nirai selvi il 5 Nov 2015
Risposto: Torsten il 5 Nov 2015
j=size(r_ed,2):-1:1;

Risposta accettata

Torsten
Torsten il 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.

Più risposte (0)

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by