photo

Kebels3


Last seen: circa 2 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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...

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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)

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 4 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

oltre 4 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

oltre 4 anni fa | 1 risposta | 0

1

risposta