Azzera filtri
Azzera filtri

What is the meaning of any_image(:,w:-1:1) in MATLAB

7 visualizzazioni (ultimi 30 giorni)
I have seen this line in a program, but couldn't understand what it means. As far as i know, the first part means 'for all rows' but i didn't understand
w:-1:1
this part.

Risposta accettata

Marcel Kreuzberg
Marcel Kreuzberg il 12 Nov 2019
w:-1:1 start with w step -1 till 1
6:-1:1 -> 6 5 4 3 2 1

Più risposte (0)

Categorie

Scopri di più su Images in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by