Community Profile

photo

Ryan Shaw


Last seen: 3 years ago Active since 2019

Followers: 0   Following: 0

Statistics

All
  • Solver

View badges

Feeds

View by

Question


Please help me reformat a symbolic system of ODEs so it can be solved using ode45.
I am trying to solve a system of ODEs using ode45, but I don't understand how to format the input. Here is my code: function ss...

4 years ago | 0 answers | 0

0

answers

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

4 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

4 years ago