photo

Entropie_13


Last seen: 4 years ago Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
107,228
of 300,369

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20,936

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,436

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

View by

Question


how to use fsolve with multiple variables with unique names, not vectors
Hi, I want to optimise several variables and give them unique names within the function to optimize, so I have something like t...

4 years ago | 3 answers | 0

3

answers

Question


Are all iterations saved in resudiuals and jacobian matrix with lsqnonlin?
Hello I estimate a model with [k_optim, resnorm, residual, exitflag, output, lambda, jacobian] = lsqnonlin(f,k0,lb,ub,options...

7 years ago | 0 answers | 0

0

answers

Question


Jacabi Matrix of nonlinear regression model with more rows as observations
Hello I have estimated the nonlinear regression model in the added file by the following command: options=optimset('Max...

7 years ago | 0 answers | 0

0

answers

Question


Principal Component Analysis or something alike for nonlinear Regression
Hello, code of estimated parameters of an non-linear differential equation model is options=optimset('MaxFunEvals', ...

7 years ago | 0 answers | 0

0

answers

Question


How to assess / improve non-linear parameter estimation of differential equation for chemical reaction rates
Hello, in the file equation first three chemical equations for the synthesis of CH3OCH3 appear. Then you see three reaction rat...

7 years ago | 1 answer | 0

1

answer

Question


Getting a vector which is calculated during an ode45 function to the main function
Hello, I access an ODE by [z,x]=ode45(@(z,x) ODE_file(z,x,p), z, x0) ; For each step along the z-axis a variable Ri is cal...

8 years ago | 0 answers | 0

0

answers