Statistiques
0 Questions
207 Réponses
RANG
410
of 301 287
RÉPUTATION
198
CONTRIBUTIONS
0 Questions
207 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
42
RANG
of 21 220
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 173 814
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
vpasolve finds no solutions except the null solution
For: range2 = [0.5 1.5; 0.5 1.5; 0.5 1.5; 0.5 1.5; 0.5 1.5; -0.5 0.5; -0.5 0.5; -0.5 0.5; -0.5 0.5; -0.5 0.5]; result-1: x1: ...
9 mois il y a | 0
Ezyfit: Single vs. Two-Step Fitting Problem
Hi, all, if add one more parameter to the original fitting function, i.e. y=ln(a*x^(-b)-c*exp(-d*x))*f, the result will be impro...
12 mois il y a | 1
Can someone rectify this code?
Not sure if I got it right,is the result looks like below? q1: 4.08694965230257 q2: 0.880101638404846 q3: 0.81989836159516 q...
environ un an il y a | 0
Solution of system of nonlinear equations
@Swami Between the range [0,1] you specified, most likely, there should be no real numbers solution,an approximate solution is: ...
plus d'un an il y a | 0
Why is Curve fitting tool not giving good results even with the R-square value of 0.99?
@Muhammad Arsal the goodness of a fitting should be judged by SSE (Sum of Squared Error), but not R-Square value, the former rep...
plus d'un an il y a | 0
Non-linear Algebraic 36 equations unsloved
@MINATI PATRA please giving out the code you used, or the detail description of your 36 equations
presque 2 ans il y a | 0
problem in curve fitting using summation of sine functions
@nihal if don't mind fitting function other than summation of sine, much better result will be achieved. For phi_dot data: R...
environ 2 ans il y a | 0
| A accepté
Exp Fit Error: Error using fit>iFit (line 340) NaN computed by model function, fitting cannot continue. Try using or tightening upper and lower bounds on coefficients.
There are two solutions: 1: Sum Squared Error (SSE): 0.0371625579290083 Root of Mean Square Error (RMSE): 0.0609611006536204 ...
environ 2 ans il y a | 0
Possibly spurious solutions - Matlab blocked with no answers
There is a approximate solution for original equations: p2: 35001350.3279785 p3: 35113789.3799513 u2: -8.90075607998193 u3: ...
environ 2 ans il y a | 0
Interpolation schemes that produce positive second derivatives of the interpolant
How about to replace interpolation with a fitting function, which ensure non-negative second derivatives: 1: For data: x = [...
environ 2 ans il y a | 0
How to find the equation of the data available of a graph?
Try the fitting function below: Sum Squared Error (SSE): 1.05153845767184 Root of Mean Square Error (RMSE): 0.17850714760936...
environ 2 ans il y a | 0
| A accepté
can help me to found empirical equation for data L1 vs T1
How about the one below, much simple and works well: Sum Squared Error (SSE): 0.348116593172766 Root of Mean Square Error (R...
environ 2 ans il y a | 2
| A accepté
can help me to found empirical equation for data L1 vs T1
It is not easy to find a function to describe the curve. Refer to the fitting function and result below: Sum Squared Error (S...
environ 2 ans il y a | 1
how to fit the coupled differential equations and get the coefficients?
Refer to the results below: Sum Squared Error (SSE): 46715596564.0427 Root of Mean Square Error (RMSE): 35062.1990798768 Corr...
plus de 2 ans il y a | 0
Derivative not working plot
Unfortunately, the "exp2" fitting result below given by Matlab is not correctly. theFit = General model Exp2: theF...
plus de 2 ans il y a | 0
curve fitting exponential function with two terms
If taking the fitting function as: y=a*exp(b*x) + c*exp(d*x); and also taking the data like below directly; x = [6500 6350 580...
plus de 2 ans il y a | 0
Damped Oscillation Equation Fitting
if taking fitting function as: x=a*exp(-b*t)*sin(w*t+phi) for trial-1 Sum Squared Error (SSE): 9.1948847955911E-5 Root of Mea...
plus de 2 ans il y a | 0
Fitting a model to my data using non linear least square fit method
The best solution: Root of Mean Square Error (RMSE): 0.0143800358786989 Correlation Coef. (R): 0.998885623657614 R-Square: 0....
plus de 2 ans il y a | 0
Fsolve don't work good with trigonometric
There are some solutions like below No. 1 2 3 4 5 xa1 0.835289443057692 1.97769580537186 0.119396464246135 0.813305799520437 0...
plus de 2 ans il y a | 0
fsolve result is not desirable even giving a close starting point
For Qingbin's equations, although it is a problem that has passed a long time, it is worth and interesting to have a try, there ...
plus de 2 ans il y a | 0
using lsqnonlin with multiple functions
@joshua payne refer to the results below Sum Squared Error (SSE): 0.377485784540046 Root of Mean Square Error (RMSE): 0.082102...
plus de 2 ans il y a | 0
Least squares linear regression with constraints
If using direct nonlinear fitting a1 59.737732722511 a2 2.72067588034148 a3 -0.192039313150924 Whi...
plus de 2 ans il y a | 0
How do I curve fit the data set
@Prajwal Magadi, one more function: Sum Squared Error (SSE): 75571.6557870726 Root of Mean Square Error (RMSE): 2.7490299341...
plus de 2 ans il y a | 1
fitting data with a combination of exponential and linear form ( a*exp(-x/b)+c*x+d )
If taking fitting function as "y=a*exp(-x/b)+c*x+d", the result will be: Sum Squared Error (SSE): 0.473516174967249 Root of Me...
plus de 2 ans il y a | 1
Fitting multiple exponential function .
@Saroj Poudyal, the result you obtained is not the best one, refer to the global optimization solution below: Sum Squared Error...
presque 3 ans il y a | 1
| A accepté
How to fit multiple gaussian in a curve ?
For the summation of 6 Gaussians function: Sum Squared Error (SSE): 2.61218021364296E-9 Root of Mean Square Error (RMSE): 4.49...
presque 3 ans il y a | 0
Curve fitting the data series
Refer to the results below, should be the unique global solution: Sum Squared Error (SSE): 0.0378758633912789 Root of Mean Squ...
presque 3 ans il y a | 1
Non-linear Multi-Variable Fitting
If possible, post out your data file please
environ 3 ans il y a | 0
Genetic Algorithm not returning best found solution
Taking my experience, GA is not an efficient and ideal global optimization algorithm, in lots of cases, GA like random reserach ...
plus de 3 ans il y a | 0
Solving a system of Non-linear Equations with Complex numbers
There are much more solutions else: x1: 5000+3401.68025708298i x2: 5000-3401.68025708301i x3: -3.62536433474507+0i x1: 5...
plus de 3 ans il y a | 0



