photo

Vinod S


IIT Madras

Attivo dal 2012

Followers: 0   Following: 0

Messaggio

Professional Interests: Communication, Signal Processing

Statistica

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

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

circa 12 anni fa | 1

| accettato

Domanda


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

oltre 12 anni fa | 3 risposte | 0

3

risposte

Domanda


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

oltre 12 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 12 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 12 anni fa | 1 risposta | 0

1

risposta