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 300,863

声誉
1

贡献数
6 个提问
1 个回答

回答接受率
83.33%

收到投票数
1

排名
 of 21,100

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,413

贡献数
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 years 前 | 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 years 前 | 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/...

11 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答