Community Profile

photo

Eva Carrillo


Aktiv seit 2019

Statistiken

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort