필터 지우기
필터 지우기

using imshow i want to display the values and need to refresh after every second

조회 수: 1 (최근 30일)
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
venkat vasu
venkat vasu 2012년 10월 17일
Using imshow is this possible to show the binary value. i think you want to plot your binary value.

댓글을 달려면 로그인하십시오.

답변 (1개)

Image Analyst
Image Analyst 2012년 10월 17일
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
MANJUNATH
MANJUNATH 2012년 10월 18일
Sir,
actually i have a sensor with 1024 pixels, addressing pixels is done using 'for loop' . every time a pixel is selected and the voltage of the pixel is taken as output and that o/p is sedt to DAQ .
i want to plot those voltage values using "imshow" in a 32 by 32 matrix form .
DATA ACQUISITION CARD : NI USB - 6255

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Environment and Settings에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by