Dylan den Hartog
Technische Universiteit Delft
Followers: 0 Following: 0
Statistics
RANK
205,671
of 295,569
REPUTATION
0
CONTRIBUTIONS
10 Questions
2 Answers
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
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
indexing of discrepancy between matrices
I want to find the discrepancy of scores. Lets say there are three scores: S1 = [0 1 0 2 4 3 1] S2 = [1 1 0 4 4 3 0] S3 =...
3 years ago | 1 answer | 0
1
answerQuestion
Unique numbers, not ordered
I have three matrices: X1 = [1 23 36 45 47 2]' X2 = [1 36 47 2 6]' X3 = [1 22 23 47 2 4]' I want to end up...
3 years ago | 1 answer | 0
1
answerQuestion
Synchronize sensor data from multiple sensors
I have sensor data from four inertial sensors. When collecting data the the .csv files for each sensor have a slightly different...
3 years ago | 2 answers | 0
2
answersQuestion
Find numbers that are not in multiple columns
I have three tables: A1 = 5×2 table x Var1 __ ____ 1 2524 2 2342 3 4353 4 ...
3 years ago | 2 answers | 0
2
answersQuestion
Delete numbers that are not in both arrays
I have four arrays. I want to delete all the numbers that are not in all of the four arrays. So for example: A1 = [1 2 3 4 5] ...
3 years ago | 1 answer | 0
1
answerQuestion
Matrix to string, filled with zeros
I have a question about transforming a matrix. I have a matrix that looks something like this: A = [9998; 9999; 0; 1; 2; ........
3 years ago | 2 answers | 0
2
answersTurn number to datetime
I shared the file. As you can see the time starts on 03-04-2021 23:59:59.998 and end on 04-04-2021 00:00:00.002. I can extra...
3 years ago | 0
Turn number to datetime
Thanks for the answers. Is it possble to create a datetime array by by specifying the start date, e.g. 03-04-2021? The issue ...
3 years ago | 0
Question
Turn number to datetime
Is there an easy way to convert a number, e.g. 101416517, to a time: 10:14:16.517? Thanks in advance!
3 years ago | 5 answers | 0
5
answersQuestion
SVM KernelFunction and KernelScale. What is the difference?
When using Support Vector Machines in the Classification Learner, what is the diffence between the KernelFunction (gaussian, lin...
4 years ago | 1 answer | 0
1
answerQuestion
Filename to categorical in table
I created a datastore with accelerometer data of different files (S1_walking.csv, S1_sitting.csv and S1_laying.csv). Then I used...
4 years ago | 1 answer | 0
1
answerQuestion
Removing close datetimes from datetime array
I have this 5x1 datetime array: 14-May-2020 10:47:18 14-May-2020 10:47:19 14-May-2020 10:47:20 14-May-2020 10:53...
4 years ago | 1 answer | 0