I am on my transitional trip from MATLAB to scipy(+numpy)+matplotlib. I keep having issues when implementing some things. I want to create a simple vector array in three dif
You could try something like:
a = np.hstack(([0.2],np.linspace(1,60,60),[60.8]))