photo

Joel Andersson


Self-employed

Actif depuis 2011

Followers: 0   Following: 0

Message

Professional Interests: Numerical optimization, optimal control, algorithmic differentiation

Statistiques

MATLAB Answers

6 Questions
1 Réponse

RANG
23 535
of 300 853

RÉPUTATION
1

CONTRIBUTIONS
6 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
83.33%

VOTES REÇUS
1

RANG
 of 21 094

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 171 319

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Review
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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

plus de 10 ans il y a | 2 réponses | 0

2

réponses

Question


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

plus de 10 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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/...

plus de 11 ans il y a | 0

| A accepté

Question


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

plus de 11 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 13 ans il y a | 1 réponse | 1

0

réponse

Question


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

plus de 14 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 14 ans il y a | 1 réponse | 0

1

réponse