photo

Daniel


Active since 2012

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

2 Questions
1 Answer

File Exchange

5 Files

RANK
23,898
of 297,457

REPUTATION
1

CONTRIBUTIONS
2 Questions
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
2,706 of 20,438

REPUTATION
616

AVERAGE RATING
3.90

CONTRIBUTIONS
5 Files

DOWNLOADS
19

ALL TIME DOWNLOADS
5013

RANK

of 158,938

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 2
  • First Review
  • 5-Star Galaxy Level 4
  • First Submission
  • First Answer

View badges

Feeds

View by

Submitted


GetGoogleSpreadsheet
Download a google spreadsheet as csv and import into a Matlab cell array.

9 years ago | 12 downloads |

4.7 / 5

Answered
Cumulative sum by group
function S = labeledCumsum(X,L) % e.g. X=[3 5 8 9 1 2 5 8 5 4 9 2] % L=[0 1 1 2 2 0 0 1 1 ...

9 years ago | 0

Submitted


Low Freq 2D Fourier Transform
Produces high resolution 2D Fourier Transform for low spatial frequencies.

11 years ago | 2 downloads |

5.0 / 5
Thumbnail

Submitted


replaceTildes
Recurses through directories, finding Matlab code and replacing LHS tildes with 'ans'.

11 years ago | 0 downloads |

1.0 / 5

Submitted


pushNaNs
Pushes NaNs to the bottom of each column of X.

12 years ago | 0 downloads |

0.0 / 5

Question


Casting - why no optimization by default?
function [ret] = simplespeedtest() a = rand(1e7,1); a = typecast(a,'uint8'); tic ret(1) = sum(a==' '); %slowes...

12 years ago | 1 answer | 0

1

answer

Question


Matlab dll as browser NPAPI plugin
I am a big fan of Matlab normally, but I find it very difficult to make a nice Matlab GUI that feels responsive and pleasant to ...

12 years ago | 0 answers | 0

0

answers

Submitted


Tiedrank_(X,dim)
Like MATLAB's tiedrank function, but works along dimension dim of ND-array.

13 years ago | 2 downloads |

5.0 / 5