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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0
