Feeds
提问
Average data in an array based on corresponding time values
Hi there: Let's say I have an array t = [3,1,5,6,2,1,3] and a corresponding data array d = [352,59592,5783,27,6849,264,284]. I ...
7 years 前 | 2 个回答 | 0
2
个回答提问
Remove NaN values from array and corresponding indices in another array
Hi there: Let's say I have an array a = [1,2,NaN,3] and another array b= [4,5,6,7]. I want to remove the NaN from a, and then t...
7 years 前 | 1 个回答 | 0
1
个回答提问
Extracting data from readtable
I am trying to import a csv file into MatLab. I can't use readcsv because the data contains headers and datetime values, and I c...
7 years 前 | 1 个回答 | 0
1
个回答提问
Reformatting one column array into multiple columns
Hi there, I have data in a single column that I want to break into an array with 4 columns so that I can average those 4 values...
7 years 前 | 1 个回答 | 0

