photo

Joel Andersson


Self-employed

2011년부터 활동

Followers: 0   Following: 0

메시지

Professional Interests: Numerical optimization, optimal control, algorithmic differentiation

통계

MATLAB Answers

6 질문
1 답변

순위
23,535
of 301,153

평판
1

참여
6 질문
1 답변

답변 채택
83.33%

획득한 표
1

순위
 of 21,182

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,067

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Wrapping a MEX function that has an "ans" output in some cases
I have a MEX function that returns an "ans" output in some cases, but in others not. It looks something like this: /* List...

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Safe memory management when interfacing code via MEX
I am using MEX to interface to C/C++ code, which includes the creation of objects that will outlive the call to the MEX-function...

10년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
Overload subsref for getting and setting static properties
Non-constant static properties are not supported in MATLAB. Here is a good explaination why: http://stackoverflow.com/a/6453124/...

거의 12년 전 | 0

| 수락됨

질문


Overload subsref for getting and setting static properties
If I have written a class MyClass, I can customize the behavior of expressions such as a.myProperty, a(4) where a is an instance...

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


Writing a code generator for MuPAD
I am trying to find out how to write a code generator for MuPAD / Symbolic Math Toolbox for Matlab. Basically, I would like to e...

13년 초과 전 | 답변 수: 0 | 1

0

답변

질문


Accessing Matlab class data member and libpointer in interfaced C code
Hello! I have a MEX-function to which I pass either a normal matrix or a Matlab class instance where one of the data members ...

14년 초과 전 | 답변 수: 1 | 0

1

답변

질문


C function returning an mxArray pointer
Hello! I am trying to interface our software to Matlab using the functionality to call external, shared libraries from Matlab...

14년 초과 전 | 답변 수: 1 | 0

1

답변