Md Shariful Islam - MATLAB Central
photo

Md Shariful Islam


Last seen: 6 months ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB AnswersFrom 07/22 to 01/25Use left and right arrows to move selectionFrom 07/22Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
68,739
of 296,468

REPUTATION
0

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

  • First Answer
  • Thankful Level 2

View badges

Feeds

View by

Question


fitting data with a combination of exponential and linear form ( a*exp(-x/b)+c*x+d )
Hello Altruists, I have been trying to fit my data to a combination of exponential and linear form, i.e., a*exp(-x/b)+c*x+d . I...

1 year ago | 4 answers | 0

4

answers

Answered
fitting data with exponential + linear form
Hi, In this code, do we just need to declare the initial guesses(a = 6E10, b = 4E-4, c = 0, d = -1.57E12) before following code...

1 year ago | 0

Question


cannot solve for unknown variable; stuck in setting search range in the command vpasolve
Referring to this answer, Walter helped me solving the problem. In that answer, there was a search range specified (vpasolve(si...

2 years ago | 1 answer | 0

1

answer

Question


cannot solve for unknown variable
I am trying to solve for unknown variable P in the following code. I determined value of P= 2.945e-5 manually. However, I am not...

2 years ago | 1 answer | 0

1

answer
Go to top of page