Effacer les filtres
Effacer les filtres

what does the colon mark indicates in the color seperation of image?

2 vues (au cours des 30 derniers jours)
TISA MARIA
TISA MARIA le 13 Juin 2013
what does the colon mark indicates in the color separation of image Z(:,:,1)

Réponse acceptée

David Sanchez
David Sanchez le 13 Juin 2013
It says you are taking all the elements.
example. If
Z = [1 2 3;
4 5 6;
7 8 9];
Then
Z(:,1) = [1;
4;
7];
Z(2,:) = [4 5 6];

Plus de réponses (0)

Catégories

En savoir plus sur Images dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by