photo

Eva Carrillo


Attivo dal 2019

Followers: 0   Following: 0

Statistica

MATLAB Answers

6 Domande
0 Risposte

RANK
151.829
of 300.392

REPUTAZIONE
0

CONTRIBUTI
6 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
33.33%

VOTI RICEVUTI
0

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.373

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 6 anni fa | 2 risposte | 0

2

risposte

Domanda


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

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 6 anni fa | 2 risposte | 0

2

risposte

Domanda


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

quasi 6 anni fa | 1 risposta | 0

1

risposta