Statistics
RANK
442
of 257,716
REPUTATION
150
CONTRIBUTIONS
0 Questions
40 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
27
RANK
7,873 of 17,761
REPUTATION
94
AVERAGE RATING
5.00
CONTRIBUTIONS
2 Files
DOWNLOADS
11
ALL TIME DOWNLOADS
847
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Administer simultaneously different doses to different compartment in Simbiology
Hi Zinnia, yes, you can administer different doses with different targets at the same time during a simulation. You can do this...
7 months ago | 0
| accepted
Log-uniform sampling for global sensitivity analyses
Hi Abed, This option was added to sbiosobol in the latest release R2021b. Best regards, Jérémy
7 months ago | 1
| accepted
How to compare equations of two simbiology models?
Hi, One way to compare the equations of two models is to load the models in the MATLAB workspace, generate the equations with g...
7 months ago | 1
Feed Simbiology analyser custom ODE's
Hi Leo, you will have to create a SimBiology model before using the Model Analyzer App. That said, you can use rate rules and ...
12 months ago | 2
How to perform sequential fitting in Simbiology
Hi 悦 吴, you can indeed do this with the following steps: 1. fit PK data with a Fit program 2. right-c...
12 months ago | 2
| accepted
exporting data from simBiology model analyser
For completeness: This question was answered in the following thread: insulindemo_changing the value of body weight. Also, I ...
1 year ago | 1
Simbiology: intratumoral volume
Hi Kelly, compartments have a 'Constant' property that can be set to false to allow the volume to change during the course of a...
1 year ago | 0
How can I define a time-dependent (species) reaction rate for an model in SimBiology?
Hi Puru, I would recommend you to create a reaction null -> A with a custom reaction rate defined by the quadratic equation. I...
1 year ago | 0
Is it possible to create custom (species-specific) conversion factors in Simbiology?
Hi Shalla, In this case, the easiest way is to : import your experimental data as a table add a column that divides the dose ...
1 year ago | 1
| accepted
Simbiology createSimFunction data access
Hi Mohammad, the method selectbyname allows you to extract the data of a specific state. Alternatively, you can use the attach...
1 year ago | 0
| accepted
Model diagram in the Simbiology freeze and disappear
(edited: added a more detailed description of the issue) Dear users, We were able to reproduce the issue you reported: Draggi...
1 year ago | 2
| accepted
Simbiology dose an ode
Hi Bence, you're right, doses can't be applied to species which are defined by rate rules. Their dynamics must be defined by re...
1 year ago | 1
| accepted
Model/Simulation of Drug Release in Graphical SimBio Interface
Hi Greg, we have released video tutorials which cover different topics including model building: SimBiology Tutorials for QSP,...
1 year ago | 1
| accepted
setting of initial conditions simbiology
Dear Kazutaka, is this the example you are using?: PK/PD Modeling and Simulation to Guide Dosing Strategy for Antibiotics If s...
2 years ago | 1
Export model to workspace - missing dose
Hi Jacopo, doses are indeed included in the model. You can retrieve them using the method getdose. getdose will return all dos...
2 years ago | 0
| accepted
sbiofit example - Fit a One-Compartment Model to an Individual's PK Profile using SimBiology app
Hi Jacopo, I have had a look at your project. There were two things which differed from the programmatic example: you set the ...
2 years ago | 0
| accepted
Is it possible to normalize the output using GUI?
Hi Hassan, in the SimBiology Model Analyzer App you add a step to your program to define and calculate an observable. This new...
2 years ago | 1
| accepted
In Simbiology, how to graphically represent an enzyme production and its activity simultaneously?
Hi Hassan, let me try and summarize to make sure I understood your question correctly: you defined the 'flipping' reaction with...
2 years ago | 1
| accepted
Dosing in sbiofit example
Hi Jacopo, this is the dose amount used to generate the synthetic data used in this example. But you are right, it should have...
2 years ago | 2
| accepted
n Transit compartment in 2-compartment PK model in Simbiology
Hi Andy, I have attached a SimBiology implementation of a two compartment model with transit compartments. I hope this helps....
2 years ago | 1
| accepted
How can I plot only one fitted variable after using sbiofit?
Hi Jim, thanks for this feedback. It would be a good thing to have. Have you had a look at sbiopredictionci? It computes the c...
2 years ago | 0
| accepted
Is it possible to get the group (that is the subject) number in sbiofit to do a lookup?
Hi Jim, the alternative you described, which involves a subject column used as a dose for a dummy species is the best way to ge...
2 years ago | 0
| accepted
Doripenem PKPD simbiology example: How to execute monte carlo simulation with off diagonal covariance values?
Hi Daniel, you're right, in this example all parameters are independent of each other. If you want to include correlations, y...
2 years ago | 1
How to simulate simbiology model using array of doses?
In your code, dose_sc and dose_iv contain both all doses in your model. You should specify the name of a SC or IV dose that is ...
3 years ago | 1
| accepted
Performing infusion experiment in Simbiology desktop
Hi Rajeev, whether you choose a repeated dose or a scheduled dose has rather to do with the schedule of your drug regimen. Both...
3 years ago | 1
| accepted
How to create custom error model in Simbiology
Hi Praveen, the error model you suggested looks like a combined error model. But from your equation I don't see whether you exp...
3 years ago | 0
| accepted
75 errors arise from simulation of Biomodels model.
The error message is pretty clear though. It says that some variables used in reaction rates are not defined. Actually the troub...
3 years ago | 1
Simulation makes no sense
By the way, I think had changed the glucose injection to 0.3 instead of 0.003 mainly to make easier to spot the event. But if y...
3 years ago | 0
Simulation makes no sense
Hi Juan Carlos, as Pax suggested in his answer to your previous question, this model does not contain units, so you can't make ...
3 years ago | 1
SimBiology getConfigSet does not recognise model object
Hi Alvaro, sbioloadproject will return a struct that contains your model(s). This should work: s = sbioloadproject('RandomNet...
3 years ago | 1