Community Profile

photo

eiraj ahmad


Attivo dal 2015

Statistiche

Content Feed

Visto da

Domanda


sir i have a code which i want to use in image steganography but whenever i am trying to take that code and use in my gui its showing me error
i want to use this code in my gui but i want to retrieve the image from the previous button and whenever im using the previous b...

quasi 9 anni fa | 2 risposte | 0

2

risposte

Domanda


i have made a image browser which displays the file name of the image and i want to use that file name(.jpg) in other pushbutton for embedding kindly help?im new to matlab
% --- Executes on button press in loadimage. function loadimage_Callback(hObject, eventdata, handles) % hObject handl...

quasi 9 anni fa | 2 risposte | 0

2

risposte

Domanda


i want to copy the data of the edit text button in my gui and use it in other push button can i do that ?
[filename]=uigetfile({'*.txt'},'FILE Selector'); Path=filename; text=fileread(Path); set(handles.edit2,'string',text)...

quasi 9 anni fa | 2 risposte | 0

2

risposte

Domanda


sir i have made a gui in which a push button gets images from folders of the computeers and i have a edit texts which shows the name of the image and i want to use that image for anothers pushbutton can you suggest me a way?
[filename]=uigetfile({'*.jpg'},'File Selector'); image=strcat(filename); axes(handles.axes1); imshow(image); set(h...

quasi 9 anni fa | 1 risposta | 0

1

risposta

Domanda


i am trying to open a text file in my gui but its showing just the file name since i am new to matlab kindly help
[filename]=uigetfile({'*.txt'},'File Selector'); set(handles.edit2,'string',filename);

quasi 9 anni fa | 1 risposta | 0

1

risposta