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:
>> 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!