統計
MATLAB Answers
8 質問
0 回答
ランク
of 171,639
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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.
8年弱 前 | 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...
8年以上 前 | 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...
8年以上 前 | 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...
8年以上 前 | 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...
8年以上 前 | 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...
8年以上 前 | 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...
10年弱 前 | 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) ~= ...
10年弱 前 | 0 件の回答 | 0
