Recent content by Edgarg

  1. E

    MATLAB Long Numerical Integration: Is this possible with MATLAB?

    Yes, I am integrating with respect to td. So, I did not define td. Lower integral limit is zero, and I will have several upper limits of 0.001 to 10000 with varying intervals. The equation contains a sum series within. Equation is: integral=...
  2. E

    MATLAB Long Numerical Integration: Is this possible with MATLAB?

    Please, I am new in MATLAB and need some help as to whether MATLAB can perform this integration, and how to go about it. I have tried 'quad', 'quad8', 'trapz' and even a sum approach but it returns either a not-a-number answer or mtimes error or mrdivide error message. What I want to do is this...
Back
Top