photo

daniel parker


Active since 2015

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
209,665
of 301,440

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 21,282

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,580

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • 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...

11 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,-...

11 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...

11 years ago | 0 answers | 0

0

answers