I have used the power curve of wind turbine and frequency distribution curves.
I do not understand what is your exact problem.
I think that your code will be more efficient if you remove de loop for.
Try this
v=0:.1:25;
rho=1.23;
A=8459;
p=.5*rho*A*(v.^3)
plot(v,p, 'r')
xlabel('velocity(m/s)')
ylabel('power(kw)')
for i=1:length(v)
p(i)=.5*rho*A*(v(i).^3)
end
plot(v,p, 'r' 3)
legend('velocity(m/s)', 'power(kw)')
but what if Cp value is also random variable then there will be more than one random variable in equation.
I'm working on radiative cooling of solar panel using photonic structure. I need to simulated multilayer nanoscale thin films uisng comsol or lumerical. Please do send me related material...
06 July 2019 9,535 3 View
i have designed geometry in solid works i need help in ansys now. should i go for importing into ansys design-modeller or directly defining fluid and solid domain in solid works than into ansys...
06 July 2018 771 2 View
03 April 2017 7,078 6 View
.
02 March 2015 7,686 1 View
While analysing wind data stability using disttool and dfittool commonds in matlab we have to import our data into matlab.i am having problem in imoprting data into matlab because i of either wind...
01 February 2015 7,834 8 View
Need help and study material regarding above mentioned topic.
01 January 1970 7,836 0 View
I have dataset which shows the length of power lines. I need to classify the lines based on the line length. Is there a rule to classify the High voltage (HV) and low voltage (LV) lines based on...
03 March 2021 4,116 4 View
Hi, Could you help me to get the latest (2019, 2020) solar resource data for a particular site in JAPAN? PV GIS and NSRDB data are not in reach to JAPAN, I'm looking for some other database for...
03 March 2021 961 3 View
Is there a powerful system for the security of the systems distributed on IoT systems?
02 March 2021 3,858 10 View
I personally feel this as a most confusing question. As per my understanding, if sample size is > 30, and sample is skewed, we can still use paramteric approach, as it will follow Z...
01 March 2021 1,587 6 View
Dear Researchers I am trying to perform a PIL simulation using STM32F4 Discovery board and comunication serial USB TO TTL. During simulation I receive the following timeout error: An error...
01 March 2021 2,327 1 View
How would define the "good" and "poor" distribution of particles within the matrix. Is there a quantitative solution to assess the distribution of the particles, which then having denotation of...
28 February 2021 7,397 8 View
The following code (see 1st 2 images attached) is used to produce PID controller values that are designed to control the system (G). The code finds the PID controller values (noted as k) by using...
28 February 2021 6,560 14 View
I have input and output data set for "ANFIS modeling in MATLAB", and I am getting some negative predicted values of output in testing. However, the predicted values of output in training are...
28 February 2021 3,459 3 View
I am required to learn about Flyback converters and I got stuck not knowing to full design of the power supply flyback converter Based USB Charger Model using Simulink, especially the design model...
25 February 2021 5,435 2 View
I do need the Matlab code of Fractal Discrete Cosine Transform (FDCT). Can anyone who has already implement this code, help me with the implementation of this transform?
24 February 2021 5,602 2 View