photo

Kiarash Ahi


UConn

自 2014 起处于活动状态

Followers: 0   Following: 0

消息

A Matlab Lover!

统计学

All
MATLAB Answers

1 个提问
3 个回答

File Exchange

1 文件

排名
19,824
of 297,457

声誉
2

贡献数
1 个提问
3 个回答

回答接受率
0.0%

收到投票数
1

排名
13,668 of 20,438

声誉
20

平均
0.00

贡献数
1 文件

下载次数
2

ALL TIME 下载次数
201

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • First Submission
  • First Answer

查看徽章

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

7 years 前 | 0

已回答
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 years 前 | 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

10 years 前 | 0