How to print this graph?
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Juan Zegarra
el 30 de Abr. de 2019
Respondida: KSSV
el 1 de Mayo de 2019
So far I have this. Please help.
2(n-1)+1 %number of x
n=row
floor(col/2-(n-1)) %number of blanks
floor (row/2-(n-1))
2 comentarios
Rik
el 30 de Abr. de 2019
The code below should be helpful, but you'll have to explain what exactly you mean by printing. Do you want to have a plot? Print it to the command window? Send it to a real printer to print it on paper?
rows=3;cols=6;
pattern=1-mod(reshape(1:(rows*cols),rows,cols),2)
Respuesta aceptada
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!