Feeds
已回答
imagesc problem when displaying a binary matrix
Adding set(handles.AxesA,'CLim',[0 1]); before imagesc(...) solves my problem.
imagesc problem when displaying a binary matrix
Adding set(handles.AxesA,'CLim',[0 1]); before imagesc(...) solves my problem.
11 years 前 | 0
提问
imagesc problem when displaying a binary matrix
I have a GUI to apply some image processing filters to a matrix. After the filtering I want to display the filtered matrix on my...
11 years 前 | 2 个回答 | 0