Feeds
回答済み
using matlab engine from c++: How to convert a int** into mxArray*
I tried what pierre suggested, and the convertion still does not work. I get something like this: _1 2.10535e-314 0 0 0 0 4 ...
using matlab engine from c++: How to convert a int** into mxArray*
I tried what pierre suggested, and the convertion still does not work. I get something like this: _1 2.10535e-314 0 0 0 0 4 ...
14年以上 前 | 0
質問
using matlab engine from c++: How to convert a int** into mxArray*
Hi, I am opening matlab engine from c++, and I want to find the inverse matrix of a matrix. I have tried to convert the int** m...
14年以上 前 | 3 件の回答 | 0
3
回答質問
How to get different results from mldivide
Hi, I want to try and solve linear set of equations with mldivide, but if the solution is not good for me, I would like to get ...
14年以上 前 | 2 件の回答 | 0
2
回答質問
Solving linear set of equations
Hi, I have a linear set of equations Ax=b, where A is not square (more variables than equations), A and b members is of integ...
14年以上 前 | 1 件の回答 | 0
1
回答質問
How to solve big sets of linear equations in c++ using MATLAB functions
Hi, I need to solve a big set oflinear equations in a program in c++. I read about MEX files, but as I understood, when using ME...
14年以上 前 | 2 件の回答 | 0
