Community Profile

photo

daniel parker


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Hey i'm trying to simulate a bouncing ball but i wasn't able to simulate it on viscircles function. i get Dimensions of matrices being concatenated are not consistent. problem everytime
if true function main global chart; chart = 0; tspan = [0,15]; initial_conditions = [100 0]; options = odeset('event...

9 years ago | 1 answer | 0

1

answer

Question


ode45 events using problem
[T,Z] = ode45(@bouncing, [0 12], [100 0],'tspan','options','events'); options = odeset('events'); events(t,z) = [y(1)-10,1,-...

9 years ago | 1 answer | 0

1

answer

Question


can you handle my ode45 events problem ?
if true [T,Z] = ode45(@bouncing, [0 12], [100 0],'tspan','options','events'); options = odeset('events'); events(t...

9 years ago | 0 answers | 0

0

answers