Tag: matlab exercises

  • RLC simulation in Matlab using Euler method

    RLC simulation in Matlab using Euler method

    Here is a comparison between the Implicit Euler Method and the Explicit Euler method on a given RLC circuit. We will be using the two methods stated above to model the variation of the current in the circuitry below. RLC simulation in Matlab We consider the capacitor voltage to be zero at the zero time. […]

  • Free fall – Modeling using Matlab

    Free fall – Modeling using Matlab

    In this post, we will simulate the fall of an object dropped from a certain height in air. We will be using some numerical technique to find the time at which the speed of the object stop changing and to find out if this speed is reached before the object reach the ground. We will  […]