Matlab: What does it mean: input(row, col) = 255; -


can explain line of code means?

input(row, col) = 255; 

it has nothing image processing:

to request numeric input,

prompt = 'what original value? '; result = input(prompt) 

what wrote considering 'input' matrix , filling element placed in 'row' , 'column' value 255.


Comments