OvercookedRamen
Followers: 0 Following: 0
I do it for the money
Statistics
6 Questions
0 Answers
RANK
146,318
of 295,673
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20,262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,257
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
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...
3 years ago | 1 answer | 0
1
answerQuestion
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...
3 years ago | 1 answer | 0
1
answerQuestion
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...
5 years ago | 1 answer | 0
1
answerQuestion
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...
5 years ago | 3 answers | 0
3
answersQuestion
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...
5 years ago | 1 answer | 0
1
answerQuestion
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 ...
5 years ago | 1 answer | 0