photo

Eva Carrillo


Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
159.313
of 297.711

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 20.465

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159.406

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

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

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

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 5 jaar ago | 2 answers | 0

2

answers

Question


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

meer dan 5 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 5 jaar ago | 2 answers | 0

2

answers

Question


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

meer dan 5 jaar ago | 1 answer | 0

1

answer