Community Profile

photo

Sarah Mullin


Last seen: 3 years ago Active since 2021

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


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

3 years ago | 1 answer | 0

1

answer

Question


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

3 years ago | 2 answers | 0

2

answers

Question


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

3 years ago | 1 answer | 0

1

answer

Question


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

3 years ago | 2 answers | 0

2

answers