photo

Vinod S


IIT Madras

2012년부터 활동

Followers: 0   Following: 0

연락

Professional Interests: Communication, Signal Processing

통계

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
random permutation of 3 numbers when repetition of digits are allowed
Try it this way, a=[1 2 3]; b=[a(ceil(3*rand(1))) a(ceil(3*rand(1))) a(ceil(3*rand(1))...

11년 초과 전 | 1

| 수락됨

질문


Can these operations be vectorized?
n1=-64:63; Inter=sinc(n1/9); Poly=reshape(Inter,8,16); X=repmat([1,-1],1,10); for i=1:8 A(i,:)=conv(Poly(i...

11년 초과 전 | 답변 수: 3 | 0

3

답변

질문


Indexing of a temporary array.
x=(meshgrid([1 2 3],[1 2 3]).*meshgrid([1 2 3],[1 2 3])') x=x(:)' Is it possible to carry out the abov...

11년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Can these operations be vectorized?
X=1:100; T=zeros(10); for i=1:10 T(i,:)...

11년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Please suggest a method using Vectorization.
I want to do the following operation using vectorization technique of Matlab. I am a novice user of matlab. So please tell me ho...

11년 초과 전 | 답변 수: 1 | 0

1

답변