Feeds
提问
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...
11 years 前 | 1 个回答 | 0
1
个回答提问
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,-...
11 years 前 | 1 个回答 | 0
1
个回答提问
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...
11 years 前 | 0 个回答 | 0
