Kebels3
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
198.816
of 295.467
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Same result but without ode45
Hi guys, for a school test i need to rewrite this code, but whitout the function ode45 F = @(t, x) [x(2); -0.1/50*x(2) - 2*x(1...
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
Plot a graph with linspace
Hi guys, I want to plot this graph with Linspace, This is what i got; t = linspace(0,3,4) u = [1 1 0 0] plot(t,u)
bijna 4 jaar ago | 1 answer | 0
1
answerQuestion
Solving a mass-spring-damper system with ode45
Hi guys This code is for a with mass-spring-damper system 𝑚 = 50 kg 𝑘 = 100 N/m 𝑐 = 0.1 Ns/m F = @(t, x) [x(2); -0.1/50...
meer dan 4 jaar ago | 1 answer | 0
1
answerQuestion
Solving an ode without ode45
Hi guys, I want to solve an ODE but i dont want to use ode45. I want to numerically intergrate v and s. Im stuck at this point...
meer dan 4 jaar ago | 0 answers | 0
0
answersQuestion
Solving an ODE in matlab
Can you guys help me? ?̈(?) = -(0.1/50) ?̇(?)-2?(?) How to numerically integrate to find a solution for ?? Speed of the ma...
meer dan 4 jaar ago | 2 answers | 0
2
answersQuestion
Make a bode plot without bode()?
Is there a way to make a bode plot without using the function bode()? This is the transfer function which i am working with s...
meer dan 4 jaar ago | 1 answer | 0