photo

Abdallah


Last seen: 3 years 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
273,039
of 301,204

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
33.33%

收到投票数
0

排名
 of 21,191

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 173,368

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


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

3 years 前 | 0 个回答 | 0

0

个回答

提问


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

3 years 前 | 0 个回答 | 0

0

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答