Feeds
提问
Eliminate duplicates of nonzero elements but keep zeros
I have a logical array. I want to eliminate the duplicates of the 1s but keep all the zeros intact. Here's an example of what...
12 years 前 | 2 个回答 | 1
2
个回答提问
Creating a matrix with multiple cells in each column
I created a matrix from textscanning a csv file. I wanted five of the columns out of the csv file. In each column is 365 rows of...
12 years 前 | 1 个回答 | 0
1
个回答提问
How can I loop through a csv file that holds annual precipitation data and find out how many dry events there are?
I have a csv file with 365 days of precipitation data. I am interested in finding out the average time between rainy days. For e...
12 years 前 | 1 个回答 | 0
