Community Profile

photo

Anthony Hill


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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...

bijna 6 jaar ago | 1 answer | 0

1

answer

Question


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 ...

bijna 6 jaar ago | 1 answer | 0

1

answer