![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/23801519_1631171036813_DEF.jpg)
Dirk te Brake
Followers: 0 Following: 0
Statistica
10 Domande
0 Risposte
RANK
106.318
of 297.016
REPUTAZIONE
0
CONTRIBUTI
10 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
60.0%
VOTI RICEVUTI
0
RANK
of 157.725
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
Mass spring damper system not working
I'm solving an ode45 for a mass spring damper system as shown below. But the results i'm getting don't oscillate as much as they...
10 mesi fa | 0 risposte | 0
0
risposteDomanda
Handling data form structures
I always see people saying not to use eval so I decided to try and use a structures to load in my data. My code works but i feel...
11 mesi fa | 1 risposta | 0
1
rispostaDomanda
How to make latch switch
Hi, i am making a animation but i want to be able to pause it when i press space and continue again when i press space (just lik...
circa un anno fa | 2 risposte | 0
2
risposteDomanda
How to handle cells?
I'm making a Rock paper scissors game but have problems using cell variabels. I have a 9x2 cell variable i want to find on which...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
How do i add a changing input over a interval using ODE45?
I'm trying to intergrate form time 0 to 5000 and at t=1000 i want my y input to rise, modeling a car going up a speed bump. I kn...
oltre un anno fa | 2 risposte | 0
2
risposteDomanda
Quiver arrow doesn't show at the right place
o = [0,0]; v = [3 10]; quiver(o(1), o(2), v(1), v(2),'k','LineWidth',2); hold on plot(v(1),v(2),"o") xlim([(-1) (11)]); yl...
quasi 2 anni fa | 1 risposta | 0
1
rispostaDomanda
How to adjust data
I have some data form the height of a waterrocket. I want to compare them using a graph but not all the data starts at the same ...
quasi 3 anni fa | 1 risposta | 0
1
rispostaDomanda
Why does my function not return a figure when there is no error but when there is it returns a figure?
So i want a function to give me date (value: 1x1 table) as an output and a figure (polarhistogram), but when the function doesnt...
circa 3 anni fa | 1 risposta | 0
1
rispostaDomanda
How to display a table without it showing "var1"?
x = datetime(2021,1,1) + caldays(0:4); e = [1,6,3,2,8;4,5,6,7,7;2,4,7,8,6;] disp(x) t = table(x',e') b = t(sum(e)' == max(su...
circa 3 anni fa | 1 risposta | 0
1
rispostaDomanda
Is it possible to give an categorical date set values so it can be used for a plot.
I have a variable in my workspace: name=Wind_dir value=2560x1 categorical These are wind directions (N, NNW, NW, NWW, ect) i c...
circa 3 anni fa | 1 risposta | 0