필터 지우기
필터 지우기

Can anyone know how can display snapshot result during process is running ?

조회 수: 1 (최근 30일)
Dipten
Dipten 2014년 2월 22일
답변: Walter Roberson 2014년 2월 22일
Hii, I am taking a large Sequence of a snapshots . and I store in variable. but when I process on snapshot. I want to a Display Result of snapshot which is processed . How can i do this ??
  댓글 수: 1
the cyclist
the cyclist 2014년 2월 22일
편집: the cyclist 2014년 2월 22일
Please don't post the same question multiple times.
Your question is not very clear. Can you please add some more details. You might also want to read this: http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer
I have deleted the others.
That being said, the site seems to be under a massive spam attack, so any question might have a hard time being answered right now. You might want to try again later after all these soccer and rugby message spam has stopped.

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

답변 (1개)

Walter Roberson
Walter Roberson 2014년 2월 22일
image(YourImageData)
or
imshow(YourImageData)
After you do either, call
drawnow()

카테고리

Help CenterFile Exchange에서 File Operations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by