![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/12759305_1525233878194_DEF.jpg)
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...
거의 7년 전 | 답변 수: 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 ...
거의 7년 전 | 답변 수: 1 | 0