Feeds
提问
Solve an ode using ode45
we have T=10; %% Discretization data dt=0.1; t=0:dt:T; ds=0.2; sigma=-5:ds:-4; %% initial data z0=0; z1=1; y0=[z0;z1];...
6 years 前 | 1 个回答 | 0
1
个回答提问
Define a series of matrices
How do I define the next series of matrices A=[0,1;sigma,0]. where sigma=[-5:0.01:-4] And I want the label to be as follows...
6 years 前 | 1 个回答 | 0
