Puru Raj in MATLAB Answers
最後のアクティビティ: 2023 年 5 月 1 日

I want to define that a specie A is being produced given by 2 degree quardratic equation as a function of time. How to define it ?
Richard Allen in MATLAB Answers
最後のアクティビティ: 2014 年 3 月 5 日

I am familiar with the SimBiology functionality that allows calling a user defined MATLAB function. Is there a shorthand to pass all species to that function? For example what I'm looking to be able to do is call: P= myfunction(X,P,0.5); rather than P=myfunction(species1,species2,...,parameter1,parameter2,....) where X is a vector with elements containing each species in the model, and P all the parameters. Thanks for any help/suggestions! Richard