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

2 次查看(过去 30 天)
i1 = imread('pears.png');
imshow(i1);
hcsc = video.ColorSpaceConverter;
hcsc.Conversion = 'RGB to intensity';
i2 = step(hcsc, i1);
pause(2);
imshow(i2);

采纳的回答

Jos (10584)
Jos (10584) 2013-2-13
try
help step
doc step
type step
to get more info of this function

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Multidimensional Arrays 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by