Can I compile functions from the GARCH Toolbox 1.0 (R12.1)?

1 view (last 30 days)
Can I compile functions from the GARCH Toolbox 1.0 (R12.1)?
My code involves a few garch functions. I'd like to know whether I can use the MATLAB Compiler to create a DLL

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
The entire GARCH Toolbox is not completely compilable at this time. For example, there are a few functions such as GARCHGET and GARCHSET, which are not compilable because they use the EVAL function which is not compilable at this time.
You can get a trial version of the MATLAB Compiler. Try this on your application and see if you are able to compile it. If this does work, you can procede with compilation. Please remember that at this time the GARCH Toolbox is not "fully" compilable.
Our development staff is aware of this issue and is working on making the GARCH Toolbox Compilable in a future release.

More Answers (0)

Categories

Find more on Conditional Variance Models in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!