Réponse apportée
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...

environ 2 ans il y a | 0

| A accepté

Réponse apportée
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...

environ 2 ans il y a | 1

| A accepté

Réponse apportée
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 ...

environ 2 ans il y a | 0

| A accepté

Réponse apportée
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...

environ 2 ans il y a | 0

Réponse apportée
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...

environ 2 ans il y a | 0

Réponse apportée
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 ...

environ 2 ans il y a | 0

Réponse apportée
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...

environ 2 ans il y a | 0

| A accepté

Réponse apportée
/tmp/.e6fa-d450-cf2c-87f9.tmp Invalid cross-device link
MathWorks recently published a bug report about this.

environ 2 ans il y a | 0

Réponse apportée
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...

environ 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 2 ans il y a | 1

| A accepté

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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 ...

plus de 2 ans il y a | 0

Réponse apportée
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,...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 2 ans il y a | 0

Réponse apportée
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...

plus de 2 ans il y a | 1

| A accepté

Réponse apportée
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...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
How to solve issue with loading project on simbiology (index exceeds number of array elements).
I don't think there's anything you can do as an end user. But I'm a developer on SimBiology, and I'd like to see if we can do an...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
Integration tolerance not met in simbiology project
Without reproduction steps, I can't be sure what's going on. I recommend reading this page on Troubleshooting Simulation Problem...

plus de 2 ans il y a | 0

Réponse apportée
Build-in unit conversion in SimBiology
Short answer: You can see the relationship between two by using the function sbiounitcalculator, which shows you that 1 day is ...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
Running parallel using build in 10-core GPU and 16-core neural Engine in MacBook Air M2
You can use run the Intel version of many releases of MATLAB on an M2 Mac just fine. I'm a SimBiology developer with an M1Pro Ma...

plus de 2 ans il y a | 0

Réponse apportée
Is specifying objective fuction for multiple variables in SimBiology possible?
It depends on what you mean by "possible." :-) If you're using a fit program in the SimBiology Model Analyzer app or the functio...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
How to add programmatically (using command line) add a program to a simbiology model?
This is not currently possible but is something we would consider adding in a future release. Until then, you will need to creat...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
Incorrect units in simple reaction in SimBiology?
This is a bug in SimBiology. SimBiology checks that all species participating in a reaction have dimensionally consistent units....

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
Estimating Parameter That Satisfies Minimal Efficacy
Here's a high-level description of how I'd do this in the Analyzer App: Create and run a simulation program that determines the...

plus de 2 ans il y a | 1

Réponse apportée
Time after last dose
I haven't read the article, so I don't know how the TAD parameter is used. I'm assuming you need to know TAD during the simulati...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
Automatic generation of SimBiology code from GUI
There is not currently any shipping functionality to do this. However, this is something we've been thinking about for a future ...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
Specifying a cost function to optimize a simbiology model response to plausible ranges
Fearass and I had a chat about this. I figured out that the cost function is essentially a modification of some of squares of re...

plus de 2 ans il y a | 1

| A accepté

Réponse apportée
Possible ways to test SimBiology model robustness
The closest thing I can think of off the top of my head is cross-validation. Maybe you want to take a look at this page and see ...

presque 3 ans il y a | 0

Réponse apportée
How to add noise in SimBiology analyzer app
Hi, I can't think of a way to add noise using just the SimBiology Model Analyzer app. I think you will need to export the data ...

presque 3 ans il y a | 0

| A accepté

Charger plus