photo

Vinod S


IIT Madras

Con actividad desde 2012

Followers: 0   Following: 0

Mensaje

Professional Interests: Communication, Signal Processing

Estadística

MATLAB Answers

4 Preguntas
1 Respuesta

CLASIFICACIÓN
7.652
of 300.365

REPUTACIÓN
6

CONTRIBUCIONES
4 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
100.0%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 20.933

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.262

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

Ver insignias

Feeds

Ver por

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

casi 13 años hace | 1

| aceptada

Pregunta


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

casi 13 años hace | 3 respuestas | 0

3

respuestas

Pregunta


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

alrededor de 13 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

alrededor de 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 13 años hace | 1 respuesta | 0

1

respuesta