Recent content by Jacob Marcum

  1. J

    MATLAB Octave cumtrapz integration returning zeros in population matrix

    Hello, I'm having some trouble with my octave coding and would appreciate any input on where the issue lies. The coding is as follows: age = [0:1:100]; %this is the age matrix, represented by a time = [0:1:100]; %this is the time matrix...