How to modify the offset position of y-axis values in matlab -


i want shift wave plotted above offset, example offset value of plot -5000, want shift whole graph y axis above -5000 thats means above offset value. 1 have idea regarding this??

yes had used same idea plot

offset=(delta_rear_front_1 + 0.5*10^4); y=delta_rear_front_1+offset;  a=plot(datastructs.springwayout.mconfcircle_time,y,'red') 

thank anyway, complicating things , got , had done it


Comments