How can use a matlab's dll of a funtion (with some parameter ) in vc++6.0v ?

function x = IV(RateSpec,StockSpec,Settlement,Maturity,OptSpec,Strike,OptionPrice)
x= impvbybls(RateSpec, StockSpec, Settlement, Maturity, OptSpec,
Strike, OptionPrice);
end

 Réponse acceptée

Hi Sandeep,
do you have the compiler? You will need it to generate a DLL. Open deploytool, select "C-shared library target", add IV and compile. Take a look at the examples in the doc how to call the generated DLL.
Titus

Plus de réponses (0)

Catégories

En savoir plus sur MATLAB Compiler dans Centre d'aide et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by