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년 초과 전 | 0
