Community Profile

photo

Kiarash Ahi


UConn

2014년부터 활동

Followers: 0   Following: 0

연락

A Matlab Lover!

통계

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

5년 초과 전 | 답변 수: 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) ...

대략 6년 전 | 0

제출됨


pe.m
Extracting points from a curve:This code extract the points from a curve saved in image format.

9년 초과 전 | 다운로드 수: 1 |

답변 있음
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

거의 10년 전 | 0