Community Profile

photo

Jan


Active since 2012

Followers: 0   Following: 0

Message

Interested in attention
Professional Interests: EEG, heart beats, peak detection, neuropsychology

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


Extracting phase information from FFT
Hello, I wanted to know how to get phase information out of an FFT calculation like this: NFFT = 2^nextpow2(L); % Next ...

10 years ago | 1 answer | 0

1

answer

Question


Leaving out the header when reading in a text file
Hi I am trying to read in my text file using this: fname=[PATHIN, textfile]; fid=fopen(fname); ...

12 years ago | 1 answer | 0

1

answer

Question


Need to create a 3 dimensional matrix of subjects, block numbers and 6 sub condition values within each block.
Hi, Until now I have worked only with 2D matrices which resemble spreadsheets. Now I have data with one more dimension. I have...

12 years ago | 1 answer | 0

1

answer

Question


xlswrite in linux
Hi, I´m using MATLAB on Linux and I am trying to output an array into a spreadsheet. Does anyone know what the equivalent comm...

12 years ago | 1 answer | 0

1

answer

Answered
writing strrep statement within a loop
I understand the basic concept of replacing or removing parts of an existing string but if i have an array of s (1 to 50) for eg...

12 years ago | 0

Question


writing strrep statement within a loop
cd (PATHIN) %read in all -vhdr files list=dir('*.vhdr'); len=length(list); SUBJ=cell(1,len); for s=1:len ...

12 years ago | 3 answers | 0

3

answers

Question


subsindex error
In this piece of script I am trying to use a shortcut adapted from another script so that I don´t have to write out each file na...

12 years ago | 1 answer | 0

1

answer

Question


Multiple things to call into a loop
I define the subject numbers like this: subno={'s_01', 's_02','s_03', 's_04', 's_05', 's_06','s_07', 's_08', 's_09', 's...

12 years ago | 1 answer | 0

1

answer