Eva Carrillo
Followers: 0 Following: 0
Statistiques
6 Questions
0 Réponses
RANG
191 918
of 295 569
RÉPUTATION
0
CONTRIBUTIONS
6 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
33.33%
VOTES REÇUS
0
RANG
of 20 247
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 105
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
Feeds
Question
Need help solving first order DiffyQ analytically with matrix
I'm given the equation . This can also be written as . Where where and is a 2x1 matrix with initial value of . I need to solv...
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Matrix compare row to column
I just learned how to do matrices today, and am quite confused on this problem. So I have to create a 100 x 100 matrix. Every sp...
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Matrix 'if' statement
I just learned how to do matrices today, and am quite confused on this problem. So I have to create a 100 x 100 matrix. Every sp...
presque 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
FFT of sine wave not plotting
clc; spectrum=[]; omega=2*pi*10; t=0:0.001:10; f=0:0.1:500; for n=1:0.001:10 y(n)=sin(omega*y(n)); spectrum=abs...
environ 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Array indices must be positive integers or logical values.
clc; spectrum=[]; omega=2*pi*10; t=0:0.001:10; f=0:0.1:500; for n=1:0.001:10 y(n)=sin(omega*t(n)); spectrum=abs...
environ 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
Duffing Oscillator issue. "Keep getting Unable to perform assignment because the left and right sides have a different number of elements."
The Duffing Oscillator is as follows: To do this, we have to use the Euler-Cromer method to solve, which follows the followin...
environ 5 ans il y a | 1 réponse | 0