what it is this meaning

2 次查看(过去 30 天)
nirai selvi
nirai selvi 2015-11-5
回答: Torsten 2015-11-5
j=size(r_ed,2):-1:1;

采纳的回答

Torsten
Torsten 2015-11-5
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by