Hans Wagener
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
64,364
of 296,426
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20,367
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 156,406
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
How do I create a load duration curve for a wind turbine from a timeseries?
I modelled a WT system in Simulink, and now I want to model a load duration curve similar to the picture below: The data is ...
2 years ago | 1 answer | 0
1
answerQuestion
How do I create a Weibull fit over an empirical cumulative distribution function (ecdf)?
clear all close all clc %Data import Windspeed_hourly_mean = xlsread('Windspeed_hourly.xlsx','B2:B8763'); WHM=Windspeed_h...
2 years ago | 1 answer | 0
1
answerQuestion
How do I plot a 3D surface plot from two for loops
Hi all, I am trying to make a 3D surface plot from the variable 'eta', which is the product from U and F. On the x-axis i, ran...
2 years ago | 1 answer | 0
1
answerQuestion
How can I create a solid line from the data within a for loop?
Hi all, I want to plot efficiency 'Eff' on the y-axis against current density 'i' on the x-axis. However, because the data is ...
2 years ago | 3 answers | 0
3
answersQuestion
How do I make a probability plot of ranges of values below a certain threshold?
I plotted a yearly wind profile and calculated that the maximum consecutive hours below a threshold of 3 m/s is 43h. For this I ...
2 years ago | 1 answer | 0
1
answerQuestion
How do I start counting when below a threshold and stop counting above the same threshold in a timeseries?
I modeled wind speed data for a whole year and now I want to count the amount of consecutive hours that the wind is below a cert...
2 years ago | 2 answers | 0