How to find a variance to an image
이전 댓글 표시
I used var(image(:)) but i am getting wrong answer.
답변 (1개)
Andreas Goser
2011년 2월 2일
0 개 추천
The IMAGE function returns a handle, see
I expect VAR over a handle is not what you like to get.
A specifc example and an explanation what a "wrong answer" is exactly will help the community to be able to help you.
댓글 수: 1
Sean de Wolski
2011년 2월 2일
Taking a stab in the dark, I would guess they overwrote image.
카테고리
도움말 센터 및 File Exchange에서 Read, Write, and Modify Image에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!