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,904

評判
1

コントリビューション
6 質問
1 回答

回答採用率
83.33%

獲得投票数
1

ランク
 of 21,108

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,602

コントリビューション
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

回答