Community Profile

photo

Abdallah


Last seen: meer dan een jaar ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Question


Searching for the first index where the area below two curves reaches its maximum
I have two curves and I want to determine the first index where the area below the two curves reaches its peak. The problem is ...

meer dan een jaar ago | 0 answers | 0

0

answers

Question


Optimizing the power consumed by photovoltaic production
This is the PV production curve: 24hours x 60 minutes = 1440 minutes. The PV array contains 1441 cells (x=0 minutes is includ...

meer dan een jaar ago | 0 answers | 0

0

answers

Question


find(V,1) returns an index that doesn't match with the plot
>> find(SL_B_Optml,1) ans = 381 >> plot (linspace(1,1441-(T_B+1)+1,1441),SL_B_Optml); >> hold on >> plot([381 381],[0...

meer dan een jaar ago | 1 answer | 0

1

answer

Question


Meta question about using this forum
I'm stuck in my script, I run it, it doesn't give me what I want, the resulting plot of my algorithm gives unexpected and wrong ...

meer dan een jaar ago | 1 answer | 0

1

answer

Question


find(V==max(V),1,'first') returns index that is way beyond the first index where X reaches the maximum
find(V==max(V),1,'first') returns index that is way beyond the first index where V reaches the maximum. In the above picture,...

meer dan een jaar ago | 1 answer | 0

1

answer

Question


"Trapz" function gives result different than what I calculate by hand
0 I'm trying to remember how the trapz function works by doing a little manual test on the console: >> x=linspace(1,5,5) x = ...

meer dan een jaar ago | 1 answer | 0

1

answer