I need to run a software which number of the functions written in C while some other is in Matlab. I want to run the software by MATLAB.
In new matlab use coder package
http://www.mathworks.co.uk/help/simulink/slref/coder.ceval.html
otherwise use mex.
http://www.mathworks.co.uk/help/matlab/matlab_external/standalone-example.html
Mex is better option if you have older version of Matlab else look for live webinars on mathworks website, you will find many live demonstrations as well.
You have something to do:
1- Writing the code in matlab and export the C version by matlab coder.
2- Writing the code in matlab and export a dll to be imported in C program by MCR.
3- Utilization of Corba technique if you are a profi in programming.
good luck
1)writing a mex file would suffice.
2)If only outputs are required then save file in excel.The import data in matlab.
I need an explanation and details regarding image registration(Rigid body) by generalized Hough Transformation. Can any one help please...?
11 December 2016 3,018 3 View
Assume that we have a video sequence and want to detect moving shadows. it is clear that image intensity in each(R,G,B) channels decrease in shadow because light source is partially blocked by a...
06 July 2015 1,674 4 View
I am working on Identification using iris images and want to detect best image among 100 images(frames) to extract features. I need to measure focus in each image to select best image. can anyone...
03 April 2015 4,283 3 View
AMBE is a vocoder (voice coding) algorithm, and AMBE2020 is the IC in which this algorithm is implemented. I do not know how to handle this IC. Can anyone help me please?
09 October 2014 1,252 1 View
For example, we know that the added noise is Gaussian and it's standard deviation is \alpha.
07 August 2014 3,936 14 View
I want to implement KAZE descriptor but I have difficulty with A_l and do not know what exactly it is. Perhaps A_I is a square Matrix. A_l is needed to non linear scale space composition and I do...
06 July 2014 9,910 4 View
I need an accurate and real time algorithm to register optical and SAR image. can anyone help?
05 June 2014 4,217 3 View
I want to test my code to register SAR images to optical image and need a database. Can anyone help?
05 June 2014 4,989 3 View
I am doing a project related to sar and optical image registration. I need to segment sar and optic image and register the obtained regions in two images.
04 May 2014 3,306 3 View
After calculation of DOG we find extrema at each octave and scale independently, how should we relate the candidate points in octave 3 to the original image as keypoint?
02 March 2014 2,670 1 View
I am new to Micromechanics and having similar problem with understanding the implementation of the formula's. I would appreciate if anyone can guide me on how to go about getting a scalar value...
30 July 2024 969 0 View
Hello, colleagues. Recently, I have been working on a metal processing simulation with my UMAT in Abaqus. I have outlined the corresponding simulation, but I keep encountering issues that cause...
30 July 2024 7,062 1 View
Please, what is the memory consumption of the Matlab function quad tree decomposition procedure [S = qtdecomp(I)] with respect to the input set I?
27 July 2024 5,455 2 View
Hello, I am a research scholar currently working on a project involving image segmentation, and I am interested in using differential evolution for this purpose . I would greatly appreciate it if...
25 July 2024 9,926 1 View
In running two-dimensional gel electrophoresis on bacterial protein, some spots that appear to match a protein sequence have a significantly more acidic isoelectric point than the calculated pI....
24 July 2024 8,076 3 View
Hello!!! I want to implement the Swerling characteristics functions (CF) directly in MATLAB without using its Fourier integral pairs...the Swerling CFs are actually Laplace Transform of the signal...
23 July 2024 4,925 1 View
// interested in the difference between floating events and short circuits.
22 July 2024 6,565 0 View
I have immunized BalB/C mice with a protein using the intradermal (ID) method with Complete Freund's Adjuvant (CFA) and Incomplete Freund's Adjuvant (IFA), following a 14-day interval and three...
22 July 2024 9,160 2 View
Currently I need to calculate detection probabilities (PD) from radar cross section (RCS) data. Beta distribution parameters for this RCS data are calculated and will be used in Swerling0...
22 July 2024 868 0 View
Actually, I'm having trouble implementing the plot of the flutter region for the whirl prop system with 2 DOF (Influences of structural damping and propeller—pivot point distance on whirl flutter...
21 July 2024 5,047 2 View