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年以上 前 | ダウンロード 9 件 |

回答済み
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年 前 | 0

送信済み


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

10年以上 前 | ダウンロード 2 件 |

Thumbnail

送信済み


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

約11年 前 | ダウンロード 0 件 |

送信済み


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

約11年 前 | ダウンロード 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年以上 前 | 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年以上 前 | 0 件の回答 | 0

0

回答

送信済み


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

12年以上 前 | ダウンロード 1 件 |