Community Profile

photo

Tim


Last seen: 2 years ago Active since 2019

Followers: 0   Following: 0

Statistics

All
  • Thankful Level 1
  • Solver
  • First Review

View badges

Feeds

View by

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

3 years ago

Answered
ode23tb and non-linear curve fitting
Dear All, Thanks for all your comments. They were really helpful. I. It turned out that the problem is not with infinities ...

4 years ago | 1

| accepted

Question


ode23tb and non-linear curve fitting
Dear All, I think that I found an interesting bug-like thing while I was using ode23tb (MATLAB 2016b). According to the Docume...

4 years ago | 1 answer | 0

1

answer

Question


How can I get confidence intervals when the Jacobian matrix has an almost zero vector?
I am using the jacobianest function in order to evaluate the Jacobian and the confidence interval for my fitted parameters based...

4 years ago | 1 answer | 0

1

answer

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

4 years ago