Jake Bowd
Cardiff University
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
147.368
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
16 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 4 años hace | 1 respuesta | 0
1
respuestaFinding 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)
más de 4 años hace | 0
Pregunta
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 ...
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 5 años hace | 1 respuesta | 0