![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/gktt3030cauackr_1520593227812_DEF.jpg)
Jingyu Yang
Followers: 0 Following: 0
Statistics
7 Questions
0 Answers
RANK
77,514
of 297,046
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
42.86%
VOTES RECEIVED
0
RANK
of 20,422
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,776
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
How to create Timetable with .txt file?
this is my example text file. I want to create a timetable with this file like this format : what code shoud I use?
4 years ago | 1 answer | 0
1
answerQuestion
How can I change 'NaT' value to normal Date value?
This is my example file. It's filename is 'data.txt' <data.txt> Date : 2020/8/25 . Tuesday . 20:0:10 . Distance = 1531 c...
4 years ago | 1 answer | 0
1
answerQuestion
How to replace vector value '0' to NaN( 0 -> Nan)
If my vector is like For example ) If my vector is like "Distance = { 0 1 2 3 0 4 0 5 0 6 7 8 0 9 10 } "... And What I want ...
4 years ago | 1 answer | 0
1
answerQuestion
How can I interpolate the two data in the timetable? (Interpolate Data with 0 value, not data of Nan value)
How can I interpolate the two data in the timetable? Instead of interpolating the data with the value of Nan, I want to replace...
4 years ago | 1 answer | 0
1
answerQuestion
How to synchronize two different timetable (Each has a different time format)
How to add dates to an already created timetable? Timeline = xlsread('Timeline.xlsx'); Lidar_DeltaT = Timeline(2, 1); GPS_Del...
4 years ago | 1 answer | 0
1
answerQuestion
Is there a way to convert table columns and terms into regular numbers?
I made Table set from excel file. Timeline = readtable('Timeline.xlsx'); Lidar_DeltaT = Timeline(2, 6); Lidar_Distance= readt...
4 years ago | 1 answer | 0
1
answerQuestion
Creating Timetable from Excel for Driving Cycle.
I would like to create a timetable for the driving cycle using the above two excel files. I want to extract the speed data pe...
4 years ago | 2 answers | 0