Community Profile

photo

Daniel


自 2012 起处于活动状态

Followers: 0   Following: 0

联系

统计数据

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

查看徽章

Feeds

排序方式:

已提交


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

8 years 前 | 22 次下载 |

已回答
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 前 | 0

已提交


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

10 years 前 | 1 次下载 |

Thumbnail

已提交


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

11 years 前 | 0 次下载 |

已提交


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

11 years 前 | 0 次下载 |

提问


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

11 years 前 | 1 个回答 | 0

1

个回答

提问


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

11 years 前 | 0 个回答 | 0

0

个回答

已提交


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

12 years 前 | 1 次下载 |