Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
Jerry
Posts:
45
Registered:
6/14/12
|
|
SimBiology Questions
Posted:
Dec 17, 2012 12:50 PM
|
|
Hello,
First question:
I am running a SimBiology project. I gave the model a vector that has several parameters and then when I ran this function:
[penny(i)] = sbiosimulate(dollars);
I got this error: --------------------------- Warning: Reported from Dimensional Analysis: Reaction rate dimension for reaction 'A -> null' must be either concentration/time or substance/time. Dimension substance/time is assumed. ---------------------------- I changed the unit for parameter using all existing unites, but I kept getting the error. May someone let me know how I could get rid of this error.
Second question:
I am running a SimBiology project and I would like to get a table of species so:
dollar = out.m1; get (dollar, 'species')
using get, I got this table, but when I used the get for parameter:
get (dollar, 'parameters')
I got this Empty matrix: 0-by-1
Any idea how I could get the table of parameters.
Thanks, Jerry
|
|
|
|