Community Profile

photo

Anthony Hill


2018년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2
  • Thankful Level 1

배지 보기

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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0

1

답변