what it is this meaning
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
j=size(r_ed,2):-1:1;
0 commentaires
Réponse acceptée
Torsten
le 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.
0 commentaires
Plus de réponses (0)
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!