photo

Ahmed Ghamdi


Last seen: 12 months ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
1 Answer

RANK
154,569
of 301,204

REPUTATION
0

CONTRIBUTIONS
4 Questions
1 Answer

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 21,191

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,368

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Answered
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 ago | 0

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer