Statistics
7 Questions
0 Answers
RANK
109,325
of 295,448
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
71.43%
VOTES RECEIVED
0
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
change calculation into financial/fiscal year
I've been doing my calculations/written my code based on calendar year, but realised now that I should have done it based on fin...
6 years ago | 1 answer | 0
1
answerQuestion
Find the number of times a number is in an array for every column
Hi, this is probably quite simple but can't get my head around it. I have 8784 x 9 matrix and I want to find value <= 0 in this ...
6 years ago | 1 answer | 0
1
answerQuestion
Remove elements from matrix if length below certain number
Hi, I would like to remove elements from my matrix if it doesn't meet certain conditions. My code is as below but I get an error...
6 years ago | 1 answer | 0
1
answerQuestion
Fit multiple curves in one graph using least squares
Hi all, I've created yearly power curve for multiple wind farms (with multiple curves in a graph) and I would like to fit the...
6 years ago | 4 answers | 0
4
answersQuestion
Index satisfying multiple conditions
Hi, I have a matrix with 4 columns of Year, Month, Hour, Speed. I would like to extract the data from just month 1, month 11 and...
6 years ago | 2 answers | 0
2
answersQuestion
number of times consecutive values occur
I have a row vector (1000 x 1) containing the values of 0 and nonzero values. I would like to find the number of times non-zero...
6 years ago | 2 answers | 0
2
answersQuestion
Multiply matrices of different sizes
Background: I've got 7 years worth of Power data for a wind farm binned into 100 bins of wind speed i.e. 100 x 7 matrix. I've go...
6 years ago | 2 answers | 0