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 2,869 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,525 4 View
03 April 2015 4,182 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,141 1 View
For example, we know that the added noise is Gaussian and it's standard deviation is \alpha.
07 August 2014 3,773 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,737 4 View
I need an accurate and real time algorithm to register optical and SAR image. can anyone help?
05 June 2014 4,085 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,802 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,191 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,537 1 View
I have selected brain tumor images ...but now found that already lots of research done n this topic.
03 March 2021 5,774 3 View
dear community, my model is based feature extraction from non stationary signals using discrete Wavelet Transform and then using statistical features then machine learning classifiers in order to...
03 March 2021 6,994 5 View
I'm involved in a study of odor control technologies for municipal wastewater treatment plant. One of the control options involves a chemical 2-stage (acid/alkaline) packed bed scrubber. The...
03 March 2021 3,661 2 View
Do you have some recommendations approaches on Image processing and classification of plant diseases using TensorFlow/Keras?
02 March 2021 1,493 4 View
Working on chandrayaan-2 DFSAR data, there are three datasets available: 1) Slant range image data product: The slant range complex image file. Each pixel is represented by two 4-byte floating...
02 March 2021 8,481 3 View
I would like to research on MR images (0.5T and 3T). Can you please suggest some websites that I can download dataset including both 0.5T and 3T MR images? Thank you.
02 March 2021 7,735 3 View
Dear Researchers I am trying to perform a PIL simulation using STM32F4 Discovery board and comunication serial USB TO TTL. During simulation I receive the following timeout error: An error...
01 March 2021 2,327 1 View
The following code (see 1st 2 images attached) is used to produce PID controller values that are designed to control the system (G). The code finds the PID controller values (noted as k) by using...
28 February 2021 6,560 14 View
I have input and output data set for "ANFIS modeling in MATLAB", and I am getting some negative predicted values of output in testing. However, the predicted values of output in training are...
28 February 2021 3,459 3 View
I'm in the process of doing a meta-analysis and have encountered some problems with the RCT data. One of my outcom is muscle strength. In one study, I have three different measurements of muscle...
25 February 2021 7,603 3 View