photo

KB


Last seen: presque 2 ans il y a Actif depuis 2011

Followers: 0   Following: 0

Message

Professional Interests: Academics

Statistiques

MATLAB Answers

14 Questions
0 Réponses

RANG
23 910
of 300 753

RÉPUTATION
1

CONTRIBUTIONS
14 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
64.29%

VOTES REÇUS
1

RANG
 of 21 075

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 170 858

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

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

Question


Use kinetic data for computing ODE
I have time-dependent data below where left column is time and the right column is parameter x. 0.0000 57.2000 ...

plus de 7 ans il y a | 1 réponse | 0

0

réponse

Question


How to solve singularity problem while using fsolve
Hi,I am trying to solve for x in a equation using fsolve. Below is the code and equation: a = 0.1886; b = 0.6886; c =...

plus de 9 ans il y a | 2 réponses | 0

2

réponses

Question


Fitting an experimental data to the finite difference approximated solution
Hi, I know the finite difference approximation is well established. However, I have one question. I am working on a simple syste...

environ 10 ans il y a | 1 réponse | 0

1

réponse

Question


Drawing a straight line to a linear part of curve
Hello All, it would be very helpful if someone can help me out with drawing a straight line to the linear part of th...

environ 10 ans il y a | 1 réponse | 0

1

réponse

Question


Sum of series to infinity
I am trying to run the following code: t = [0 60 120 180...3600]; l = length(t); for i = 1:l syms n; sum = syms...

plus de 10 ans il y a | 2 réponses | 0

2

réponses

Question


Non-linear data fitting to a model
I am trying to fit some data using the following code: xdata = [0.0600 0.1250 0.2540 0.4050 0.5450]; ydata...

environ 11 ans il y a | 1 réponse | 0

1

réponse

Question


How to skip the element that is 'inf' value where fitting a curve
Hello, I have been trying to get some constant values for a given set of experimental data. The fitting equation is below: k*...

plus de 11 ans il y a | 1 réponse | 0

1

réponse

Question


During Nonlinear optimization using lsqnonlin(), is it desired to have resnorm value as low as possible?
I have been using lsqnonlin()for my data. I have put different initial guess to initiate the process and also scaled it since my...

plus de 11 ans il y a | 1 réponse | 0

0

réponse

Question


using lsqnonlin () for solution of an nonlinear equation
Please consider the following code: function diff = myfun(D,Y) t = 0:30:600; l = length(t); a = 0.5*...

plus de 11 ans il y a | 1 réponse | 0

1

réponse

Question


Solving an unknown under exponential series
Hello, I have an exponential series y = sum (1/n^2 exp((-n^2)(x)(t)); where y has different values for |t = 1 to 100|...

plus de 11 ans il y a | 1 réponse | 0

1

réponse

Question


How to optimize a specific logistic type equation using 'fminunc' and quasi-newton algorithm ?
Hello, I have y (dependent variable) and x (independent variable) data and want to develop a logistic model in the form of y = y...

environ 12 ans il y a | 1 réponse | 0

1

réponse

Question


Obtaining average RGB value of an image with selected area
Hello, I have an irregular shaped image. I want to have the average RGB value of the image with selected area. How Can I select ...

plus de 12 ans il y a | 1 réponse | 0

1

réponse

Question


Gaussian Distribution
Hi All, I am trying to plot a amplitude Gaussian distribution in Matlab. I have only amplitude peak, mean and sigma (sd...

presque 14 ans il y a | 3 réponses | 1

3

réponses

Question


Problem with solving
Here is short programming: tau = input('Enter the value of tau: '); b = pi*(1-2*tau)/tau; syms x; solve('sin(x) = x + b') w...

environ 14 ans il y a | 1 réponse | 0

1

réponse