已回答
Steady State in insulindemo
Hi Pierre, Apologies for the long response, but answering your question acurately requires discussing a lot of details, at leas...

3 years 前 | 0

已回答
Insulindemo_Change of numerical values in some parameters are not reflected in the simulation
Hi Juliana, Yes, you can change these parameters. However, the values on the parameters themselves are replaced by any values s...

3 years 前 | 0

| 已接受

已回答
How to get rid of "Integration Tolerance Not Met"?
If you simulate from the command line, you should see a warning that infinite or NaN (not-a-number) values occur during the simu...

3 years 前 | 0

已回答
value of Stomach Glu After Dosing_insulindemo
I believe you are referring to the value of 125 in the variant named "Type 2 diabetic", as shown for example on this page. I bel...

3 years 前 | 1

| 已接受

已回答
Cannot parse function hints
When I do something similar in my installation of MATLAB version R2021a, I get a little popup that says "No completions found". ...

3 years 前 | 0

已回答
Nucleotides import- not from database
Based on the information you've provided, I would import the data directly from Excel as you currently have it formatted. You ca...

3 years 前 | 0

| 已接受

已回答
How to fit an observable in a SimBiology model using sbiofitmixed function?
HI Budhaditya Chatterjee, This looks like a bug that someone else reported to me a few days ago. The bug is triggered whenever ...

3 years 前 | 0

| 已接受

已回答
lsqnonlin multiple dataset optimisation
You can use lsqnonlin with or without SimBiology. If you want to do this without SimBiology, you need to write a function that t...

3 years 前 | 0

已回答
Events during the fitting in Simbiology
Yes, all active events will be used during simulations, including simulations performed while doing NLME estimation.

3 years 前 | 0

| 已接受

已回答
SImbiology: access "Initial Conditions" (not InitialValues)
As you discovered, getequations is intended as a textual report and is not well suited for programmatic access to initial values...

3 years 前 | 0

已回答
In Online Matlab under App menu, Signal Analyzer not working?
The Signal Analyzer App is not supported with MATLAB Online. You will need to use the desktop version of MATLAB if you need acce...

3 years 前 | 2

已回答
Error in data fitting in simbiology
When you perform a fit in SimBiology, one of the first things that happens is the model is simulated using the initial parameter...

3 years 前 | 0

| 已接受

已回答
When will sbmlimport support sbml level 3?
SimBiology already supports SBML level 3 version 1. That was introduced in R2016a. You can read more about what is supported her...

3 years 前 | 0

| 已接受

已回答
Installing Supported Compliers on Ubuntu 20.01
You can use "apt" to install these compilers. Try googling "install gcc ubuntu" and "install jdk ubuntu" if you need more detail...

3 years 前 | 0

| 已接受

已回答
Creating a cell growth model using SimBiology.
Hi, The capacity of a compartment can vary during the course of a simulation. To do this, you must set the Constant property to...

4 years 前 | 1

| 已接受

已回答
Fit data with weight in Simbiology
You can use NaN to indicate a missing value in your data. Such points will be ignored during fitting. If you are getting an erro...

4 years 前 | 1

| 已接受

已回答
Will Matlab work on ARM based MacBook stated to launch in the fall of 2020?
Please see this MATLAB Answers post for the latest news on running MATLAB on Apple Silicon: https://www.mathworks.com/matlabcent...

4 years 前 | 2

已回答
Will Matlab support future Apple computers based on their in house ARM silicon?
Please see this MATLAB Answers post for the latest news on running MATLAB on Apple Silicon: https://www.mathworks.com/matlabcent...

4 years 前 | 1

已回答
Which module is best for modeling large cell populations?
As stated, your question is too general to answer with specific recommendations. SimBiology is certainly useful for certain kind...

4 years 前 | 0

| 已接受

已回答
Simbiology with matlab background
It's very hard to say what's going on without having reproduction steps. Can you share your model and the steps you used to simu...

4 years 前 | 0

| 已接受

已回答
Invalid Reaction Value error for SBML transfer from COPASI to Matlab
Hi Darke, This is a bug in how SimBiology imports reaction modifiers. The model is imported incorrectly if either the name of a...

4 years 前 | 1

| 已接受

已回答
AUC for Pharmacokinetic Study
The simplest way to calculate AUC in MATLAB using the trapezoidal rule is probably to use the function trapz. Within SimBiology,...

4 years 前 | 1

| 已接受

已回答
Simultaneous Fit of IV and PO data using SimBiology
Yes, it is possible to fit two model outputs at the same time. Do you want to do this using sbiofit or a fit program in the SimB...

4 years 前 | 0

已回答
fastawrite error with string array as input datatype
You generally should be able to cell arrays of character vectors and string vectors interchangeably, and a character vector inte...

4 years 前 | 0

| 已接受

已回答
Simutaneous parameter estimation for multiple compartments and multiple dataset
Hi, Depending on the details of the estimation, you might be able to use sbiofit for this sort of problem by merging the 3 data...

4 years 前 | 0

已回答
Semicolons in SimBiology species names: just characters, or functionally active?
Hi Jim, You can name your species almost anything. The naming restrictions are documented here. However, if the name is not a v...

4 years 前 | 0

| 已接受

已回答
using a nested for loop to edit a structure
As mentioned in the comments, if you want to compare one atom at a time, the proper way to index is Atom(i3).AtomSerNo. But if y...

4 years 前 | 0

已回答
FRET data analysis with simulation
Hi Parul, This sounds like a fitting problem that can be solved using sbiofit from the command line or using a fit program with...

4 years 前 | 0

已回答
In Simbiology, Is there a way to set a slider with an integer scaling?
It is not currently possible to constrain the value of a slider to an integer. It's a great suggestion for a future enhancement,...

4 years 前 | 0

已回答
What is the difference between BoundaryCondition and ConstantAmount?
Constant=true means that the value of a species cannot change during the course of a simulation. It can only be modified at time...

4 years 前 | 0

| 已接受

加载更多