Effacer les filtres
Effacer les filtres

can any one tell what does step command do in this prog

2 vues (au cours des 30 derniers jours)
sadhna
sadhna le 13 Fév 2013
i1 = imread('pears.png');
imshow(i1);
hcsc = video.ColorSpaceConverter;
hcsc.Conversion = 'RGB to intensity';
i2 = step(hcsc, i1);
pause(2);
imshow(i2);

Réponse acceptée

Jos (10584)
Jos (10584) le 13 Fév 2013
try
help step
doc step
type step
to get more info of this function

Plus de réponses (0)

Catégories

En savoir plus sur Multidimensional Arrays 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