Statistics
8 Questions
0 Answers
RANK
260,139
of 295,467
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
12.5%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 0 answers | 0
0
answersQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 0 answers | 0
0
answersQuestion
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 ago | 0 answers | 0
0
answersQuestion
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 ago | 2 answers | 0
2
answersQuestion
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 ago | 0 answers | 0