using imshow i want to display the values and need to refresh after every second
Mostrar comentarios más antiguos
for m=0:31 a=0:31 dec2bin(a) dec2bin(m) end
this gives the output as follows , for every binary value of "m" i get to read all values of 'a' from 00000 to 11111 so this values has to be displayed using imshow .
Can anyone help with this please .
1 comentario
venkat vasu
el 17 de Oct. de 2012
Using imshow is this possible to show the binary value. i think you want to plot your binary value.
Respuestas (1)
Image Analyst
el 17 de Oct. de 2012
0 votos
Why imshow()? This is not really an image, at a very very small one if it is. Why not just remove the semicolon to display in the command window or use disp() or fprintf()?
1 comentario
MANJUNATH
el 18 de Oct. de 2012
Categorías
Más información sobre Environment and Settings 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!