photo

Umesh Kharad


Last seen: casi 3 años hace Con actividad desde 2022

Followers: 0   Following: 0

Estadística

MATLAB Answers

2 Preguntas
1 Respuesta

CLASIFICACIÓN
168.848
of 300.369

REPUTACIÓN
0

CONTRIBUCIONES
2 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
50.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.936

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.436

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

Ver insignias

Feeds

Ver por

Pregunta


script for Unit delay block
i have one signal for an ex: sig1 and i have add one unit delay block between signal and scope. I have to write m-script for thi...

casi 3 años hace | 1 respuesta | 0

1

respuesta

Respondida
I want to find 4 consecutive number which is present in array.
idx = [1 2 4 5 7 9 11 12 13 14 16]; for k=1:end if idx(k:k+3)==(idx(k):idx(k)+3) fprintf('error in position %g:...

alrededor de 3 años hace | 0

Pregunta


I want to find 4 consecutive number which is present in array.
idx=[1 2 4 5 7 9 11 12 13 14 16] result should be ans= 11 12 13 14

alrededor de 3 años hace | 4 respuestas | 0

4

respuestas