
DavidL88
Statistics
RANK
115.083
of 260.439
REPUTATION
0
CONTRIBUTIONS
34 Questions
2 Answers
ANSWER ACCEPTANCE
85.29%
VOTES RECEIVED
0
RANK
of 17.901
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 111.885
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
Content Feed
Question
Create new columns in tale adding prior data
I have a table (sample attached) summarising neural activity; either 1 or -1. The rest are blanks. The first two columns relate ...
4 maanden ago | 1 answer | 0
1
answerQuestion
Place data within a cell in rows
I have a table like below where the results data contained in the cell is a string. Is there a way to stack the data within the ...
6 maanden ago | 1 answer | 0
1
answerQuestion
Reformat table with a column as a top row
How do I re-format the below table so that one of the Columns (ROI) becomes a row with the data re-structured under this new for...
6 maanden ago | 2 answers | 0
2
answersQuestion
Find index of value extracted from subset in larger set
I have a dataset in the form of a struct with two fields - each field is a double with 1,500 x 1 values. One field is t values, ...
6 maanden ago | 2 answers | 0
2
answersQuestion
New string based on parts of old string
How do I get new str from this old string? All the strings are in this format. Is there a way to extract based on the position f...
7 maanden ago | 2 answers | 0
2
answersQuestion
Save figure name as string
How do I save a file name as a string? hFig is the Figure I want to save and str is the name I want to save this figure as. When...
7 maanden ago | 2 answers | 0
2
answersQuestion
If statement in loop with AND OR operands
I need an IF statement in a loop. I need a part of a script to skip where; (Outcome is 11_right OR Outcome is 21_right) ...
8 maanden ago | 1 answer | 0
1
answerQuestion
Find index in struct field in which word appears
I have a 1×1 cell array - SubjectName = {'Subject3'}. How do I find the row in which this appears in the attached struct in whi...
8 maanden ago | 1 answer | 0
1
answerQuestion
Extract substring in right format
How can I get the substring 22_right from the string below? The code below give me _22_right. I need it without the first '_' ...
8 maanden ago | 1 answer | 0
1
answerQuestion
remove rows in table based on different string across columns
How do I remove any row in which one column contains either 11_right OR 21_right and the other column contains earlyP3? Drafted ...
8 maanden ago | 1 answer | 0
1
answerQuestion
Create new column in table from data across multiple columns
I have a table with multiple events (P1, P2, N1, early P3, P3) listed in one column, ROI. There are several adjacent columns wit...
8 maanden ago | 1 answer | 0
1
answerremove rows in table based on criteria across two columns
Thanks for your reply. I'm getting this error? Error using contains First argument must be a string array, character vector,...
8 maanden ago | 0
Question
remove rows in table based on criteria across two columns
How do I remove rows based on whether or not a substring in one column matches with a number in a second column according to a...
8 maanden ago | 2 answers | 0
2
answersQuestion
Count frequency data from table
I have a table T with two columns. I want to create two frequency tables from them for two groups - MLD and MOD. For these table...
ongeveer een jaar ago | 1 answer | 0
1
answerQuestion
Tabluate data using common terms in varaible names
Is there a way to place the data below in a table with column names MLD, MOD, WG and OUT and rows by ab, ac, ad, ae, using the c...
ongeveer een jaar ago | 2 answers | 0
2
answersQuestion
Change name in files
I have a list of file names in a struct like this; 'Avg: 11_right | bl | _HLG_MOD (92 files) | _HGH' How do I move '| _HGH...
ongeveer een jaar ago | 1 answer | 0
1
answerQuestion
Find indices of column/row in double that have matching value
a = 5.786 b = 14x308 double (all cells contain numerical values) Assuming there is one cell in 'b' with a value that matches...
ongeveer een jaar ago | 1 answer | 0
1
answerQuestion
Combine rows and average contents in table
I have a 17,700x4 table T with 4 columns containing the results of multiple tests. First column is the name of a test. There are...
ongeveer een jaar ago | 3 answers | 0
3
answersQuestion
Combine logical arrays into one array
I have 4 '24871x1 logical' called L1, L2, L3, L4. I want to combine these into one 24871x1 logical array. In any given row only ...
ongeveer een jaar ago | 1 answer | 0
1
answerConvert table to struct
I figured out a script that does this. load('Example_table_delays') [testID, SubjectNames] = findgroups(t.Subject); [t...
meer dan een jaar ago | 0
| accepted
Question
Convert table to struct
Hi How can I convert a table to a struct with two layers (a struct within a struct)? Each subject has completed four conditio...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
Adding data from table into struct
Hi I'm looking for a way to sum data in a table with data in a struct. The data in the table has to be matched with the data ...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
Reformat numbers in table
Hi I have a table and in one column there is a row of subject numbers going from one digit up to three digits. t.Var1 = 5 ...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
Copy and re-arrange data from one column into another
Hi I have a table with a column of data all like this - Extract clusters: FCL (2 files) | CG_MLD_11 I'd like to copy a ...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
Remove duplicate rows in table
Hi I have a table with four columns and roughly 45,000 rows (example below). The first column is the name of statistical test...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
Delete rows in a table where data in one column is below a value
Hi I have a table with four columns and multiple rows of data. I want to delet all rows where the value of teh data in the 4t...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
extract or split data from one column in table into several columns
Hi I have a column with text data like below across multiple rows. I want to extract or split parts of this data into new col...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
Create table from data
Hi I'm trying to extract some data (A1-4) and place it into a table. I get the error message "Error using vertcat - Dimensi...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
Extract data from struct using condition across fields
Hi I have a struct file sFiles (a 1x144 struct file). This contains the results of t-tests perfomed on neuro-imaging data (I ...
meer dan een jaar ago | 0 answers | 0
0
answersQuestion
EXTRACT TABLE FROM DATA
Hi I'm using the below script to extract some data to place in a table. When I run this script I get this error message. A1, ...
meer dan een jaar ago | 1 answer | 0