photo

Jurgen


Pontifica Universidad Catolica de Chile

自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

8 个提问
1 个回答

排名
35,009
of 300,863

声誉
1

贡献数
8 个提问
1 个回答

回答接受率
62.5%

收到投票数
1

排名
 of 21,100

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,413

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Is there any way to limit the resolution time to lsqnonlin?
I have a "while" cycle that execute a optimization using lsqnonlin, the problem is that in some iterations it can't solve the sy...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Is there any way to use a function defined in the workspace inside a function defined in a .m file?
I trying of use fmincon and for that I have to create a function with de nonlinear constrains, but when creating the function th...

11 years 前 | 2 个回答 | 1

2

个回答

已回答
Is there any way to exclude the complex values ​​of the iterations with lsqnonlin ?
I'm a little confused now. Just to be clear, I need to solve a system containing non-linear equations and inequalities. Consider...

11 years 前 | 0

提问


"lsqnonlin" constantly stopped for failing to integrate numerically
I numerically solving a system of equations. Some have integral equations, for which I am using "integral", since there is n...

11 years 前 | 2 个回答 | 0

2

个回答

提问


Show an expression on each iteration of the optimization
Hello, I'm using "lsqnonlin" to optimize a function and would like to show a expression, important for my problem, in each it...

11 years 前 | 1 个回答 | 0

1

个回答

提问


How I can integrate symbolically a function of probability?
Hello, I need to integrate the following: f1=@(x)unifpdf(x,0.4,0.5) syms x; int(f1(x),x,0,1) ans = 10 This...

11 years 前 | 2 个回答 | 0

2

个回答

提问


Is there any way to exclude the complex values ​​of the iterations with lsqnonlin ?
I'm using lsqnonlin to solve a non linear system, and my solution must be real, so I wanted to know if I could exclude complex i...

11 years 前 | 2 个回答 | 0

2

个回答

提问


How to do a function of equations?
I want to make a function using 4 equations, something like fun = @ (w, x, y, z) [eq1, eq2, eq3; eq4], however it does not work....

11 years 前 | 1 个回答 | 0

1

个回答

提问


Problem using integral in a nonlinear system
Hello, I'm trying to solve a 4x4 nonlinear system of equations (using fsolve and lsqnonlin). Two of these equations have integr...

11 years 前 | 1 个回答 | 0

1

个回答