Beantwortet
Saving a model after UnitConversion in SimBiology
Based on your reply, I now understand that you'd like to update a model in SimBiology, so that you can simulate it correctly wit...

mehr als 9 Jahre vor | 0

| akzeptiert

Beantwortet
Saving a model after UnitConversion in SimBiology
Hi, I'd like to make sure I understand your question. Tell me if this is accurate: When you simulate your model in SimBiology...

mehr als 9 Jahre vor | 0

Beantwortet
How to fit a SimBiology model with data generated in different experimental conditions
Hi, Your question is conceptually similar to <http://www.mathworks.com/matlabcentral/answers/301890-dummy-variables-in-simbio...

mehr als 9 Jahre vor | 0

| akzeptiert

Beantwortet
Can anyone please tell me how to use dosage for "fit parameter" task in simbiology?
Hi, It's fine if you don't have a concentration measurement at a dosing time. If that's the case, you just need to put |NaN| ...

mehr als 9 Jahre vor | 0

Beantwortet
Adding parameters while programmatically setting up a SimBiology model
Hi Scott, You've already found one solution: Set ParameterVariableNames. However, I wanted to provide another solution and gi...

mehr als 9 Jahre vor | 0

Beantwortet
Error using blastncbi (line 433) - I am not able to connect the ncbi blast server using the bioinformatics toolbox
This error occurs because NCBI changed their servers from using HTTP to HTTPS. You can fix this problem by downloading a patch f...

mehr als 9 Jahre vor | 0

| akzeptiert

Beantwortet
Dear Matlab community, I have a question about simbiology app in MATLAB
The answer depends on what you mean by "a fit." If you are performing nonlinear regression, then you can specify bounds. See <ht...

mehr als 9 Jahre vor | 0

Beantwortet
SimBiology Parameter Estimation: How to use 2 different data sets to generate parameters?
Hi Jonathan, SimBiology supports this sort of task (estimating a single set of model parameters by simultaneously fitting a m...

mehr als 9 Jahre vor | 1

| akzeptiert

Beantwortet
I can't seem to get the simbiology toolbox installed
Hi, SimBiology is a MathWorks product that is built on top of MATLAB. In other words, you will need to install MATLAB to use ...

mehr als 9 Jahre vor | 0

Beantwortet
How to output concentrations if species dimension is 'substance'.
Hi Colin, Today (as of R2016b), you must decide to represent a species either in amount or in concentration. There is no dire...

mehr als 9 Jahre vor | 0

| akzeptiert

Beantwortet
Can I run a sensitivity analysis in Simbiology if I have a compartment that changes size?
Hi, <https://en.wikipedia.org/wiki/Finite_difference_method Finite differencing> is a method for approximating derivatives. L...

mehr als 9 Jahre vor | 1

| akzeptiert

Beantwortet
Can I run a sensitivity analysis in Simbiology if I have a compartment that changes size?
Hi, As of R2016b, SimBiology does not support sensitivity analysis on models with non-constant compartments. The most straigh...

mehr als 9 Jahre vor | 1

Beantwortet
using 3rd party optimization toolbox with simbiology
Hi, Are you using optimization methods to estimate model parameters that best fit a model to data? I'm going to assume so for...

mehr als 9 Jahre vor | 0

Beantwortet
fitting dde compartment model
Hi, You can solve delayed differential equations in MATLAB using the function |dde23|. You can find more information and exam...

mehr als 9 Jahre vor | 0

Beantwortet
How to retrieve specific compartment in Simbiology model by name?
Hi, We made the |sbioselect| function for things like this, and even for more general kinds of searching. In this case, you c...

mehr als 9 Jahre vor | 0

| akzeptiert

Beantwortet
dimensional analysis problems with simbiology mass action kinetics units
I think the problem is with the units on your forward rate constant. I think you forgot a set of parentheses and ended up multip...

mehr als 9 Jahre vor | 0

| akzeptiert

Beantwortet
How to zoom a graph in simbiology without changing the DE associated with the graph? I want to zoom the concentration of only one species among the various species plotted on the same graph against time.
Personally, I would split the results into two separate plots, one for insulin and one for the others. If you really want insuli...

mehr als 9 Jahre vor | 0

Beantwortet
Are algebraic rules available outside simbiology?
Hi, Yes, you can include algebraic constraints with your differential equations when solving them in MATLAB using solvers lik...

mehr als 9 Jahre vor | 0

Beantwortet
Simbiology: How to use a species calculated by a repeated rule in downstream reactions
Hi, If you don't want a species to be modified by reactions that it participates in, you need to set the |BoundaryCondition| ...

mehr als 9 Jahre vor | 0

Beantwortet
Simbiology initial condition failed
I think this is likely an overly aggressive error check, and I removed it from SimBiology in R2016b. So one fix would be to upgr...

mehr als 9 Jahre vor | 1

Beantwortet
Retrieve number of identities after alignment of two amino acid sequences
If I understand correctly, |showalignment| doesn't actually do the alignment. Instead, you pass the alignment information in as ...

mehr als 9 Jahre vor | 2

| akzeptiert

Beantwortet
dummy variables in simbiology
Hi, Currently (as of R2016a), the data in a fit task can only affect a model via dosing. So I think you could do what you wan...

mehr als 9 Jahre vor | 0

| akzeptiert

Beantwortet
Setting number of clusters on clustergram object
I'm not an expert with clustering, but I don't think clustergram was designed with this sort of functionality in mind. I think y...

mehr als 9 Jahre vor | 0

Beantwortet
How to assign to a SimBiology model a parameter value (known and constant) changing for each data in the dataset for a non-linear mixed effect estimation?
Hi Micaela, Currently, the only information that can be fixed and different for each subject is the dosing. As a workaround, ...

mehr als 9 Jahre vor | 0

Beantwortet
How do I fix this error in SImbiology?
You're referencing files and projects that we don't have access to. In the future, please consider attaching any files that coul...

fast 10 Jahre vor | 0

Beantwortet
How do I load the Simbiology project onto Matlab so I can edit the code?
The command you typed loaded the project into the MATLAB workspace. The model is usually stored in a variable called |m1|. You c...

fast 10 Jahre vor | 0

| akzeptiert

Beantwortet
Is it possible to combine pooled and unpooled parameter fitting in SimBiology 4.3 (R2013a)?
As of R2014b, the SimBiology command-line offers the capability to simultaneously estimate "pooled" and "unpooled" parameters (t...

fast 10 Jahre vor | 0

Beantwortet
How to obtain exponential equation parameters from Simbiology fit of IV bolus pharmacokinetic data?
If your goal is to estimate the coefficients of a poly-exponential and their corresponding error estimates, then I think it's ea...

fast 10 Jahre vor | 0

Beantwortet
Simbiology Desktop Activate Reaction Using Event
Hi, Events cannot directly change the Active property. However, you can accomplish the same simulation result by creating an ...

fast 10 Jahre vor | 1

| akzeptiert

Beantwortet
Best way to use compartment capacity as reaction parameter.
Hi Colin, You don't need to create a parameter named Volume. You can refer to the capacity (that is, volume) of a compartment...

fast 10 Jahre vor | 0

| akzeptiert

Mehr laden