Kebels3
Followers: 0 Following: 0
Statistik
6 Fragen
0 Antworten
RANG
198.816
of 295.486
REPUTATION
0
BEITRÄGE
6 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
0
RANG
of 20.236
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.950
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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)
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 4 Jahre vor | 1 Antwort | 0