Community Profile

photo

Kiarash Ahi


UConn

Actif depuis 2014

Followers: 0   Following: 0

Contact

A Matlab Lover!

Statistiques

All
  • First Review
  • First Submission
  • First Answer

Afficher les badges

Feeds

Afficher par

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...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

A répondu
Gui Screen Shot Button
I put it like this, but did not work, could you please help me: function pushbutton76_Callback(hObject, eventdata, handles) ...

environ 6 ans il y a | 0

A répondu
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 ...

presque 10 ans il y a | 1

A répondu
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

presque 10 ans il y a | 0