Community Profile

photo

Ken Mathai


Con actividad desde 2018

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Respondida
How are initial values chosen for either lsqcurvefit or nlinfit functions?
So if I have the following: xdata=cranialStrain ydata=cranialStress fun=@(x,xdata)(x(1)*xdata+x(2)*xdata*xdata); ...

más de 5 años hace | 0

Respondida
How are initial values chosen for either lsqcurvefit or nlinfit functions?
Ah, ok. But what other way is there to fit the data to my model equation? I also do not have the cftool box.

más de 5 años hace | 0

Pregunta


How are initial values chosen for either lsqcurvefit or nlinfit functions?
I want to fit my experimental data to a theoretical model which contains an exponential. I've attached a copy of the code I'm us...

más de 5 años hace | 3 respuestas | 0

3

respuestas

Pregunta


Is there a way to do a polynomial fit and an exponential fit on a single plot at two different intervals in the plot?
For example: I have a plot of a an array containing y and x variables. The graph has three distinct curves from the data. I wa...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Is there a way to calculate the incremental slope of a graph for each point and then plot (x, slope)?
I have made a graph from an array of y and x. I now want to calculate the slope between x1, x2, and x2, x3, and so on. Then I wa...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I access the data stored in a 1x16 struct in a .mat file?
The name of the .mat file: NoDotsAnalyzed.mat. I downloaded the .mat file, then opened it using: load('NoDotsAnalyzed.mat') ...

más de 5 años hace | 1 respuesta | 0

1

respuesta