Peter Li


The Salk Institute

Active since 2006

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

3 Questions
5 Answers

File Exchange

7 Files

RANK
4,518
of 300,584

REPUTATION
12

CONTRIBUTIONS
3 Questions
5 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
7

RANK
1,883 of 21,030

REPUTATION
981

AVERAGE RATING
4.80

CONTRIBUTIONS
7 Files

DOWNLOADS
14

ALL TIME DOWNLOADS
9375

RANK

of 169,723

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

View badges

Feeds

View by

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

12 years ago | 0

| accepted

Question


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

12 years ago | 1 answer | 0

1

answer

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

12 years ago | 0

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

13 years ago | 2

Question


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

14 years ago | 0 answers | 2

0

answers

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

14 years ago | 3

| accepted

Question


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

14 years ago | 2 answers | 0

2

answers

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

14 years ago | 0