Community Profile

photo

Cside


Last seen: 10 days ago Active since 2019

Statistics

  • Thankful Level 4

View badges

Content Feed

View by

Question


how to use if else statement
Hello, I have a list of participants (A, B, C, D...) and would like to extract their data from the dataset X. This dataset h...

8 months ago | 1 answer | 0

1

answer

Question


How to replace 1 column in table
Hello! I have a NaN table (100x200), lets call it A, and a large dataset with first column being participants ID (eg 123AJH), l...

8 months ago | 1 answer | 0

1

answer

Question


replace function that fulfills criteria
Hi, I am currently using the replace function for my strings. For example, if the string contains 1, i will have it replaced wit...

3 years ago | 1 answer | 0

1

answer

Question


Exiting if condition when condition is not met, but continue for loop
Hi I have a if condition nested in a for loop that looks something like this. So there will be times when sum(A) does not meet t...

3 years ago | 1 answer | 0

1

answer

Question


Mixed anova design function (unbalanced design)
Hi, I am trying to run a mixed (between and within design) anova and it seems like matlab does not have the function for that. I...

3 years ago | 2 answers | 0

2

answers

Question


Recoding unique numbers to another number
Hi I have this array of numbers [5 5 6 6 6 11 11 ]and would like to convert every unique number from 1 to n. For example, if the...

3 years ago | 3 answers | 0

3

answers

Question


Replacing indexed row with string
Hi, I have a matrix that contains all the row numbers and I would like these row numbers to be replaced by the string 'a' in the...

3 years ago | 1 answer | 0

1

answer

Question


Loading multiple csv into matlab
Hi, I would like to run my code on different csvs. How could I code to read all the csv in a specified computer pathway (into an...

3 years ago | 1 answer | 0

1

answer

Question


if loop for whole vector
HI, I have this code and the vector "hrs" is a 200 x 1 double. I cant seem to get the answer I want with this code. How may I de...

3 years ago | 1 answer | 0

1

answer

Question


Chi square test: non parametric
Hi, I have 3 groups of categorical data (all logicals) and would like to run the chi square test to get the p-value. However, th...

3 years ago | 1 answer | 0

1

answer

Question


Function writing for variable matrix
Hi i currently have this code and would like to write a function for it. I have to run this function with matrixes labelled A to...

3 years ago | 1 answer | 0

1

answer

Question


Remove empty rows from cell array
Hi, I have a cell array (attached) and would need to remove the rows with "" as they are empty fields, but still keep the rows w...

3 years ago | 1 answer | 0

1

answer

Question


Variable for loop storage
Hi, I currently have this code which allows the for loop to run based off an array, but I cannot run the same for loop to create...

3 years ago | 2 answers | 0

2

answers

Question


Which graph is recommended?
Hi, I have a matrix (attached) and each row constitutes a 2 unique numbers that I would like to plot (coloumn order matters). Fo...

4 years ago | 1 answer | 0

1

answer

Question


Unique values in cell array
Hi, I have a cell array and would like to find the unique values (by row) in the cell array. Each row has a variable number of n...

4 years ago | 2 answers | 0

2

answers

Question


Which graph function to use?
Hello! I would like to create a chart like this (see attached) - with each participant on the x axis and the y axis being the co...

4 years ago | 1 answer | 0

1

answer

Question


Comparing cell with criteria
Hello! I have cell matrix "Spfcfef" (120x2) as attached and would like to produce 3 outputs. 1) numbers 1-9, that did not appe...

4 years ago | 1 answer | 0

1

answer

Question


Overlap of 2 logicals
I have 2 logicals, B and B2 of the same size (120x9), and would like to find the number of overlaps of 1s(true) in B and B2 of t...

4 years ago | 1 answer | 0

1

answer

Question


Converting numbers into logicals
Hi, I would need to convert matrix A into a 120x9 logical array (B). A is a 120x1 cell, and each row contains numbers 1-9 (numbe...

4 years ago | 1 answer | 0

1

answer

Question


Embedded if loop in for loop
Hello! I have a 120x2 matrix and would need to match for every row, if there is a common number that appears in both columns. Ev...

4 years ago | 1 answer | 0

1

answer

Question


Storing double output into a single cell array
Hi, is there a way for me to store the output in a cell format, in a single matrix? I want to store each 'selectedlocal' as part...

4 years ago | 1 answer | 0

1

answer

Question


How to write a loop that does not increase by +1?
Hello :) I currently need to run a loop with the output of "find(collated(1,:) ==0 )". Currently, the output is [2 ; 4 ; 5 ; 6 ;...

4 years ago | 1 answer | 0

1

answer

Question


Cross-correlation questions
Hi, I have 2 spike trains and would like to use cross-correlation to find out their time lag. Are there any resources out there ...

4 years ago | 1 answer | 0

1

answer

Question


Summing up the answers in for loop that meets criteria
I have this code and would like to find out of the 220 loops, how many of the corrcoef end answer fit the criteria of P<0.05 and...

4 years ago | 1 answer | 0

1

answer

Question


How to store corrcoef values?
Hello, I currently have a script and would like to store the respective r and p values in a matrix. I tried with A(n) = R after ...

4 years ago | 1 answer | 0

1

answer

Question


Combination of 2 columns
Hi, I have 2 vectors, A = 10x1, B = 6x1. How do I create a 60x2 matrix where every element of A is matched to the element of B...

4 years ago | 1 answer | 0

1

answer

Question


Mean of 3rd dimension
I have a matrix of 10 x 20 x 35. How do I mean the first 5 layers of the 3rd dimension (layers 1-5), resulting in 2D matrix of 1...

4 years ago | 1 answer | 0

1

answer

Question


To arrange matrix based off criteria in column
Hi i have a 60x2 matrix, with the first column being a number from 1 to 300 (not consecutive), and the second column with locati...

4 years ago | 1 answer | 0

1

answer

Question


help me debug - how to prevent code from collating with for loop?
Hi, I have this code that goes like this and I do not understand why the problem matrix is collated i.e. it gives a size of 2201...

4 years ago | 0 answers | 0

0

answers

Question


Finding maximum number location in a matrix
I have a 8x6 matrix (A) and would like to find the row location of the max number in each column, thereby ending up with a 1x6 v...

4 years ago | 1 answer | 0

1

answer

Load more