Let's suppose I need to get the graphs where some other parameter is required in the axis instead of time after running the simulation in matlab. Please anyone help me what is the procedure to get the graphs like that. Thanks in advance!
matlab will plot any graph even if we pass just y-axis values(in this case x-axis values will be indices for corresponding y values). so basically matlab does not ask specifically to give x-axis values as time. whatever values one passes to the plot function of matlab as x-axis values will be plotted with corresponding y-axis values.
I hope this clears your doubt. please clarify if this does not solve your problem.