Filter löschen
Filter löschen

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

2 Ansichten (letzte 30 Tage)
sadhna
sadhna am 13 Feb. 2013
i1 = imread('pears.png');
imshow(i1);
hcsc = video.ColorSpaceConverter;
hcsc.Conversion = 'RGB to intensity';
i2 = step(hcsc, i1);
pause(2);
imshow(i2);

Akzeptierte Antwort

Jos (10584)
Jos (10584) am 13 Feb. 2013
try
help step
doc step
type step
to get more info of this function

Weitere Antworten (0)

Kategorien

Mehr zu Multidimensional Arrays finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by