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

7 visualizaciones (últimos 30 días)
function x = IV(RateSpec,StockSpec,Settlement,Maturity,OptSpec,Strike,OptionPrice)
x= impvbybls(RateSpec, StockSpec, Settlement, Maturity, OptSpec,
Strike, OptionPrice);
end

Respuesta aceptada

Titus Edelhofer
Titus Edelhofer el 1 de Jun. de 2011
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

Más respuestas (0)

Categorías

Más información sobre MATLAB Compiler SDK en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by