From: sobia on
we are using load image button which is working using following code :
function pushbutton15_Callback(hObject, eventdata, handles)

image1=loadimage;
subplot(handles.axes8);
imagesc(image1);
colormap(gray);

but when we are using histrogram equalization button it is not reading the same image which we have loaded from our image database and we are using this code for histrogram equalization
subplot(handles.axes9);
image1=histeq(uint8(image1));
imagesc(image1);
plz help us ...n reply as soon as possible