Statistics
RANK
256,917
of 297,303
REPUTATION
0
CONTRIBUTIONS
14 Questions
1 Answer
ANSWER ACCEPTANCE
85.71%
VOTES RECEIVED
0
RANK
of 20,420
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 158,407
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 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 ago | 1 answer | 0
1
answerQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 0 answers | 0
0
answersQuestion
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 ago | 1 answer | 0
1
answerQuestion
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...
13 years ago | 1 answer | 0
1
answerQuestion
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...
13 years ago | 0 answers | 0
0
answersQuestion
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...
13 years ago | 2 answers | 0
2
answersQuestion
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...
13 years ago | 1 answer | 0
1
answerQuestion
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!
13 years ago | 2 answers | 0
2
answersQuestion
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 ...
13 years ago | 1 answer | 0
1
answerQuestion
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 ...
13 years ago | 3 answers | 0
3
answersQuestion
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. ...
13 years ago | 1 answer | 0
1
answerQuestion
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...
13 years ago | 2 answers | 0
2
answerswhy 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 !
13 years ago | 0
Question
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...
13 years ago | 2 answers | 0