Jacob - MATLAB Central
photo

Jacob


Last seen: 1 year ago Active since 2023

Followers: 0   Following: 0

Statistics

MATLAB AnswersFrom 03/23 to 01/25Use left and right arrows to move selectionFrom 03/23Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
228,787
of 296,372

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

  • Thankful Level 2

View badges

Feeds

View by

Question


How to create a loop to run my ODE for two sets of data and then store each data set in two cell arrays.
function [dAsdt]=rates(tspan, y) % Rate constants K1 = 0.4526; K2 = 0.3958 K3 = 0.3523 %ODE for each spicies in reactor ...

2 years ago | 1 answer | 0

1

answer

Question


How do I store the outputs of my ODEs in a structured array?
I can plot it but i need to be able to store the value in an array and im not exaxally sure how you do this. Any help would be m...

2 years ago | 1 answer | 0

1

answer
Go to top of page