Results in figure window are different than results in command window
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi,
i'm trying to see difference of two images. I noticed that, values in figure window and values in command window are not same:
![results.png](https://www.mathworks.com/matlabcentral/answers/uploaded_files/245141/results.png)
>> input_image(23,45) %original result
ans =
23
>> original_result(23,45)
ans =
uint8
19
댓글 수: 0
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!