Community Profile

photo

hnde


Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


converting vector<vector<double>> to mwArray
Hello, I am trying to pass a 2 dimensional vector (a matrix) in C++ to a C++ share library matlab function compiled by Matlab...

13 years ago | 1 answer | 0

1

answer

Question


Is mclRunMain necessary?
Hello, Most of the examples on calling C++ shared libraries have the format: int main() { mclmcrInitiali...

13 years ago | 1 answer | 0

1

answer

Question


converting std::vector type to mwArray
Hello, I am trying to pass a vector in C++ to a C++ share library matlab function compiled by Matlab Compiler. I am trying...

13 years ago | 1 answer | 0

1

answer

Question


Dimension of fields in mwArray structs?
Hello, I have a quesiton about the dimensions of the structs created by mwArray when the structs have fields. For example, co...

13 years ago | 1 answer | 0

1

answer

Question


Convert c++ structs to mwArray, to use in c++ shared library
Hello, I have a function in matlab which uses structs. For example, if I have the struct: A.Header.title='myTitle'; A.H...

13 years ago | 1 answer | 0

1

answer