Feeds
已回答
How to activate symbolic math toolbox
% Clear workspace and command window clear; clc; % Define the ODE as a function handle ode = @(t, v) [-0.5 * v(1) + sec(t)]...
How to activate symbolic math toolbox
% Clear workspace and command window clear; clc; % Define the ODE as a function handle ode = @(t, v) [-0.5 * v(1) + sec(t)]...
1 year 前 | 0
