photo

Gil


Active since 2012

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

11 Questions
0 Answers

RANK
23,137
of 300,771

REPUTATION
1

CONTRIBUTIONS
11 Questions
0 Answers

ANSWER ACCEPTANCE
54.55%

VOTES RECEIVED
1

RANK
 of 21,084

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,969

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

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

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

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

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

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

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

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

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

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

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

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

13 years ago | 1 answer | 0

1

answer