Statistics
6 Questions
0 MATLAB Answers
RANG
273 981
of 275 731
RÉPUTATION
0
CONTRIBUTIONS
6 Questions
0 MATLAB Answers
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
0
RANG
of 18 573
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 125 548
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Content Feed
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...
environ un an il y a | 1 réponse | 0
1
réponseQuestion
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...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
plus de 3 ans il y a | 1 réponse | 0