Community Profile

photo

Anthony Hill


Con actividad desde 2018

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

casi 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 6 años hace | 1 respuesta | 0

1

respuesta