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

