統計
MATLAB Answers
7 質問
0 回答
ランク
of 157,776
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
how to call mfile function from gui?i have input image in one call back which i need to pass to the function in mfile....function call should be in another callback..
function pushbutton2_Callback(hObject, eventdata, handles) ention(handles.A,S,S1,S2,S3,S4,S5,S6) ; function pushbutt...
11年弱 前 | 1 件の回答 | 0
1
回答質問
to store the image in separate variable for future operation
ffta=fft2(double(image)); figure,imshow((abs(fftshift(ffta)),[24,10000]) how can i store the image shown in a separate...
11年弱 前 | 1 件の回答 | 0
1
回答質問
how can i generate key for image encryption
its a private key encryption system.help me to generate key.
11年弱 前 | 0 件の回答 | 0
0
回答質問
i have done 2d dft using fft2 and received phase and magnitude image.how to store that image shown using imshow in separate variable.
*imshow(abs(fftshift(image)),[24 10000]).* using this im getting the image but how to store it a separate variable for future o...
11年弱 前 | 1 件の回答 | 0
1
回答質問
i have done 2d dft for image without using function(fft2) and received dft image.now i have to get magnitude and phase image of dft image.help me..
how can i get separated magnitude and phase image..i have done 2d dft without using built-in function.
約11年 前 | 1 件の回答 | 0
1
回答質問
how can i do 2d dft for image without using built-in function(fft2) and get matrix values for the separated magnitude and phase of an image after 2d dft?
i need to do 2d dft for an image using normal formula and get matrix values for separated mag and phase.
約11年 前 | 1 件の回答 | 0
1
回答質問
how to do two dimensional discrete fourier transform for image?
code for 2d dft- taking an sample image.output should be in matrix values
11年以上 前 | 2 件の回答 | 0