Community Profile

photo

Gil


Active since 2012

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


Mapping between keypoints in two images using a Homography
Hi, I'm sorry if the question seems unrelated; I just had nowhere else to ask. I have two images im1 and im2 and keypoints...

11 years ago | 0 answers | 0

0

answers

Question


Running Matlab's engine in a 32-bit C++ project when Matlab is configured to 64 bit
Hi, I'm using Matlab's engine in a 32-bit C++ project, but my Matlab installation is configured to 64bit (on a 64 bit machine...

11 years ago | 1 answer | 0

1

answer

Question


Runing matlab's engine when Matlab is installed on a different computer in the network
Hi, Is there any way to call Matlab's engine from C++ code that runs on a computer that does not have Matlab installed by usi...

11 years ago | 1 answer | 0

1

answer

Question


How to debug a Matlab function when running it though a cpp code though Matlab's engine?
Hi, I'm running an m-file through a cpp program through Matlab's engine. Is there any way of debugging the m-file when run...

11 years ago | 0 answers | 0

0

answers

Question


A simple question about the getting results using Matlab engine.
Hi, I am trying the following simple code to compute the sum of two numbers: double *x; mxArray *m_X; ...

11 years ago | 0 answers | 0

0

answers

Question


Two questions regarding Matlab's Engine (running Matlab from C programs)
Hi, I have Two questions regarding Matlab's Engine: 1. I've seen examples where the engine is used to find eigenvalues usi...

11 years ago | 2 answers | 0

2

answers

Question


A very strange exception when running a mex file - "a corruption of the heap, which indicates a bug in MATLAB.exe"
Hi, I'm running a mex file in Matlab while debugging it in Visual Studio 2010. I mean that I'm running it in Matlab and when ...

11 years ago | 1 answer | 1

1

answer

Question


Given matrices XX and YY of sizes 3X3, how can I generate the following matrix: [XX(1,1) YY(1,1); XX(1,2) YY(1,2)... ?
Given matrices XX and YY of sizes 3X3, how can I generate the following matrix: [XX(1,1) YY(1,1); XX(1,2) YY(1,2);XX(1,3) YY(...

11 years ago | 3 answers | 0

3

answers

Question


How can I generate the matrix [1 1; 1 2; 1 3 ; 2 1; 2 2; 2 3; 3 1 ; 3 2 ; 3 3] without loops?
And given matrices XX and YY of sizes 3X3, how can I generate the following matrix: [XX(1,1) YY(1,1); XX(1,2) YY(1,2);XX(1,3)...

11 years ago | 3 answers | 0

3

answers

Question


Strange errors when compiling using mex
Hi, I'm compiling with mex and I'm getting a few strange errors. I'm sure that there aren’t any errors in my cpp code (when ...

11 years ago | 1 answer | 0

1

answer

Question


Where to obtain MX/MEX/MAT/Engine Libraries?
Hi, I reading a few manuals regarding mex files and they have a lot of references for the libraries MX Library, MEX Library, ...

11 years ago | 1 answer | 0

1

answer