Community Profile

photo

Jake Bowd


Cardiff University

Last seen: 6 months 前 自 2019 起处于活动状态

统计数据

  • First Answer
  • Thankful Level 3

查看徽章

Content Feed

排序方式:

提问


Finding the Closest Value to an Input Value from a Table Column
I have the below code that finds a value that is less than or equal to RESULTS.Vertical_Heel_Trajectory_at_HS1(1,1) in the fol...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Renaming headers in Table
Hi, I want to make a table from an array by using the array2table function. This works perfectly fine for my datasets whereb...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Table Question: Calling a Header with a Fullstop in
I have a table (below called 'TABLE') I then have a column which in the colum header has a '.' in and so the script is finding i...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Deleting Rows in a Table as Determined by a Variable Value
I have a 189x317 table and a variable with a value (lets says 119). I want to delete all rows from 199 onwards. Please could...

3 years 前 | 1 个回答 | 0

1

个回答

提问


For Loop Related Question
Hi So I have written a script, which essentially repeats code 3 times (once for group 'A', once for group 'B' and once for gr...

3 years 前 | 1 个回答 | 0

1

个回答

提问


locating a value of a matrix from another input value
Is there a way you can use a speciifc value i.e. nth value from a vector (i.e. the 24 in the 1x5 double below) to find what the ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Incorrect Logical Condition Statement
Hi, I have a variable (let's call it 'data') and dependent on whether the user is left ('L) or right ('R') footed I wish for t...

4 years 前 | 2 个回答 | 0

2

个回答

提问


Extract row data from a table as a result of intervals (boundaries) being called in from a different structure
Hi There, I have a 328x338 double matrix (name: DATA), a variable (name: INITIAL) and another variable (name: END). I wis...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Deleting an entire column using an IF statement
Hi, I have a 91 x 265 double for which sometimes the first column contains NaN values. If the first column contains NaN valu...

4 years 前 | 1 个回答 | 0

1

个回答

提问


interpolation for a matrix per row
Hi, I have a 50x91 double in a structure for which I would like to interpolate each row and save as a 50 x 101. My script wor...

4 years 前 | 1 个回答 | 0

1

个回答

已回答
Finding the position of a cell within a Matrix
Hi, Could you use the following? m = ; % whatever the matrix is called. [row, column] = find(m == NaN)

4 years 前 | 0

提问


Extracting 2 peak values and their respective location from a set of data points
I am aiming to extract two data points from a waveform within a for loop of n number of repeititions. I would ideally like it ...

4 years 前 | 2 个回答 | 0

2

个回答

提问


Splitting a cell into two
Hi I am interested in being able to extract one of two numbers that is in a cell and split by a semi-colon. Image is attache...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Averaging mutiple structures to get a single mean waveform
Hi, I have a structure called Results. Within this structure I have x amount of fields. Each field having a 1xn structure. I...

4 years 前 | 1 个回答 | 0

1

个回答

提问


For Looping to import .mat files
Hi All, I have a folder that I want to import all .mat files in from. So far I have got the following which identifies the amo...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Turning data in time domain into percentage
Hi, I am looking to turn a table of data (namely the 'mot1' table in the .mat file attached) into percentages, Does anyone hav...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Changing from char variable to another input
Forgive my naivity on this one. How can I change a 1x47004 char to a matrix which has letters/words in some cells and numbers in...

4 years 前 | 1 个回答 | 0

1

个回答