Community Profile

photo

OvercookedRamen


Last seen: nästan 2 år ago Active since 2019

I do it for the money

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


Issue with Fourier Series Stair Step Function
I am supposed to be seeing a stair step function, but I get a striaght line instread. I am seeing this warning "Warning: Imagina...

ungefär 2 år ago | 1 answer | 0

1

answer

Question


Plotting a stem plot of a Fourier series
Here is my code: % Plot amplitude vs frequencey n = 0:15; f = f0*n; A = abs((8*10) ./ (pi^2) .* (1./n) .* cos(n.*w.*t)); f...

mer än 2 år ago | 1 answer | 0

1

answer

Question


RLC Circuit Equation Implementation-Runge Kutta
Hello, I need to convert an RLC equation to work inside the functions I have wirtten. Currently MatLab is telling me there are t...

mer än 4 år ago | 1 answer | 0

1

answer

Question


Runge-Kutta function with a second order ODE
Hello, I have this section of code I am trying to work with. I need it to be able to accept a matrix form of a second order derr...

mer än 4 år ago | 3 answers | 0

3

answers

Question


How to make a function that uses Runge-Kutta Method
Hello, I am trying to create a function that can take in a function and solve it using Runge-Kutta's method. For example, I shou...

mer än 4 år ago | 1 answer | 0

1

answer

Question


How to create a function that can solve and graph Euler's equations
Hey guys, I'm trying to create a function that can take a differential equation and show the numerical solution via graph using ...

mer än 4 år ago | 1 answer | 0

1

answer