photo

Eric Pahlke


Last seen: ungefär 2 år ago Active since 2011

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

1 Question
5 Answers

File Exchange

3 Files

RANK
4 229
of 300 343

REPUTATION
12

CONTRIBUTIONS
1 Question
5 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
5 629 of 20 926

REPUTATION
222

AVERAGE RATING
4.40

CONTRIBUTIONS
3 Files

DOWNLOADS
10

ALL TIME DOWNLOADS
1931

RANK

of 168 172

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

  • Personal Best Downloads Level 1
  • First Review
  • 5-Star Galaxy Level 3
  • First Submission
  • Knowledgeable Level 2
  • First Answer

View badges

Feeds

View by

Question


How can I display folder contents using uigetfolder?
I'm using uigetfolder() to navigate towards a folder. However, the interface doesn't display any of the files inside the folder...

mer än 9 år ago | 1 answer | 0

1

answer

Submitted


plotfft.m
Plots a frequency-correct fft

mer än 9 år ago | 2 downloads |

0.0 / 5
Thumbnail

Submitted


surfarb.m
Drop-in "surf" replacement for irregularly sampled data sets

mer än 9 år ago | 2 downloads |

0.0 / 5
Thumbnail

Answered
How can I prevent my graph from extrapolating data?
The problem is that you are using meshgrid() on CollarPlanE and ...N directly. Since those vectors are not sorted, the mesh gri...

mer än 10 år ago | 0

| accepted

Answered
Adjusting equation based on odd/even row
A = zeros(104,15); A(:,4) = 1; % Just to distinguish column 4 from column 7 A(:,7) = 101; % Just to distinguish column 4 fro...

mer än 10 år ago | 0

Submitted


FTDI SPI library access
Matlab interface for the LibMPSSE library, used for FTDI chips in SPI mode

ungefär 11 år ago | 6 downloads |

4.8 / 5

Answered
Problem in extracting the watermark ! !
There's a lot of code to sort through to figure out exactly what you need to fix, but what stands out is this line: D_w(I...

nästan 14 år ago | 0

| accepted

Answered
Dynamically arrange the matrix in each for loop
Definitely possible. a = [3 5 6 7]; b = [2 4 6 1; 5 7 8 9]; for ii = 1:4 % do_stuff(a,b); ...

nästan 14 år ago | 0

| accepted

Answered
copy the content of a text file to another text file
Not sure why why your code doesn't work, did you try: open CommentsHistory.txt The code below is how I solved ...

nästan 14 år ago | 0