photo

Tristen Hernandez


Last seen: nästan 2 år ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
4 Answers

RANK
150 600
of 300 379

REPUTATION
0

CONTRIBUTIONS
6 Questions
4 Answers

ANSWER ACCEPTANCE
83.33%

VOTES RECEIVED
0

RANK
 of 20 931

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 299

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

Answered
Plotting Help (rocket motion around a planet
Figured out problem,it was the last input for the initial condition like I thought.

mer än 5 år ago | 0

| accepted

Question


Plotting Help (rocket motion around a planet
Hello! Currently I am trying to model the flight path of a rocket around the planet at various given velocities, however wheneve...

mer än 5 år ago | 1 answer | 0

1

answer

Question


ODE45 issues (odearguements error)
Hi recently I've started having to use the ode45 function for various classes I have taken, I think I understand how to format t...

mer än 5 år ago | 1 answer | 0

1

answer

Question


Plotting an infinite series with multiple variables.
Hi, recently I solved PDE of a 1D wave equation and came to the solution of: my question while vague,also comes from a plac...

mer än 5 år ago | 1 answer | 0

1

answer

Answered
Indexing Problem with a For Loop
I was just able to get it to run by transforming: Upeak(count+1,2*eta(i-1))= t(j); %the current value of time ...

nästan 6 år ago | 0

Question


Indexing Problem with a For Loop
Hi, I'm trying to create a function that with given inputs gives an output of various things that will then be taken by another ...

nästan 6 år ago | 1 answer | 0

1

answer

Answered
Matrix Dimensions Must agree
S(i,j) = exp((-eta(i)).*w0.*t(j)).*(A.*cos(wd.*t(j))) ; My S looks like this now and I'm getting the error of: ...

nästan 6 år ago | 0

Question


Matrix Dimensions Must agree
Hi, currently I'm trying to create a function that with the given inputs will output various graphs of the system, however I'm r...

nästan 6 år ago | 2 answers | 0

2

answers

Answered
Error Message: 'Matrix dimensions must agree'
I was able to make the multiplication work by transforming the t = [0:.1:10] into t = [0:.1:10]' Now I'm trying to put th...

nästan 6 år ago | 0

Question


Error Message: 'Matrix dimensions must agree'
m%%Declare Variables: n = [.1, 1.0, 1.5]; t= [0:.1:10]; k = 10 %N/m; m = 5 %kg; A = 5; %m (initial postion); omega0 = sqrt...

nästan 6 år ago | 2 answers | 0

2

answers