Statistics
RANK
200,076
of 299,722
REPUTATION
0
CONTRIBUTIONS
3 Questions
2 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20,790
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 165,604
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
2 months ago | 1 answer | 0
1
answerchange 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...
5 months ago | 0
Question
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])
5 months ago | 5 answers | 0
5
answerswhy 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...
5 months ago | 0
Question
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...
5 months ago | 4 answers | 0