Ardeshir Goliaei in MATLAB Answers
Ultima attività il 26 Ott 2018

In my simbiology model, I can assign values to Species from a matlab file using the following syntax: m1.Species(5).InitialAmount = 10.0; The above will assign 10 to the fifth species. How do I assign values using index to parameters? My model has about 14 parameters and once I try to assign a value to the 6th parameter, using following syntax, I get the following error: m1.Parameters(6).Value = 0.01; Index exceeds array bounds. I appreciate your help.
Michael in MATLAB Answers
Ultima attività il 19 Nov 2013

I am exploring suitability of simbiology for my application : exploring both desktop and direct coding: Quick pointers appreciated! Within the desktop environment 1) is there anyway to express competitive binding or pathway inhibition processes? I have not discovered this in graphical interface? presumably this means coding model directly in matlab? 2) how to port desktop generated code back to matlab for all configured components? (must it be done screen by screen?) 3) how to set parameter (k) constraints? (limit range) or select specific parameters to vary in model: is this possible in desktop? 4) how to merge building block models into integrated models most efficiently? capability within desktop? Mike