Anthony Hill
自 2018 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
Help... Getting errors with v_plot and x_plot
g = 9.81; m = 68.1; c = 0.25; h = 2; t = 0; % Initial guess v_eu = 0; v_true = 0; x_eu = 350; x_true = 0; err_v = 1...
6 years 前 | 1 个回答 | 0
1
个回答提问
Error using rk4sys (line 2) at least 4 inout argument required
% My Code function [tp,yp] = rk4sys(dydt,tspan,y0,h,varargin) if nargin<4, error('at least 4 inout argument required'), end ...
6 years 前 | 1 个回答 | 0