photo

eiraj ahmad


2015 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

5 質問
0 回答

ランク
207,842
of 300,863

評判
0

コントリビューション
5 質問
0 回答

回答採用率
0.0%

獲得投票数
0

ランク
 of 21,100

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,413

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
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...

10年以上 前 | 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...

10年以上 前 | 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)...

10年以上 前 | 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...

10年以上 前 | 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);

10年以上 前 | 1 件の回答 | 0

1

回答