Why was this ODE equation was solved using the step function in Simulink Matlab and getting the plot with time in X axis, Since it has only one variable x, x" + c/m x' + k/m x=0?
It is the solution for x(t), so in horizontal axis we always put the independent variable (time t) and at the vertical axis we put the dependent variable (x(t) which here does just an oscillation).
since in the equation the relation was not found between time (t )and displacement (x). How the relation between independent variable (time (t)) and x can be incorporated when solved using the ordinary coding method without using Simulink Mat lab?