Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このコード行の意味を説明できる人はいますか?
input(row, col) = 255;
画像処理とは何の関係もありません:
数値入力を要求するには、
prompt = 'What is the original value? '; result = input(prompt)
あなたが書いたものは、「入力」を行列と見なし、「行」と「列」に配置された要素を値255で埋めています。