photo

eiraj ahmad


Active since 2015

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
207,832
of 300,853

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,094

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 171,319

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Question


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

10 years ago | 2 answers | 0

2

answers

Question


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

10 years ago | 2 answers | 0

2

answers

Question


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

10 years ago | 2 answers | 0

2

answers

Question


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

10 years ago | 1 answer | 0

1

answer

Question


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

10 years ago | 1 answer | 0

1

answer