This video shows the steps to implement a 3 harmonics periodic Analog signal. It further shows how one can plot the discrete time signal for the equation in both MATLAB and Simulink. It writes a simple MATLAB script and uses STEM function to plot the discrete time signal. It also…
Tag: graph
How to plot arrays (X and Y coordinates) on axes in your Android App without using dependencies or libraries?
In this video it shows how to plot any graph with x and y coordinates in a view in your Android App. It uses Surface view and Image view to plot the coordinates on the plane, 2-dimensional plane. It takes a simple array of 5 numbers or points as x…