Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
monotone colored matrix with gridlines
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I want to create a monotone image of a matrix with gridlines the image must be a gray color what am I doing wrong?
monotone = zeros (10,10) - 1;
monotone_gray = 0.8 * [1 1 1];
monotone_matrix (montone, 1:3) = [ montone_gray ];
axis off;
grid on;
image(unclicked)
Thank you
0 comentarios
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!