image processing, data stimulation
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
mohammed abdul wadood
el 19 de Mzo. de 2018
Comentada: mohammed abdul wadood
el 19 de Mzo. de 2018
hi, i want to generation an matrix that simulate an image of size 198*211*3 so i used this code:
clc
close all
clear all
for i=1:4;
for j=1:4;
x(i,j)=rand*100;
if x(i,j)>=0 && x(i,j)<=255;
x
end
end
end
is this work correct? thank you
1 comentario
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Image Processing Toolbox 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!