Feeds
提问
ODE45 problem. How to change the initial conditions?
Hi. I am still pretty new to Matlab and was wondering if anyone could help me with the following problem. I have the followin...
12 years 前 | 0 个回答 | 0
0
个回答提问
Differential Equation problem. ~Please help
Hi. I have the following code: function dydx = vdp1(x,y) dydx = [y(2);-y(1)]; And in another script I have the followi...
13 years 前 | 0 个回答 | 0
0
个回答提问
Using the secant method for a different function
Hi. I have this code for using the secant root for finding the the root of an equation. I am quite new to Matlab with little exp...
13 years 前 | 1 个回答 | 0
1
个回答提问
Solve a second order differential equation
Hi, I am completely new to Matlab and am looking to solve a simple second order differential equation: y''+w^2*y=0 IC: y(0)...
13 years 前 | 3 个回答 | 1
