How to Increment matrix
Show older comments
Hello I am new to Matlab.
I have been trying to increment a 1 by 3 matrice (basically time in Hh:mm:Ss.sss) by 30 seconds, n number of times. What's the best way to do this?
Thank you!
4 Comments
KALYAN ACHARJYA
on 11 Sep 2017
I am not getting your question. Though its answer seems simple, please clarify.
the cyclist
on 11 Sep 2017
Please give an example of your matrix. There are a few ways to store a date/time value in MATLAB.
Andrew Dicom
on 11 Sep 2017
Image Analyst
on 11 Sep 2017
Edited: Image Analyst
on 11 Sep 2017
Don't do it like that. Use official time variables instead of trying to keep track of all the parts of time yourself. It will be so much easier. See answer below for one way.
Accepted Answer
More Answers (0)
Categories
Find more on Mathematics 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!