Community Profile

photo

Daniel


Aktiv seit 2012

Statistiken

All
  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 4
  • First Submission
  • First Answer

Abzeichen anzeigen

Content Feed

Anzeigen nach

Gesendet


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

etwa 8 Jahre vor | 18 Downloads |

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

mehr als 8 Jahre vor | 0

Gesendet


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

mehr als 10 Jahre vor | 1 Download |

Thumbnail

Gesendet


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

mehr als 10 Jahre vor | 0 Downloads |

Gesendet


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

fast 11 Jahre vor | 0 Downloads |

Frage


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

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 11 Jahre vor | 0 Antworten | 0

0

Antworten

Gesendet


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

etwa 12 Jahre vor | 1 Download |