Statistica
3 Domande
0 Risposte
RANK
209.678
of 301.454
REPUTAZIONE
0
CONTRIBUTI
3 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
66.67%
VOTI RICEVUTI
0
RANK
of 174.632
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
quasi 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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,-...
quasi 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 11 anni fa | 0 risposte | 0
