統計
All
ランク
of 157,776
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How to give a vector as Sigma to fspecial 'gaussian'
Hi, I need to give a vector to fspecial as the Sigma of a Gaussian. If I want to use a for loop inside another for loops and...
約6年 前 | 1 件の回答 | 0
1
回答回答済み
Gui Screen Shot Button
I put it like this, but did not work, could you please help me: function pushbutton76_Callback(hObject, eventdata, handles) ...
Gui Screen Shot Button
I put it like this, but did not work, could you please help me: function pushbutton76_Callback(hObject, eventdata, handles) ...
7年弱 前 | 0
送信済み
pe.m
Extracting points from a curve:This code extract the points from a curve saved in image format.
10年以上 前 | ダウンロード 2 件 |
回答済み
compare two matrices
How if I want two compare the two matrices and get only one digit; I mean 1 if both were the same and 0 if at least two element ...
compare two matrices
How if I want two compare the two matrices and get only one digit; I mean 1 if both were the same and 0 if at least two element ...
10年以上 前 | 1
回答済み
how to make zero padding?
Try this as well: function kp=padding(k) [M N]=size(k); for n=1:2:N k(:,n)=0 end end
how to make zero padding?
Try this as well: function kp=padding(k) [M N]=size(k); for n=1:2:N k(:,n)=0 end end
10年以上 前 | 0