Statistics
11 Questions
0 Answers
RANK
266.090
of 297.016
REPUTATION
0
CONTRIBUTIONS
11 Questions
0 Answers
ANSWER ACCEPTANCE
81.82%
VOTES RECEIVED
0
RANK
of 20.419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157.725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Why is there a difference in performance error using 'nntool' and 'nftool' when the properties assumed are same?
I have created a neural network in 'nftool' with 10 inputs and 20 outputs using 5283 samples and found that the architecture wit...
bijna 12 jaar ago | 1 answer | 0
1
answerQuestion
How do I round off exponential numbers?
I have a code for which I get a long exponential number eg. a = 2.572920056e-3 as the output. I need to round off only the non-e...
ongeveer 12 jaar ago | 1 answer | 0
1
answerQuestion
How can the Global minimum be got using optimization toolbox?
I have a function(sum of least squares) which I need to minimize(using fmincon).However, I get different optimized parameters fo...
ongeveer 12 jaar ago | 2 answers | 0
2
answersQuestion
The error 'Matrix dimensions must agree' during optimization.How can it be solved?
I have the following code where 'Ymeas' is an array of measured values and must be fitted with estimated values-'Yest' meanwhile...
ongeveer 12 jaar ago | 1 answer | 0
1
answerQuestion
How do I solve the error: Undefined variable "handles" or class "handles.edit21"?
I have developed a GUI.When the pushbuttton is clicked, the calculation is done and the calculated number which is stored in the...
ongeveer 12 jaar ago | 3 answers | 0
3
answersQuestion
How do I load an array of data from excel into my GUI?
I have made a GUI which uses manually entered values in edit boxes to run .As there are many values to be entered, it is tedious...
ongeveer 12 jaar ago | 1 answer | 0
1
answerQuestion
How to solve the following error : "Maximum number of function evaluations exceeded; increase OPTIONS.MaxFunEvals".
I need to maximize the objective function y = exp(x) using 'fmincon' and a -ve sign in the objective function.I have used upper ...
ongeveer 12 jaar ago | 1 answer | 0
1
answerQuestion
How do I add a 'Table' to input array elements with variable rows and columns in a GUI?
I have matlab 7.4.0 (R2007a) version and the 'Table' option isnt there in the figure options(panel,pushbutton etc).How do I add ...
meer dan 12 jaar ago | 1 answer | 0
1
answerQuestion
How do we solve multiple ODEs to fit empirical observations by optimizing multiple constants?
I have 3 ODEs and 2 parameters to be optimized to fit the ODE's to given data.. eg dA/dt = -(K1+K2)*A; dB/dt = K1*A; dC...
meer dan 12 jaar ago | 1 answer | 0
1
answerQuestion
How do we accept values and store them in a column array in a gui component like an edit box?
I have a gui and would like to accept various values from user and store them in a column array..For eg. if the values he enters...
meer dan 12 jaar ago | 1 answer | 0
1
answerQuestion
How to solve multiple ODEs to fit empirical observations by optimizing multiple constants?
I have 3 ODEs and 2 parameters to be optimized to fit the ODE's to given data.. eg dA/dt = -(K1+K2)*A; dB/dt = K1*A; d...
meer dan 12 jaar ago | 4 answers | 0