Statistics
RANK
20,138
of 295,467
REPUTATION
2
CONTRIBUTIONS
1 Question
3 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
1
RANK
13,549 of 20,234
REPUTATION
20
AVERAGE RATING
0.00
CONTRIBUTIONS
1 File
DOWNLOADS
2
ALL TIME DOWNLOADS
201
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 ago | 1 answer | 0
1
answerGui Screen Shot Button
I put it like this, but did not work, could you please help me: function pushbutton76_Callback(hObject, eventdata, handles) ...
6 years ago | 0
Submitted
pe.m
Extracting points from a curve:This code extract the points from a curve saved in image format.
10 years ago | 2 downloads |
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 ago | 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 ago | 0