Feeds
已回答
Add Column and Row Labels to Matrix
I have a problem to label a data array as follows: Air speed Ambient air temperaure (...
Add Column and Row Labels to Matrix
I have a problem to label a data array as follows: Air speed Ambient air temperaure (...
5 years 前 | 0
已回答
ODE45 to solve vector ode
[t,x]=ode45(@func,[0 5],[5 3]); plot(t,x(:,1)) xlabel('Time[sec]') ylabel('x(t)') ----------------------------------------...
ODE45 to solve vector ode
[t,x]=ode45(@func,[0 5],[5 3]); plot(t,x(:,1)) xlabel('Time[sec]') ylabel('x(t)') ----------------------------------------...
5 years 前 | 0
