photo

Ahmed Ghamdi


Last seen: 대략 1년 전 2019년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

4 질문
1 답변

순위
154,836
of 301,454

평판
0

참여
4 질문
1 답변

답변 채택
50.0%

획득한 표
0

순위
 of 21,287

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 174,632

참여
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년 초과 전 | 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0

1

답변