photo

Vinod S


IIT Madras

Aktiv seit 2012

Followers: 0   Following: 0

Nachricht

Professional Interests: Communication, Signal Processing

Statistik

MATLAB Answers

4 Fragen
1 Antwort

RANG
7.675
of 297.503

REPUTATION
6

BEITRÄGE
4 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
100.0%

ERHALTENE STIMMEN
1

RANG
 of 20.449

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 159.017

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

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

mehr als 12 Jahre vor | 1

| akzeptiert

Frage


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

mehr als 12 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


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

mehr als 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort