photo

Ahmed Ghamdi


Last seen: 1 year 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
1 个回答

排名
154,822
of 301,440

声誉
0

贡献数
4 个提问
1 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 21,282

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 174,580

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

已回答
i cant simulate my network, Error using network/sim Input data sizes do not match net.inputs{1}.size.
i found the mistake, for training, instead of writing ThemeCopy train(net,x,y) i should write ThemeCopy [net,tr] = train(...

3 years 前 | 0

提问


i cant simulate my network, Error using network/sim Input data sizes do not match net.inputs{1}.size.
Hi, I can't simulate a simple network, for example % my input is x, and my output is y x = [1:50]; y = 2*x; % create the...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How to create a video of fmincon results for each iteration?
Hi, I have used fmincon to find solution for an optimization problem. I want to create a video plot showning how a plot of a ...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How to use GlobalSearch to find global minimum
Hi, I have successfully used fmincon to find a solution to my optimization problem. The solution is a local minimum (but coul...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Multivariate Nonlinear Problem With vector & matrix unknown inputs
Hello, Problem description: I have oil flow rate observed (qo_obs) and I have a model to calculate oil flow rate (qo_cal). ...

6 years 前 | 1 个回答 | 0

1

个回答