Clear Filters
Clear Filters

what it is this meaning

2 views (last 30 days)
nirai selvi
nirai selvi on 5 Nov 2015
Answered: Torsten on 5 Nov 2015
j=size(r_ed,2):-1:1;

Accepted Answer

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

More Answers (0)

Products

Community Treasure Hunt

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

Start Hunting!