Community Profile

photo

Sarah Mullin


Last seen: alrededor de 3 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


How do you perform moving average with given data?
I was given a csv file to download and I used this code below to read it. clear; fclose all; fileID = fopen('accidents_2017....

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

1

respuesta

Pregunta


How do I remove NaN's from my data?
I was given a csv file and I used this code below to read it: clear; fclose all; fileID = fopen('accidents_2017.csv'); text...

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

2

respuestas

Pregunta


How do I count how many NaN's in a data cell?
I was given a csv file by my teacher to download and i read it using this code below: clear; fclose all; fileID = fopen('acc...

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

1

respuesta

Pregunta


How to add two cells with strings together?
So my teacher asked us to download a csv file with a bunch of data in it that has 15 columns. One of the things we have to do is...

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

2

respuestas