photo

Inteeskimo


Con actividad desde 2017

Followers: 0   Following: 0

Estadística

MATLAB Answers

7 Preguntas
0 Respuestas

CLASIFICACIÓN
103.309
of 300.352

REPUTACIÓN
0

CONTRIBUCIONES
7 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
100.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.928

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.212

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 3

Ver insignias

Feeds

Ver por

Pregunta


How to create a smooth curve through data points?
I have a basic plot as follows. x = [0 0.2 0.4 0.8 1.2 1.6 2.0]; y = [0 0.155 0.240 0.328 0.450 0.582 0.692]; plot(x,y,'x'...

casi 8 años hace | 3 respuestas | 0

3

respuestas

Pregunta


I want to find the average of n data points in an array and cycle through to create a new array.
I'm a complete beginner so sorry I can't even attempt this myself, go easy on me, please. Thank you :)

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I take an average of a signal in order to smooth the data?
First I need to divide each cycle up. each cycle needs to be divided as: 0.2 seconds before and 0.4 seconds after the highest y ...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


I need to find Y values between two given points.
I have sets of x coordinates as follows (1527 2127, 2629 3229,...etc) I need to find the Y values between each set then ta...

casi 8 años hace | 1 respuesta | 0

1

respuesta

1

respuesta

Pregunta


I'm plotting ECG data and I want to resale the x and y axis so that only the first 3 seconds are showing
I am a complete beginner so go easy on me :) load('ecg_wavs.mat') t = linspace(1,3,length(ecg50hz)); subplot(2,1,1); plot...

casi 8 años hace | 1 respuesta | 0

1

respuesta