Dirk te Brake
Followers: 0 Following: 0
Feeds
질문
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...
7개월 전 | 답변 수: 0 | 0
0
답변질문
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...
8개월 전 | 답변 수: 1 | 0
1
답변질문
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...
10개월 전 | 답변 수: 2 | 0
2
답변질문
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...
대략 1년 전 | 답변 수: 1 | 0
1
답변질문
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...
1년 초과 전 | 답변 수: 2 | 0
2
답변질문
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...
1년 초과 전 | 답변 수: 1 | 0
1
답변질문
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 ...
2년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
거의 3년 전 | 답변 수: 1 | 0
1
답변질문
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...
거의 3년 전 | 답변 수: 1 | 0
1
답변질문
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...
대략 3년 전 | 답변 수: 1 | 0