Community Profile

photo

Abdallah


Last seen: más de 1 año hace Con actividad desde 2022

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 2

Ver insignias

Feeds

Ver por

Pregunta


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 ...

más de 1 año hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

más de 1 año hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


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 ...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


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,...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


"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 = ...

más de 1 año hace | 1 respuesta | 0

1

respuesta