Content Feed
답변 있음
Unites of the transfer rates
Did you enable UnitConversion for your model? If not, then you will need to manually update your entire model to use consistent ...
Unites of the transfer rates
Did you enable UnitConversion for your model? If not, then you will need to manually update your entire model to use consistent ...
8일 전 | 0
답변 있음
Occasionally when creating a SimFunction, SimBiology returns a failure to compile error, what causes this?
Hi Craig, My guess is that this is some sort of bug. But it's hard to say definitively without reproduction steps. If you can c...
Occasionally when creating a SimFunction, SimBiology returns a failure to compile error, what causes this?
Hi Craig, My guess is that this is some sort of bug. But it's hard to say definitively without reproduction steps. If you can c...
9일 전 | 0
| 수락됨
답변 있음
error message - Unrecognized function or variable ‘rec’.
Your NCA program is erroring because of problems with the first row in your data. If you change that first ID from 0 to 1, and t...
error message - Unrecognized function or variable ‘rec’.
Your NCA program is erroring because of problems with the first row in your data. If you change that first ID from 0 to 1, and t...
15일 전 | 1
답변 있음
Adding equations as a function of time
I suspect the problem is with "Time". SimBiology requires you to reference time as "time" (all lowercase). If that doesn't fix ...
Adding equations as a function of time
I suspect the problem is with "Time". SimBiology requires you to reference time as "time" (all lowercase). If that doesn't fix ...
3개월 전 | 0
| 수락됨
답변 있음
The fluctuation of the content of a species between negative and positive
Can you share the model? As Jacopo mentions in the comment above, this is likely due to the difficult of solving the underlying ...
The fluctuation of the content of a species between negative and positive
Can you share the model? As Jacopo mentions in the comment above, this is likely due to the difficult of solving the underlying ...
3개월 전 | 0
| 수락됨
답변 있음
Simbiology with compartments of different volume
I think this is because of the volume scaling of the reaction rate. I suggest calling getequations on your model, and seeing if ...
Simbiology with compartments of different volume
I think this is because of the volume scaling of the reaction rate. I suggest calling getequations on your model, and seeing if ...
3개월 전 | 0
답변 있음
How to extract the atomic coordinates of a specific amino acid from a pdb file
What is your definition for the location of lysine amino acid? The reason I ask is that a PDB file contain information about the...
How to extract the atomic coordinates of a specific amino acid from a pdb file
What is your definition for the location of lysine amino acid? The reason I ask is that a PDB file contain information about the...
3개월 전 | 1
| 수락됨
답변 있음
Is there a way to turn off the slider in simbiology text boxes? They are ugly and worse than useless if you are using the text boxes for labels.
Is this problem specific to annotation blocks? If so, that's a known bug that I think was introduced in R2022b. It's on our rada...
Is there a way to turn off the slider in simbiology text boxes? They are ugly and worse than useless if you are using the text boxes for labels.
Is this problem specific to annotation blocks? If so, that's a known bug that I think was introduced in R2022b. It's on our rada...
3개월 전 | 0
| 수락됨
답변 있음
Adding two different dose regimes to achieve full dose scheme
I opened the project you attached, and I do see that both doses get applied. Note that I increased the simulation stop time to ...
Adding two different dose regimes to achieve full dose scheme
I opened the project you attached, and I do see that both doses get applied. Note that I increased the simulation stop time to ...
4개월 전 | 1
| 수락됨
답변 있음
Adding and configuring events
Events are not restricted to specific times. They can also be used for something like this. The event trigger might look somethi...
Adding and configuring events
Events are not restricted to specific times. They can also be used for something like this. The event trigger might look somethi...
4개월 전 | 0
답변 있음
What does a dashed line in simbiology mean?
The dashed line in the diagram indicates a species that is a catalyst. More specifically, it means the species appears as both a...
What does a dashed line in simbiology mean?
The dashed line in the diagram indicates a species that is a catalyst. More specifically, it means the species appears as both a...
4개월 전 | 0
답변 있음
Simulate chemical reactions: how to include one polymerization step which consists of x reactions with identical rate constants?
I think SimBiology is most suited to modeling each degree of polymerization as a separate species. Building and simulating will ...
Simulate chemical reactions: how to include one polymerization step which consists of x reactions with identical rate constants?
I think SimBiology is most suited to modeling each degree of polymerization as a separate species. Building and simulating will ...
4개월 전 | 0
답변 있음
Is there any built-in code in MATLAB that calculates phi-psi angles in pdb file as the bio.pdb module in biopython does?
Yes, take a look at the ramachandran function. It's primarily designed to show these angles in a Ramachadran plot, but it has op...
Is there any built-in code in MATLAB that calculates phi-psi angles in pdb file as the bio.pdb module in biopython does?
Yes, take a look at the ramachandran function. It's primarily designed to show these angles in a Ramachadran plot, but it has op...
4개월 전 | 0
| 수락됨
답변 있음
How to rectify "arrays have incompatible sizes for this operation error" in this code: (Bioinformatics-related)
Let me just start by sharing the fixed code. (I also fixed a bug in the first for loop.) ubq=getpdb('1UBQ'); for i=1:numel(ubq...
How to rectify "arrays have incompatible sizes for this operation error" in this code: (Bioinformatics-related)
Let me just start by sharing the fixed code. (I also fixed a bug in the first for loop.) ubq=getpdb('1UBQ'); for i=1:numel(ubq...
4개월 전 | 0
| 수락됨
답변 있음
How does Matlab calculate mean squared error in sbiofit?
The MSE could be Inf for several reasons. My guess is that you have a poorly posed fitting problem. Did you see any warning mess...
How does Matlab calculate mean squared error in sbiofit?
The MSE could be Inf for several reasons. My guess is that you have a poorly posed fitting problem. Did you see any warning mess...
4개월 전 | 1
| 수락됨
답변 있음
Simbiology example expression in the Tumor growth model
Hi, We chose to model the tumor weight this way so that it would be possible to perform local sensitivity analysis using tumor ...
Simbiology example expression in the Tumor growth model
Hi, We chose to model the tumor weight this way so that it would be possible to perform local sensitivity analysis using tumor ...
4개월 전 | 0
| 수락됨
답변 있음
How can I calculate the Hessian matrix for fit results with sbiofit (SimBiology)?
I can't think of an easy way to calculate the Hessian matrix. The objective function is not analytical (since it involves approx...
How can I calculate the Hessian matrix for fit results with sbiofit (SimBiology)?
I can't think of an easy way to calculate the Hessian matrix. The objective function is not analytical (since it involves approx...
5개월 전 | 0
답변 있음
how to do sensitivity analysis
Hi, It's not currently possible to use an observable as a sensitivity analysis input or output. One workaround is to perform se...
how to do sensitivity analysis
Hi, It's not currently possible to use an observable as a sensitivity analysis input or output. One workaround is to perform se...
5개월 전 | 0
답변 있음
Are ADDL (additional doses) and II (interval) nlme columns supported in Simbiology datasets for model fitting?
When you actually perform the fit, you typically want one row in your data that describes each distinct dose event. (It is also ...
Are ADDL (additional doses) and II (interval) nlme columns supported in Simbiology datasets for model fitting?
When you actually perform the fit, you typically want one row in your data that describes each distinct dose event. (It is also ...
6개월 전 | 0
답변 있음
Is it possible to deactivate all reactions within a compartment in SimBiology?
I think the getBlock function will give you the information you need to determine whether a reaction is inside a compartment. It...
Is it possible to deactivate all reactions within a compartment in SimBiology?
I think the getBlock function will give you the information you need to determine whether a reaction is inside a compartment. It...
6개월 전 | 0
| 수락됨
답변 있음
/tmp/.e6fa-d450-cf2c-87f9.tmp Invalid cross-device link
MathWorks recently published a bug report about this.
/tmp/.e6fa-d450-cf2c-87f9.tmp Invalid cross-device link
MathWorks recently published a bug report about this.
6개월 전 | 0
답변 있음
How to extract value of Sobol index from the Sobol index plot generated in Matlab ?
In your comment, what do you mean by the "global sensitivity analysis tool"? Do you mean you are running a global sensitivity a...
How to extract value of Sobol index from the Sobol index plot generated in Matlab ?
In your comment, what do you mean by the "global sensitivity analysis tool"? Do you mean you are running a global sensitivity a...
6개월 전 | 0
답변 있음
Creating a reaction that combines multiple individual species together in Simbiology
Hi, Your question doesn't yet completely make sense to me, so I can't yet give a direct answer. But I'll try to provide an indi...
Creating a reaction that combines multiple individual species together in Simbiology
Hi, Your question doesn't yet completely make sense to me, so I can't yet give a direct answer. But I'll try to provide an indi...
7개월 전 | 0
| 수락됨
답변 있음
sbiosimulate Not Releasing Memory
My guess is that this memory usage is somehow associated with SimBiology models that are still in memory. If you want to reclaim...
sbiosimulate Not Releasing Memory
My guess is that this memory usage is somehow associated with SimBiology models that are still in memory. If you want to reclaim...
7개월 전 | 1
| 수락됨
답변 있음
how to re-assign parameter value assigned in an active variant in SimBiology?
sbiosimulate(modelObj) will simulate using only active variants. If you set all your variants to inactive, then you should simul...
how to re-assign parameter value assigned in an active variant in SimBiology?
sbiosimulate(modelObj) will simulate using only active variants. If you set all your variants to inactive, then you should simul...
7개월 전 | 0
답변 있음
selecting and re-assignment of non-existing parameters in SimBiology does not trigger any warning?
I can think of several ways to answer your question, depending on exactly how you want to handle this situation. sbioselect can ...
selecting and re-assignment of non-existing parameters in SimBiology does not trigger any warning?
I can think of several ways to answer your question, depending on exactly how you want to handle this situation. sbioselect can ...
8개월 전 | 0
답변 있음
Simbiology reaction stoichiometry: R + E ==> P + E, or the simpler R ==> P?
I don't expect this choice to make any numerical difference. For most situations, I consider it a stylistic choice (for example,...
Simbiology reaction stoichiometry: R + E ==> P + E, or the simpler R ==> P?
I don't expect this choice to make any numerical difference. For most situations, I consider it a stylistic choice (for example,...
9개월 전 | 0
| 수락됨
답변 있음
Pooled data fit of multiple data sets from different model parameters
If I understand correctly, you can do this in the Model Analyzer app. You just need to merge the two data sets into a single dat...
Pooled data fit of multiple data sets from different model parameters
If I understand correctly, you can do this in the Model Analyzer app. You just need to merge the two data sets into a single dat...
9개월 전 | 0
답변 있음
Computer freeze results in invalid zip error for simbiology model
Change the extension of the backup files to .sbproj, and then you should be able to (try to) open them in SimBiology. If you wan...
Computer freeze results in invalid zip error for simbiology model
Change the extension of the backup files to .sbproj, and then you should be able to (try to) open them in SimBiology. If you wan...
9개월 전 | 1
| 수락됨
답변 있음
SimBiology parameter estimation for a series of single dose-response data
I think the problem is that you need to add a grouping variable to your DOSEdata and your CONCdata. As the code is currently wri...
SimBiology parameter estimation for a series of single dose-response data
I think the problem is that you need to add a grouping variable to your DOSEdata and your CONCdata. As the code is currently wri...
10개월 전 | 0
| 수락됨