Build a matrix with a gradual value of intensity and an horizontal line with a constant value
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
palla seetha rama teja
el 8 de Nov. de 2022
Respondida: Davide Masiello
el 8 de Nov. de 2022
hi i need to buil a image using the matrx. i ma new to matlab can you help me with this.
0 comentarios
Respuesta aceptada
Davide Masiello
el 8 de Nov. de 2022
A = repmat(linspace(0,1,1000),500,1);
A(220:280,:) = 0.5;
imshow(A)
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Image Processing and Computer Vision en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!