photo

Monirul Hasan


Last seen: 4 months 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

14 个提问
2 个回答

排名
177,855
of 300,771

声誉
0

贡献数
14 个提问
2 个回答

回答接受率
57.14%

收到投票数
0

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,969

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Time-dependent parameter in ODE solver
I was trying to understand how to deal with time-dependent parameter in ODE solver. Having this error "Error using interp1>resha...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Is it possible to send a vector of estimation corresponding to each xdata at lsqcurvefit function?
Is it possible to send a vector of estimated parameters in lsqcurefit function, where for each xdata value a different estimatio...

5 years 前 | 0 个回答 | 0

0

个回答

提问


ODE45 Solution for a coupled equation
Hi, I have a coupled differential eqaution for a decay model. I have tried to solve the problem with ODE45 (code given below). T...

6 years 前 | 1 个回答 | 0

1

个回答

提问


System of differential equations and fitting with lsqcurvefit
Hi, I have a system of equation like this dN/dt = J(t)/(e*d) - gamma*N.^2, .............. (1) here J(t) is time dependent term-...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Error : Objective function is returning undefined values at initial point. lsqcurvefit cannot continue
I am having this ''Objective function is returning undefined values at initial point. lsqcurvefit cannot continue'' errror messa...

7 years 前 | 1 个回答 | 0

1

个回答

已回答
Solution of Non linear Equation
Thanks a lot Stephan.

7 years 前 | 0

已回答
Solution of Non linear Equation
Hi Stephan, I did'nt understand the new process quite good (not converting symbolic solutions into double data type). Please exp...

7 years 前 | 0

提问


Solution of Non linear Equation
Hi, I am using trying to find a sloution for a nonlinear system. With the matlab function 'vpasolve', I am now able to get the s...

7 years 前 | 3 个回答 | 0

3

个回答

提问


how to solve system of nonlinear equation
I have a set of nonlinear equation as -(C1+C2)*x+C3*y-C4*x*y+1/4*C5*y^2+C6 = 0,....(1) C2*x-(C3+C7)*y-5/4*C5*y^2+3*C6 = 0;......

7 years 前 | 1 个回答 | 0

1

个回答

提问


System of nonlinear equations
I have designed a code for a system of two nonlinear equation (code given). I have tried 'fsolve' to find the solutions. But I a...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Error: Function value and YDATA sizes are not equal
I have a fitting code with lsqcurvefit function. I am having this error "Function value and YDATA sizes are not equal"(line 251...

7 years 前 | 1 个回答 | 0

1

个回答

提问


how to control fitting in 'lsqcurvefit'?
Hi, I have a experimental data fitting code given below. In this code from the differential equation (line 30), the 'lsqcurvefit...

7 years 前 | 2 个回答 | 0

2

个回答

提问


How to send specific conditions to lsqcurvefit?
Hi, I have a experimental data fitting code given below. In this code from the differential equation (line 30), the 'lsqcurvef...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How to do curve fitting with differential equation?
I have a differential equation as, dotn(1) = -k_rs*n(1)-k_ISC*n(1)-k_SS*n(1)^2-k_ST*n(1)*n(2)+0.25*k_TT*n(1)^2; Here k_S...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Is it possible to solve a differential equation without ODE functions?
If dy/dt=-ky...(1) can be written as y_n = y_(n-1)-ky*Δt......(2), where dy= y_n - y_(n-1) How to solve equation (2) using a Fo...

7 years 前 | 0 个回答 | 0

0

个回答

提问


How can I solve this system of differential equation
Trying to solve this problem (picture and zipped Simulink file of the problem added). I am not sure what's went wrong, maybe it'...

7 years 前 | 1 个回答 | 0

1

个回答