Feeds
提问
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)/(...
10 years 前 | 1 个回答 | 0
1
个回答提问
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...
10 years 前 | 1 个回答 | 0
1
个回答提问
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 ...
10 years 前 | 0 个回答 | 0
0
个回答提问
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 =...
10 years 前 | 0 个回答 | 0