Community Profile

photo

Emu


Last seen: Today Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


Replacing numerical values in table with string
I have a column of numerical data (all 2 digit) which I want to replace with a string. This is my code which doesn't work. I...

1 month ago | 1 answer | 0

1

answer

Question


How to do uneven 2 way anova
I have some unbalanced data (below are the subject names) . How can I run a 2 way anova on this? Group 1 Group ...

2 months ago | 1 answer | 0

1

answer

Answered
Using repelem to vertially concatonate non-numeric variable
Ahhh thank you :)

6 months ago | 0

Question


Using repelem to vertially concatonate non-numeric variable
I have a variable in format 1001_1_1 that changes in a loop. I want to replicate and vertcat this by different amounts each loop...

6 months ago | 4 answers | 0

4

answers

Question


Find datapoints a specified distance apart in matrix using while loop
I have some data with positive integers (to_pos). I want to find and extract into a second matrix (spacedCrossPoints) datapoints...

1 year ago | 1 answer | 0

1

answer

Question


indexing through array in for loop
hi - I am trying to generate an input matric for the Cohen's Kappa function. I have some code which does this iteratively - that...

1 year ago | 1 answer | 0

1

answer

Question


Loop through files of different length
I am trying to loop through some data files of differing length, but at the moment I have to set the length manually for each fi...

1 year ago | 1 answer | 0

1

answer

Answered
How to extract data by looping through struct
ok thank you, but I still don't understand how to loop through my data to plot it..?

1 year ago | 0

Question


How to extract data by looping through struct
Hi - I have some data saved as .mat files and i am trying to load it in (think I have done this) and then loop through the data ...

1 year ago | 2 answers | 0

2

answers

Question


Extracting and summing data from a 3d matrix
Hi there, I have some data in a 3d matrix 11*32*19. I want to a) identify all columns where there is a non-NaN and b) identify...

1 year ago | 1 answer | 0

1

answer

Question


change output from row to column and display one cell value instead of multiple
Hi I have this code: [locAll,typeAll]=find(mVocs==1) which is getting index from 1-30 from a matrix (mVocs size x*32) of mos...

1 year ago | 1 answer | 0

1

answer

Question


Audioread error with .wav file path on windows
Hi I'm trying to read a .wav file but get an error message re the path. Have tried playing around with the '\' - what am I missi...

2 years ago | 2 answers | 0

2

answers