How to add time from 2 arrays
显示 更早的评论
Hi, I am a new user of Matlab. I have the following problem:
I have two columns like this way.
- a =102 sec
- a =135
- a =157
- b =189
- b =201
- a =222
- a =245
- b =290
Here the values are in seconds. I want to write a formula, which show the total duration of seconds of a and b.
For example: here total duration of a is = (157-102) + (245-222) = 78 seconds.
Please suggest me how to do it.
Thanks
6 个评论
José-Luis
2014-10-16
What does
a 102 a 135 a 157 b 189 b 201 a 222 a 245 b 290
mean?
José-Luis
2014-10-16
I still don't see the two columns.
SS
2014-10-16
José-Luis
2014-10-16
So is your variable a table or do you have two column vectors: one with strings and the other with numbers?
SS
2014-10-16
采纳的回答
更多回答(1 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Operators and Elementary Operations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!