photo

Stephen


Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
78,184
of 300,392

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20,933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,335

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 1

View badges

Feeds

View by

Question


Error using ODE45. Need Help Debugging
my m-file looks like function xp=F(t,x) xp=zeros(5,1); m=1; w=1; h=.5; y=.01; xp(1)=-m*(w^2)*(x(2)^3)*(-(h*y)/(...

11 years ago | 1 answer | 0

1

answer

Question


Second Order ODE with trouble
I have tried to follow tutorials but i am having trouble making an m file to solve a system of ode's with constants that is spec...

11 years ago | 1 answer | 0

1

answer

Question


Matlab PDE boundry condition confusion.
i have a pde where i want to be able to manipulate variables to see how the function acts. The problem is that i don't know how ...

11 years ago | 0 answers | 0

0

answers

Question


Problem with a PDE harmonic oscillator.
I am trying to get and graph numerical solutions to a PDE with an initial condition and two boundary conditions. PDE: du/dt =...

11 years ago | 0 answers | 0

0

answers