photo

Jan


Active since 2012

Followers: 0   Following: 0

Message

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

Statistics

MATLAB Answers

7 Questions
1 Answer

RANK
156,670
of 300,392

REPUTATION
0

CONTRIBUTIONS
7 Questions
1 Answer

ANSWER ACCEPTANCE
71.43%

VOTES RECEIVED
0

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,373

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

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

12 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); ...

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

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

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

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

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

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

13 years ago | 1 answer | 0

1

answer