photo

eiraj ahmad


2015 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


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...

約9年 前 | 2 件の回答 | 0

2

回答

質問


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...

約9年 前 | 2 件の回答 | 0

2

回答

質問


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)...

約9年 前 | 2 件の回答 | 0

2

回答

質問


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...

約9年 前 | 1 件の回答 | 0

1

回答

質問


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);

約9年 前 | 1 件の回答 | 0

1

回答