How to turn datapoints into hours?
Show older comments
I have 200 datapoints which I need to turn into 50 hours, trying to replicate the picture attached. What is the best way or function for doing this?
1 Comment
madhan ravi
on 2 Sep 2018
what have you tried so far??
Answers (1)
Walter Roberson
on 2 Sep 2018
t = (1:200)/50;
plot(t, y)
1 Comment
Rebecca Ellis
on 2 Sep 2018
Edited: Rebecca Ellis
on 2 Sep 2018
Categories
Find more on Grid Lines, Tick Values, and Labels in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!