photo

eiraj ahmad


Actif depuis 2015

Followers: 0   Following: 0

Statistiques

MATLAB Answers

5 Questions
0 Réponses

RANG
207 842
of 300 863

RÉPUTATION
0

CONTRIBUTIONS
5 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
0

RANG
 of 21 100

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 171 413

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

Feeds

Afficher par

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

plus de 10 ans il y a | 2 réponses | 0

2

réponses

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

plus de 10 ans il y a | 2 réponses | 0

2

réponses

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

plus de 10 ans il y a | 2 réponses | 0

2

réponses

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

plus de 10 ans il y a | 1 réponse | 0

1

réponse

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

plus de 10 ans il y a | 1 réponse | 0

1

réponse