photo

Lin LI


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

14 个提问
1 个回答

排名
260,626
of 300,753

声誉
0

贡献数
14 个提问
1 个回答

回答接受率
85.71%

收到投票数
0

排名
 of 21,075

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,858

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


why do lsqnonlin and fmincon give different optimization results when solving a set of nonlinear equations?
I tried to solve a set of nonlinear equations using lsqnonlin and fmincon. All the input parameters (including initial values) a...

12 years 前 | 1 个回答 | 0

1

个回答

提问


why does the fist code give me warning while the second code works well?
why does the fist code tells me minimum step size reached, while the second one give me no warnings? Thank you very much for you...

12 years 前 | 1 个回答 | 0

1

个回答

提问


what is the reliable way to solve a set of nonlinear implict equations without using Jocabian ?
I have a nolinear problem ,which is to solve a set of nonlinear implict equations.It is impossible to get the Jocabian of the ...

12 years 前 | 0 个回答 | 0

0

个回答

提问


one case can not be initiatated when plotting using switch-case
when running the following code, case n=0.6 can not be implemented. for n=0.2:0.2:0.8 switch n case...

13 years 前 | 1 个回答 | 0

1

个回答

提问


fzero problem when doing integration using quadl.
1. I am trying to do an integration using quadl, so I need to define an inline function first. But this inline function is som...

14 years 前 | 1 个回答 | 0

1

个回答

提问


why and when does a warning "Minimum step size reached; singularity possible." appear when using the function quad?
why and when does a warning "Minimum step size reached; singularity possible." appear when using the function quad? can anyb...

14 years 前 | 0 个回答 | 0

0

个回答

提问


Can I trust the quad integration results with a warning of "minimum step size reached"?
I have two different codes to calculate the integration. The first one uses int, the second one uses quad. The first one is ca...

14 years 前 | 2 个回答 | 0

2

个回答

提问


A never used variable's index out of bounds! From the function quadl? weird, dont know why.
I run this code and it gave me error message, and it seems that this problem comes from the function quadl, because the variable...

14 years 前 | 1 个回答 | 0

1

个回答

提问


can anybody give me a example showing how to avoid division by 0 by using try-catch?
can anybody give me a example showing how to avoid division by 0 by using try-catch? thank you very much!

14 years 前 | 2 个回答 | 0

2

个回答

提问


why does matlab report "??? Index exceeds matrix dimensions"?
I have worked on my problem for a long time,but I could not find why matlab report "??? Index exceeds matrix dimensions". Can ...

14 years 前 | 1 个回答 | 0

1

个回答

提问


how to avoid dividing by zeros.
i run a code but it gave me warnings that Warning that dividing by zero and index exceeding matrix dimensions. I looked into it ...

14 years 前 | 3 个回答 | 0

3

个回答

提问


what functions can be used to do a non-scalar limits of integration?
I want to do an integration with non scalar limits of integration, quad and int seem not working,because Bl and Br are vectors. ...

14 years 前 | 1 个回答 | 0

1

个回答

提问


how can i transfer a variable's value from one function to another?
I want to transfer ther value of Protrusion(i) from function G_yi to function sumin, in other words, I want to use the value of...

14 years 前 | 2 个回答 | 0

2

个回答

已回答
why does matlab give me a message that a never-used varible is undefined?
I have changed the int to quad, so that the computing velocity increased a lot . I have solved this problem ,thank you !

14 years 前 | 0

提问


why does matlab give me a message that a never-used varible is undefined?
The first part is the main M file, the second part is a function M file. When it is run, a message "Undefined function or method...

14 years 前 | 2 个回答 | 0

2

个回答