photo

Jake Bowd


Cardiff University

Last seen: circa 2 anni fa Attivo dal 2019

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

16 Domande
1 Risposta

RANK
148.752
of 300.392

REPUTAZIONE
0

CONTRIBUTI
16 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
100.0%

VOTI RICEVUTI
0

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.373

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • First Answer
  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


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...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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 ...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 5 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Risposto
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)

oltre 5 anni fa | 0

Domanda


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 ...

oltre 5 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

circa 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

circa 6 anni fa | 1 risposta | 0

1

risposta