Community Profile

Peter Li


The Salk Institute

自 2006 起处于活动状态

Followers: 0   Following: 0

联系

统计数据

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

查看徽章

Feeds

排序方式:

已提交


nthperm
Directly compute Nth lexicographic permutation

10 years 前 | 2 次下载 |

已提交


Fast batch generation of permutations
Get next block of lexicographic permutations of input vector

10 years 前 | 1 次下载 |

已回答
Why does inputParser crash Matlab ~R2013?
MathWorks added a new option to inputParser called PartialMatching. This defaults to true although it changes the behavior of i...

10 years 前 | 0

| 已接受

提问


Why does inputParser crash Matlab ~R2013?
Under some conditions, inputParser can cause recent versions of Matlab to segfault?!

10 years 前 | 1 个回答 | 0

1

个回答

已回答
Why does ISFIELD always return FALSE when querying a user-defined class in MATLAB 7.7 (R2008b)?
ISPROP now does this for objects, at least as of R2011a, quite possibly before that.

10 years 前 | 0

已提交


nth_element
MEX wrap of C++ nth_element. Plus fast_median, a faster median function. In-place and parallel.

10 years 前 | 2 次下载 |

已提交


waitfordata
Block Matlab while specified fig is open, then grab APPDATA when fig is closing.

11 years 前 | 1 次下载 |

已回答
Multi-threaded Mex functions in the FEX
With C++11 your general problem should be solved? Search stackoverflow (or perhaps Matlab answers) for how to compile mex with ...

12 years 前 | 2

已提交


More intuitive subplot
Matlab's subplot is useful for throwing figures together but the indexing is very counter-intuitive.

12 years 前 | 1 次下载 |

提问


How to decode mxGetData void pointer nicely
I'm trying to write a C++ mex function that can handle multiple datatypes. So I do something like: void *data = mxGetData(mx...

12 years 前 | 0 个回答 | 2

0

个回答

已回答
How do I access a Java inner class from Matlab?
However, contrary to the answer provided by support, this _is_ possible without writing custom wrappers! If you are trying to g...

12 years 前 | 3

| 已接受

提问


How do I access a Java inner class from Matlab?
As described in <http://www.mathworks.com/support/solutions/en/data/1-SJ6EQ/index.html?solution=1-SJ6EQ this MathWorks support n...

12 years 前 | 2 个回答 | 0

2

个回答

已回答
MATLAB library initialization failing due to (I suspect) multiple versions of boost thread library
One possible alternative solution in this situation is to just link your code against MATLAB's version of boost_thread. You may...

12 years 前 | 0

已提交


LSM File Toolbox
Functions for reading info databases of Zeiss LSM confocal microscope files.

17 years 前 | 5 次下载 |

已提交


scanfc
scanf rewritten to give cell arrray output

17 years 前 | 1 次下载 |