You will have to tell plot to use 734460:734528 as your x values. For example,
plot(734460:734528, y)
instead of
plot(y)
Once you have done that, you can do the datetick()
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!