photo

Rob


Last seen: 4 months 前 自 2025 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

3 个提问
2 个回答

排名
97,355
of 300,198

声誉
0

贡献数
3 个提问
2 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 20,889

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,681

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


expression to calculate the time difference using Matlab functions
I have many pairs of times expressed, for example, as "3:19" and "1:28.4". I know I can break these up and multiplly by 60, etc...

4 months 前 | 1 个回答 | 0

1

个回答

已回答
change numbers 9.95 and 11.32 to strings '09.95' and '11.32'
Ok, I guess I am not very good at asking questions yet. I have two numbers, m and s. Let's say m = 2 and s= 3.54 I want to wr...

7 months 前 | 0

提问


change numbers 9.95 and 11.32 to strings '09.95' and '11.32'
I tried, among some other things num2str([9.95 11.32]', '%02.2f') and sprintf('%02.2f', [9.95 11.32])

7 months 前 | 5 个回答 | 0

5

个回答

已回答
why does this not work?
I appreciate all the answers, and apologize for not just saying what I want to happen. I want to translate a string array [ "0...

7 months 前 | 0

提问


why does this not work?
>> x='0:07.50 2:03.91 3:57.36 5:09.44 6:32.90 7:43.03 9:43.45'; >> datetime(x,'InputFormat','m:ss.SS') Error using datetime (l...

7 months 前 | 4 个回答 | 0

4

个回答