Feeds
提问
In SimBiology, is there any way to fit multiple data sets to the model with a single set of parameters? How can I do this using Simbiology desktop or coding?
My data sets result in a signal for the output but one of the initial conditions (or states) is different for each data set.
7 years 前 | 1 个回答 | 0
1
个回答提问
How can I get confidence intervals in matlab using fmincon?
I have a model that is a series of ODEs with parameters. My question is, how could I determine the confidence intervals of my pa...
7 years 前 | 1 个回答 | 0
1
个回答提问
How can I determine the confidence intervals for estimated parameters when using fmincon?
I have an 9 ODE model (as one function) with 9 parameters and my objective function as another. I also have a script which minim...
7 years 前 | 0 个回答 | 0
0
个回答提问
What are some ways of normalizing my data with MATLAB?
I have a series of concentration transients that go from 0 to 0.5s, but the problem is they start at different y-values and ther...
7 years 前 | 1 个回答 | 0
1
个回答提问
How do I derive a contour plot for MSE of two of my parameters for my ODE model?
I am trying to make a contour plot in MATLAB with the values for one of my parameters along the x-axis and the values for the ot...
7 years 前 | 0 个回答 | 0
0
个回答提问
How do I determine the Confidence Intervals for my parameters using MATLAB?
I have a 9 ODE model with 9 different parameters that is called function SteppingModel2. I have a second script which consists o...
7 years 前 | 0 个回答 | 0
0
个回答提问
In adding a plot legend, is there a way to name a legend element with what is contained within a specific cell within a structure?
I am trying to plot some data, and am making a loop to do it. There are several data sets I am plotting but in naming the partic...
9 years 前 | 2 个回答 | 0
2
个回答提问
How do I fix this error: "Error using minus Matrix dimensions must agree"?
Here is my script: function f = objectiveL2(p, pIndex, data, trainingIndex, kinesinName, lambda) if length(p) ~= ...
9 years 前 | 0 个回答 | 0