Clear Filters
Clear Filters

Anyway to "vectorize" the coding of symbolic ODE systems?

1 view (last 30 days)
In other words, can the attached code be condensed using For loops and succint notation for c1(t), c2(t) etc.? I know how to generate subscripted symbolic variables, but am stumped with subscripted symfuns, especially in the context of the common dependent variable, here t.
  2 Comments
Sree
Sree on 24 Nov 2018
Thanks, but condensing the code would enable generalizing it to more than 5 species. A For Loop with n, instead of 5 . . . .

Sign in to comment.

Accepted Answer

madhan ravi
madhan ravi on 24 Nov 2018
Edited: madhan ravi on 24 Nov 2018
Your code looks perfect(well organised and neat symbolic forms) , please don't think of changing it.

More Answers (0)

Categories

Find more on Symbolic Math Toolbox in Help Center and File Exchange

Products


Release

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!