Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Plz explain this code ? why is the loop required , and how parameters are restricted in the 4th last line of the code ?

3 ビュー (過去 30 日間)
Amir
Amir 2015 年 2 月 26 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
if true
% code
x=0:255;
for i=1:20
if i==1;y=x;
else x=[x;y];
end
end
p= 100*ones(16,200)
x(28:27+16,29:28+200)=p;
imshow(uint8(p))
figure, imshow(uint8(x))
end

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by