How to draw consecutive circles?
Mostrar comentarios más antiguos
k = 7. ;
N = 255 ;
x = 0:N ;
y = 0:N ;
[X,Y] = meshgrid(x,y) ;
I = 1/2*(1+sin(2*pi/N*k*X)) ;
imshow(I)
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Subplots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
